# $Id: Portfile 55900 2009-08-20 23:05:28Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python26 1.0

name            py26-pypdf
version         1.12
categories      python devel
platforms       darwin
maintainers     singingwolfboy openmaintainer
description     A Pure-Python PDF toolkit.

long_description \
		A Pure-Python PDF toolkit. \
		It is capable of extracting document information (title, author, ...), \
		splitting documents page by page, merging documents page by page, \
		cropping pages, merging multiple pages into a single page, \
		and encrypting and decrypting PDF files.

checksums	    md5 7be5f7f4659f64fd194e9eb9a38ad425 \
		        sha1 559f080fe47a0aeda9945acbcc52331b7e4d6213 \
		        rmd160 0528bdbfdbbdb8cf26dbe47b162f57f8d0c0984a


homepage        http://pybrary.net/pyPdf/
master_sites    ${homepage}
distname        pyPdf-${version}
