Ticket #20173: Portfile

File Portfile, 869 bytes (added by singingwolfboy@…, 15 years ago)
Line 
1# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign@macports.org $
2
3PortSystem      1.0
4PortGroup       python26 1.0
5
6name            py26-pypdf
7version         1.12
8categories      python devel
9platforms       darwin
10maintainers     nomaintainer
11description     A Pure-Python PDF toolkit.
12
13long_description \
14                A Pure-Python PDF toolkit. \
15                It is capable of extracting document information (title, author, ...), \
16                splitting documents page by page, merging documents page by page, \
17                cropping pages, merging multiple pages into a single page, \
18                and encrypting and decrypting PDF files.
19
20checksums           md5 7be5f7f4659f64fd194e9eb9a38ad425 \
21                        sha1 559f080fe47a0aeda9945acbcc52331b7e4d6213 \
22                        rmd160 0528bdbfdbbdb8cf26dbe47b162f57f8d0c0984a
23
24
25homepage        http://pybrary.net/pyPdf/
26master_sites    ${homepage}
27distname        pyPdf-${version}