# -*- 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 67167 2010-04-30 14:23:27Z eborisch@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pdfminer
version             20100424
platforms           darwin
categories          python
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     d69836472cd1d555a7340e0fe75c5e20 \
                    sha1    11027db5ad5d787eab5489250ca32f422d279857 \
                    rmd160  fd9d4ca6a0f4e1e001919388b83da9b1a50f9d34

depends_lib-append  port:py26-distribute

