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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-pdfminer |
---|
7 | version 20100213 |
---|
8 | categories-append devel |
---|
9 | license MIT |
---|
10 | maintainers openmaintainer |
---|
11 | description Python pdf extraction package |
---|
12 | long_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 | |
---|
23 | homepage http://www.unixuser.org/~euske/python/pdfminer/ |
---|
24 | master_sites http://pypi.python.org/packages/source/p/pdfminer/ |
---|
25 | distname pdfminer-${version} |
---|
26 | |
---|
27 | checksums md5 8a2f83707d2b5f187d723d0d06cd7b09 |
---|
28 | |
---|
29 | depends_lib-append port:py26-setuptools |
---|
30 | |
---|