Revision: 76488 http://trac.macports.org/changeset/76488 Author: ricci@macports.org Date: 2011-02-25 10:19:33 -0800 (Fri, 25 Feb 2011) Log Message: ----------- new port: py27-pdfminer Added Paths: ----------- trunk/dports/python/py27-pdfminer/ trunk/dports/python/py27-pdfminer/Portfile Added: trunk/dports/python/py27-pdfminer/Portfile =================================================================== --- trunk/dports/python/py27-pdfminer/Portfile (rev 0) +++ trunk/dports/python/py27-pdfminer/Portfile 2011-02-25 18:19:33 UTC (rev 76488) @@ -0,0 +1,35 @@ +# -*- 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 python27 1.0 + +name py27-pdfminer +version 20101226 +platforms darwin +categories python +license MIT +maintainers nomaintainer +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 1492c6e04335f453898b232c8d3e2a5c \ + sha1 980e466c4f3f21b6ffde5f211e9b5f845453c496 \ + rmd160 50eaad756dadc7366098448975d3f76b35864583 + +depends_build-append port:py27-distribute + Property changes on: trunk/dports/python/py27-pdfminer/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native