# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 77985 2011-04-18 20:41:08Z ricci@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-pdfminer
version             20110227
platforms           darwin
categories          python
license             MIT
maintainers         nomaintainer
description         Python pdf extraction package

long_description    \
                    PDFMiner is a suite of programs that help extracting      \
                    and analyzing text data of PDF documents. Unlike other    \
                    PDF-related tools, it allows to obtain the exact location \
                    of texts in a page, as well as other extra information    \
                    such as font information or ruled lines. It includes a    \
                    PDF converter that can transform PDF files into other     \
                    text formats (such as HTML). It has an extensible PDF     \
                    parser that can be used for other purposes instead of     \
                    text analysis.

homepage            http://www.unixuser.org/~euske/python/pdfminer/
master_sites        http://pypi.python.org/packages/source/p/pdfminer/
distname            pdfminer-${version}

checksums           md5     58a93a691daa3e41fc1109ba7650f38f \
                    sha1    95644d000d28a5b256c08d40d71d58d5c43e58ab \
                    rmd160  89716c3019186f4fb987ef46f802f835eb899df5

depends_build-append  port:py27-distribute

