summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authordrochner <drochner>2002-12-07 18:02:03 +0000
committerdrochner <drochner>2002-12-07 18:02:03 +0000
commitafde80651b0d1d57dd0cef51cbfb971b17e4fb3d (patch)
tree2003bdd9b6e42b8cd962ed18e010ca726b9409d2 /print/py-reportlab
parent7190e02df32769fb7c748d5b49a411da97f9a155 (diff)
downloadpkgsrc-afde80651b0d1d57dd0cef51cbfb971b17e4fb3d.tar.gz
update to 1.16
changes: - More graphics widgets (shaded polygon, dotbox, slidebox). - Aaron Watters' advanced paragraph formatter and its parser. - Alex Martelli's improvements to pyRXP. - Jerome Alet's recording canvas. - Additions to pythonpoint. - New flowable ParagraphAndImage. - Speedups and fixes.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile6
-rw-r--r--print/py-reportlab/PLIST10
-rw-r--r--print/py-reportlab/distinfo6
3 files changed, 15 insertions, 7 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index d38d0f515fc..70875d79045 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/10/23 18:05:23 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2002/12/07 18:02:03 drochner Exp $
#
-DISTNAME= ReportLab_1_15
-PKGNAME= ${PYPKGPREFIX}-reportlab-1.15
+DISTNAME= ReportLab_1_16
+PKGNAME= ${PYPKGPREFIX}-reportlab-1.16
CATEGORIES= print
MASTER_SITES= ftp://ftp.reportlab.com/
EXTRACT_SUFX= .tgz
diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST
index 4b2c38cc7ed..5740e14207e 100644
--- a/print/py-reportlab/PLIST
+++ b/print/py-reportlab/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2002/10/23 18:05:23 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/12/07 18:02:03 drochner Exp $
${PYSITELIB}/_rl_accel.so
${PYSITELIB}/pyHnj.so
${PYSITELIB}/reportlab/README
@@ -67,11 +67,13 @@ ${PYSITELIB}/reportlab/graphics/charts/__init__.py
${PYSITELIB}/reportlab/graphics/charts/areas.py
${PYSITELIB}/reportlab/graphics/charts/axes.py
${PYSITELIB}/reportlab/graphics/charts/barcharts.py
+${PYSITELIB}/reportlab/graphics/charts/dotbox.py
${PYSITELIB}/reportlab/graphics/charts/legends.py
${PYSITELIB}/reportlab/graphics/charts/linecharts.py
${PYSITELIB}/reportlab/graphics/charts/lineplots.py
${PYSITELIB}/reportlab/graphics/charts/markers.py
${PYSITELIB}/reportlab/graphics/charts/piecharts.py
+${PYSITELIB}/reportlab/graphics/charts/slidebox.py
${PYSITELIB}/reportlab/graphics/charts/textlabels.py
${PYSITELIB}/reportlab/graphics/charts/utils.py
${PYSITELIB}/reportlab/graphics/renderPDF.py
@@ -115,6 +117,7 @@ ${PYSITELIB}/reportlab/lib/pagesizes.py
${PYSITELIB}/reportlab/lib/pyHnj.dsp
${PYSITELIB}/reportlab/lib/pyHnjmodule.c
${PYSITELIB}/reportlab/lib/randomtext.py
+${PYSITELIB}/reportlab/lib/rparsexml.py
${PYSITELIB}/reportlab/lib/sequencer.py
${PYSITELIB}/reportlab/lib/setup.py
${PYSITELIB}/reportlab/lib/setup.py.orig
@@ -143,18 +146,22 @@ ${PYSITELIB}/reportlab/pdfgen/canvas.py
${PYSITELIB}/reportlab/pdfgen/pathobject.py
${PYSITELIB}/reportlab/pdfgen/pdfgeom.py
${PYSITELIB}/reportlab/pdfgen/pdfimages.py
+${PYSITELIB}/reportlab/pdfgen/pycanvas.py
${PYSITELIB}/reportlab/pdfgen/textobject.py
${PYSITELIB}/reportlab/platypus/__init__.py
${PYSITELIB}/reportlab/platypus/doctemplate.py
${PYSITELIB}/reportlab/platypus/figures.py
${PYSITELIB}/reportlab/platypus/flowables.py
${PYSITELIB}/reportlab/platypus/frames.py
+${PYSITELIB}/reportlab/platypus/para.py
${PYSITELIB}/reportlab/platypus/paragraph.py
${PYSITELIB}/reportlab/platypus/paraparser.py
${PYSITELIB}/reportlab/platypus/tableofcontents.py
${PYSITELIB}/reportlab/platypus/tables.py
${PYSITELIB}/reportlab/platypus/xpreformatted.py
${PYSITELIB}/reportlab/rl_config.py
+${PYSITELIB}/reportlab/setup.py
+${PYSITELIB}/reportlab/setup_reportlab.py
${PYSITELIB}/reportlab/test/00readme.txt
${PYSITELIB}/reportlab/test/__init__.py
${PYSITELIB}/reportlab/test/pythonpowered.gif
@@ -183,6 +190,7 @@ ${PYSITELIB}/reportlab/test/test_pdfbase_ttfonts.py
${PYSITELIB}/reportlab/test/test_pdfgen_callback.py
${PYSITELIB}/reportlab/test/test_pdfgen_general.py
${PYSITELIB}/reportlab/test/test_pdfgen_pagemodes.py
+${PYSITELIB}/reportlab/test/test_pdfgen_pycanvas.py
${PYSITELIB}/reportlab/test/test_platypus_breaking.py
${PYSITELIB}/reportlab/test/test_platypus_general.py
${PYSITELIB}/reportlab/test/test_platypus_paragraphs.py
diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo
index e3d637f8ede..57164a093a3 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2002/10/23 18:05:23 drochner Exp $
+$NetBSD: distinfo,v 1.5 2002/12/07 18:02:03 drochner Exp $
-SHA1 (ReportLab_1_15.tgz) = 78465e3c4f35639f4d07344b35c384b2f181a098
-Size (ReportLab_1_15.tgz) = 2556730 bytes
+SHA1 (ReportLab_1_16.tgz) = f3391a0db4a477b1a0fa868da84b0837d2373f44
+Size (ReportLab_1_16.tgz) = 2151941 bytes
SHA1 (patch-aa) = 9d493c51bcfd7cdc1e9ed8ed23cb038e3a3cab6d