summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2009-10-19 11:17:16 +0000
committerjoerg <joerg>2009-10-19 11:17:16 +0000
commitfaa1670c2e8760630a4bde7feba5bd6084ccddc1 (patch)
treeafd59f5c7b18929310ccc3e415bac614f4ab32a5 /print
parente921e8b7feb076e8004443506347a484594c9429 (diff)
downloadpkgsrc-faa1670c2e8760630a4bde7feba5bd6084ccddc1.tar.gz
Update to reportlab 2.3:
- Encryption support for PDF - Support for clickable ToCs, new Flowable docAssert - bugfixes Take maintainership.
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/Makefile12
-rw-r--r--print/py-reportlab/PLIST21
-rw-r--r--print/py-reportlab/distinfo8
3 files changed, 21 insertions, 20 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index e5eb6a5eaa6..0222efde854 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.36 2009/08/26 19:58:14 sno Exp $
+# $NetBSD: Makefile,v 1.37 2009/10/19 11:17:16 joerg Exp $
#
-DISTNAME= ReportLab_2_2
-PKGNAME= ${PYPKGPREFIX}-reportlab-2.2
-PKGREVISION= 1
+DISTNAME= ReportLab_2_3
+PKGNAME= ${PYPKGPREFIX}-reportlab-2.3
CATEGORIES= print python
MASTER_SITES= http://www.reportlab.com/ftp/
-EXTRACT_SUFX= .tgz
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 25 24
-
PYDISTUTILSPKG= yes
.include "../../graphics/freetype2/buildlink3.mk"
diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST
index 42539ca9d98..454f3904d4c 100644
--- a/print/py-reportlab/PLIST
+++ b/print/py-reportlab/PLIST
@@ -1,14 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:11:59 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/10/19 11:17:16 joerg Exp $
${PYSITELIB}/_renderPM.so
${PYSITELIB}/_rl_accel.so
${PYSITELIB}/pyHnj.so
${PYSITELIB}/reportlab/__init__.py
${PYSITELIB}/reportlab/__init__.pyc
${PYSITELIB}/reportlab/__init__.pyo
-${PYSITELIB}/reportlab/extensions/README
-${PYSITELIB}/reportlab/extensions/__init__.py
-${PYSITELIB}/reportlab/extensions/__init__.pyc
-${PYSITELIB}/reportlab/extensions/__init__.pyo
${PYSITELIB}/reportlab/fonts/00readme.txt
${PYSITELIB}/reportlab/fonts/DarkGarden-copying-gpl.txt
${PYSITELIB}/reportlab/fonts/DarkGarden-copying.txt
@@ -213,6 +209,9 @@ ${PYSITELIB}/reportlab/lib/__init__.pyo
${PYSITELIB}/reportlab/lib/abag.py
${PYSITELIB}/reportlab/lib/abag.pyc
${PYSITELIB}/reportlab/lib/abag.pyo
+${PYSITELIB}/reportlab/lib/arciv.py
+${PYSITELIB}/reportlab/lib/arciv.pyc
+${PYSITELIB}/reportlab/lib/arciv.pyo
${PYSITELIB}/reportlab/lib/attrmap.py
${PYSITELIB}/reportlab/lib/attrmap.pyc
${PYSITELIB}/reportlab/lib/attrmap.pyo
@@ -243,6 +242,9 @@ ${PYSITELIB}/reportlab/lib/fonts.pyo
${PYSITELIB}/reportlab/lib/formatters.py
${PYSITELIB}/reportlab/lib/formatters.pyc
${PYSITELIB}/reportlab/lib/formatters.pyo
+${PYSITELIB}/reportlab/lib/geomutils.py
+${PYSITELIB}/reportlab/lib/geomutils.pyc
+${PYSITELIB}/reportlab/lib/geomutils.pyo
${PYSITELIB}/reportlab/lib/hyphen.mashed
${PYSITELIB}/reportlab/lib/logger.py
${PYSITELIB}/reportlab/lib/logger.pyc
@@ -253,6 +255,9 @@ ${PYSITELIB}/reportlab/lib/normalDate.pyo
${PYSITELIB}/reportlab/lib/pagesizes.py
${PYSITELIB}/reportlab/lib/pagesizes.pyc
${PYSITELIB}/reportlab/lib/pagesizes.pyo
+${PYSITELIB}/reportlab/lib/pdfencrypt.py
+${PYSITELIB}/reportlab/lib/pdfencrypt.pyc
+${PYSITELIB}/reportlab/lib/pdfencrypt.pyo
${PYSITELIB}/reportlab/lib/randomtext.py
${PYSITELIB}/reportlab/lib/randomtext.pyc
${PYSITELIB}/reportlab/lib/randomtext.pyo
@@ -271,12 +276,12 @@ ${PYSITELIB}/reportlab/lib/set_ops.pyo
${PYSITELIB}/reportlab/lib/styles.py
${PYSITELIB}/reportlab/lib/styles.pyc
${PYSITELIB}/reportlab/lib/styles.pyo
+${PYSITELIB}/reportlab/lib/testutils.py
+${PYSITELIB}/reportlab/lib/testutils.pyc
+${PYSITELIB}/reportlab/lib/testutils.pyo
${PYSITELIB}/reportlab/lib/textsplit.py
${PYSITELIB}/reportlab/lib/textsplit.pyc
${PYSITELIB}/reportlab/lib/textsplit.pyo
-${PYSITELIB}/reportlab/lib/tocindex.py
-${PYSITELIB}/reportlab/lib/tocindex.pyc
-${PYSITELIB}/reportlab/lib/tocindex.pyo
${PYSITELIB}/reportlab/lib/units.py
${PYSITELIB}/reportlab/lib/units.pyc
${PYSITELIB}/reportlab/lib/units.pyo
diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo
index 8fc8e7ae147..a3ec990fddf 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2009/01/28 14:42:28 joerg Exp $
+$NetBSD: distinfo,v 1.12 2009/10/19 11:17:16 joerg Exp $
-SHA1 (ReportLab_2_2.tgz) = 6cd751111950a97859b901824e83bf4836b6b6a5
-RMD160 (ReportLab_2_2.tgz) = 585de3724d71a5c2251980c7125e7a2ca81f544a
-Size (ReportLab_2_2.tgz) = 1960714 bytes
+SHA1 (ReportLab_2_3.tar.gz) = cb5e27fef02eceaab79236d5a074cdfb92bff179
+RMD160 (ReportLab_2_3.tar.gz) = ebb347765d516e74b965ec89c7909ec7592e3f54
+Size (ReportLab_2_3.tar.gz) = 1857239 bytes
SHA1 (patch-aa) = 67d9d7f3198bff2c47cf734b40e29ce8619e170a