# $Id: Portfile 79919 2011-06-29 09:44:29Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python26 1.0

name            py26-pypdf
version         1.13
categories      python devel
platforms       darwin
maintainers     singingwolfboy openmaintainer
supported_archs noarch

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       sha1    ba7aed11cf21a2c218df2e3979be5eb90992dcbe \
                rmd160  0669d4a93c20fcd899d15ff42cb1b8b908f28e3b

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

patchfiles      patch-pyPdf-pdf.py.diff
