# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            py25-pypdf
version         1.11
categories      python devel
platforms       darwin
maintainers     landonf 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 3aed4776bd086fe2d903d20f84252c6a \
		sha1 ff336ff46760e193d601a1e12d526465db7422bb \
		rmd160 48d34c5c7ff7919c52ee9b2178d4b54bf48c5b8c


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