pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/py-Pdf Import py-Pdf-1.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/43a70482277c
branches: trunk
changeset: 553682:43a70482277c
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jan 27 20:32:37 2009 +0000
description:
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:
print/py-Pdf/DESCR | 7 +++++++
print/py-Pdf/Makefile | 18 ++++++++++++++++++
print/py-Pdf/PLIST | 20 ++++++++++++++++++++
print/py-Pdf/distinfo | 5 +++++
4 files changed, 50 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r 3ed7967e6065 -r 43a70482277c print/py-Pdf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/py-Pdf/DESCR Tue Jan 27 20:32:37 2009 +0000
@@ -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 -r 3ed7967e6065 -r 43a70482277c print/py-Pdf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/py-Pdf/Makefile Tue Jan 27 20:32:37 2009 +0000
@@ -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@localhost
+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 -r 3ed7967e6065 -r 43a70482277c print/py-Pdf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/py-Pdf/PLIST Tue Jan 27 20:32:37 2009 +0000
@@ -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 -r 3ed7967e6065 -r 43a70482277c print/py-Pdf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/py-Pdf/distinfo Tue Jan 27 20:32:37 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index