Ticket #23986: Portfile

File Portfile, 1.3 KB (added by eborisch@…, 14 years ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           python26 1.0
5
6name                py26-pdfminer
7version             20100213
8categories-append   devel
9license             MIT
10maintainers         openmaintainer
11description         Python pdf extraction package
12long_description    \
13                    PDFMiner is a suite of programs that help extracting      \
14                    and analyzing text data of PDF documents. Unlike other    \
15                    PDF-related tools, it allows to obtain the exact location \
16                    of texts in a page, as well as other extra information    \
17                    such as font information or ruled lines. It includes a    \
18                    PDF converter that can transform PDF files into other     \
19                    text formats (such as HTML). It has an extensible PDF     \
20                    parser that can be used for other purposes instead of     \
21                    text analysis.
22
23homepage            http://www.unixuser.org/~euske/python/pdfminer/
24master_sites        http://pypi.python.org/packages/source/p/pdfminer/
25distname            pdfminer-${version}
26
27checksums           md5 8a2f83707d2b5f187d723d0d06cd7b09
28
29depends_lib-append  port:py26-setuptools
30