# -*- 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 108266 2013-07-17 15:17:38Z eborisch@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pdfminer
version             20110515
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         eborisch \
                    openmaintainer
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     f3905f801ed469900d9e5af959c7631a \
                    sha1    d903577b54a554d1ab336352b95d884730a6d862 \
                    rmd160  0034c02d335f4af410bfd08f0e9465e1baf30ff0

livecheck.url       ${master_sites}
livecheck.regex     pdfminer-(\[0-9\]+)\.tar\.gz

python.versions     26 27
