diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-27 20:32:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-27 20:32:37 +0000 |
commit | 7064c2de86d6d59ca1b8f464c136a9eb30241551 (patch) | |
tree | 945c1f5204a8d050fa1e3e5bc5f7b2236eff2584 /print/py-Pdf | |
parent | 3b3ff833547bf4df58cd8d68dbc2b205354c4f01 (diff) | |
download | pkgsrc-7064c2de86d6d59ca1b8f464c136a9eb30241551.tar.gz |
Import py-Pdf-1.12:
A pure-python PDF toolkit capable of:
- extracing document information,
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.
Diffstat (limited to 'print/py-Pdf')
-rw-r--r-- | print/py-Pdf/DESCR | 7 | ||||
-rw-r--r-- | print/py-Pdf/Makefile | 18 | ||||
-rw-r--r-- | print/py-Pdf/PLIST | 20 | ||||
-rw-r--r-- | print/py-Pdf/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/print/py-Pdf/DESCR b/print/py-Pdf/DESCR new file mode 100644 index 00000000000..cda92ef4766 --- /dev/null +++ b/print/py-Pdf/DESCR @@ -0,0 +1,7 @@ +A pure-python PDF toolkit capable of: +- extracing document information, +- splitting documents page by page, +- merging documents page by page, +- cropping pages, +- merging multiple pages into a single page, +- encrypting and decrypting PDF files. diff --git a/print/py-Pdf/Makefile b/print/py-Pdf/Makefile new file mode 100644 index 00000000000..f150cfb16e2 --- /dev/null +++ b/print/py-Pdf/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 20:32:37 joerg Exp $ +# + +DISTNAME= pyPdf-1.12 +PKGNAME= ${PYPKGPREFIX}-Pdf-1.12 +CATEGORIES= print python +MASTER_SITES= http://pybrary.net/pyPDF/ + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://pybrary.net/pyPDF/ +COMMENT= PDF library + +PKG_DESTDIR_SUPPORT= user-destdir + +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/py-Pdf/PLIST b/print/py-Pdf/PLIST new file mode 100644 index 00000000000..c29fa53ae50 --- /dev/null +++ b/print/py-Pdf/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/27 20:32:37 joerg Exp $ +${PYSITELIB}/pyPdf/__init__.py +${PYSITELIB}/pyPdf/__init__.pyc +${PYSITELIB}/pyPdf/__init__.pyo +${PYSITELIB}/pyPdf/filters.py +${PYSITELIB}/pyPdf/filters.pyc +${PYSITELIB}/pyPdf/filters.pyo +${PYSITELIB}/pyPdf/generic.py +${PYSITELIB}/pyPdf/generic.pyc +${PYSITELIB}/pyPdf/generic.pyo +${PYSITELIB}/pyPdf/pdf.py +${PYSITELIB}/pyPdf/pdf.pyc +${PYSITELIB}/pyPdf/pdf.pyo +${PYSITELIB}/pyPdf/utils.py +${PYSITELIB}/pyPdf/utils.pyc +${PYSITELIB}/pyPdf/utils.pyo +${PYSITELIB}/pyPdf/xmp.py +${PYSITELIB}/pyPdf/xmp.pyc +${PYSITELIB}/pyPdf/xmp.pyo +@dirrm ${PYSITELIB}/pyPdf diff --git a/print/py-Pdf/distinfo b/print/py-Pdf/distinfo new file mode 100644 index 00000000000..aa3954b6e54 --- /dev/null +++ b/print/py-Pdf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/27 20:32:37 joerg Exp $ + +SHA1 (pyPdf-1.12.tar.gz) = 559f080fe47a0aeda9945acbcc52331b7e4d6213 +RMD160 (pyPdf-1.12.tar.gz) = 0528bdbfdbbdb8cf26dbe47b162f57f8d0c0984a +Size (pyPdf-1.12.tar.gz) = 31979 bytes |