Added: users/eborisch/python/py26-pdfminer/Portfile (0 => 67121)
--- users/eborisch/python/py26-pdfminer/Portfile (rev 0)
+++ users/eborisch/python/py26-pdfminer/Portfile 2010-04-29 20:26:34 UTC (rev 67121)
@@ -0,0 +1,34 @@
+# -*- 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$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-pdfminer
+version 20100424
+platforms darwin
+categories python
+license MIT
+maintainers macports.org: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
+
+depends_lib-append port:py26-distribute
+
Property changes on: users/eborisch/python/py26-pdfminer/Portfile
___________________________________________________________________