diff options
author | drochner <drochner> | 2004-05-05 09:06:35 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-05-05 09:06:35 +0000 |
commit | fd5b6487b89bba559204df6def7ce1dfe99e07c0 (patch) | |
tree | 4c46e052a81a209640c5de5c448e57c90f3c2366 /print/py-reportlab | |
parent | ccd2e96d69fe89187af7c97434097e763d20be05 (diff) | |
download | pkgsrc-fd5b6487b89bba559204df6def7ce1dfe99e07c0.tar.gz |
update to 1.19
changes:
Fixes from Max Neunhöffer (pyRXP) and peter Borocz (pdfmetrics).<br/>
ReportLab graphics now has some 3D charts.<br/>
Improved support for True Type Fonts in renderPM.<br/>
Added Henning von Bargen's LongTables optimisation.<br/>
Added Marc Stober's underline fixes.<br/>
Restored/improved platypus layout error detection.<br/>
New platypus FlexFigure flowable.<br/>
ReportLab is mostly jython compatible without Python 2.3 problems. <br/>
Pythonpoint improvements.<br/>
Many bugfixes.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 12 | ||||
-rw-r--r-- | print/py-reportlab/PLIST | 15 | ||||
-rw-r--r-- | print/py-reportlab/distinfo | 8 | ||||
-rw-r--r-- | print/py-reportlab/patches/patch-aa | 13 |
4 files changed, 26 insertions, 22 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 13e21e0345c..9788029cff9 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/05/05 04:03:19 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/05 09:06:35 drochner Exp $ # -DISTNAME= ReportLab_1_18 -PKGNAME= ${PYPKGPREFIX}-reportlab-1.18 -PKGREVISION= 1 +DISTNAME= ReportLab_1_19 +PKGNAME= ${PYPKGPREFIX}-reportlab-1.19 CATEGORIES= print MASTER_SITES= ftp://ftp.reportlab.com/ EXTRACT_SUFX= .tgz @@ -12,13 +11,14 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python -WRKSRC= ${WRKDIR}/reportlab/lib +WRKSRC= ${WRKDIR}/reportlab-1_19/reportlab/lib PYBINMODULE= yes PYDISTUTILSPKG= yes USE_BUILDLINK3= yes post-install: - cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB} + cd ${WRKDIR}/reportlab-1_19 && \ + ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB} ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build .include "../../lang/python/extension.mk" diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST index 06bb107914f..6d87ac9e2df 100644 --- a/print/py-reportlab/PLIST +++ b/print/py-reportlab/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/07/26 15:00:58 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/05/05 09:06:35 drochner Exp $ ${PYSITELIB}/_rl_accel.so ${PYSITELIB}/pyHnj.so ${PYSITELIB}/reportlab/MANIFEST.in @@ -20,14 +20,12 @@ ${PYSITELIB}/reportlab/demos/stdfonts/stdfonts.py ${PYSITELIB}/reportlab/demos/tests/testdemos.py ${PYSITELIB}/reportlab/docs/00readme.txt ${PYSITELIB}/reportlab/docs/genAll.py -${PYSITELIB}/reportlab/docs/graphguide.pdf ${PYSITELIB}/reportlab/docs/graphguide/ch1_intro.py ${PYSITELIB}/reportlab/docs/graphguide/ch2_concepts.py ${PYSITELIB}/reportlab/docs/graphguide/ch3_shapes.py ${PYSITELIB}/reportlab/docs/graphguide/ch4_widgets.py ${PYSITELIB}/reportlab/docs/graphguide/ch5_charts.py ${PYSITELIB}/reportlab/docs/graphguide/gengraphguide.py -${PYSITELIB}/reportlab/docs/graphics_reference.pdf ${PYSITELIB}/reportlab/docs/images/Edit_Prefs.gif ${PYSITELIB}/reportlab/docs/images/Python_21.gif ${PYSITELIB}/reportlab/docs/images/Python_21_HINT.gif @@ -37,11 +35,9 @@ ${PYSITELIB}/reportlab/docs/images/jpnchars.jpg ${PYSITELIB}/reportlab/docs/images/lj8100.jpg ${PYSITELIB}/reportlab/docs/images/replogo.a85 ${PYSITELIB}/reportlab/docs/images/replogo.gif -${PYSITELIB}/reportlab/docs/reference.pdf ${PYSITELIB}/reportlab/docs/reference/build.bat ${PYSITELIB}/reportlab/docs/reference/genreference.py ${PYSITELIB}/reportlab/docs/reference/reference.yml -${PYSITELIB}/reportlab/docs/userguide.pdf ${PYSITELIB}/reportlab/docs/userguide/app_demos.py ${PYSITELIB}/reportlab/docs/userguide/ch1_intro.py ${PYSITELIB}/reportlab/docs/userguide/ch2_graphics.py @@ -79,6 +75,7 @@ ${PYSITELIB}/reportlab/graphics/charts/slidebox.py ${PYSITELIB}/reportlab/graphics/charts/spider.py ${PYSITELIB}/reportlab/graphics/charts/textlabels.py ${PYSITELIB}/reportlab/graphics/charts/utils.py +${PYSITELIB}/reportlab/graphics/charts/utils3d.py ${PYSITELIB}/reportlab/graphics/renderPDF.py ${PYSITELIB}/reportlab/graphics/renderPM.py ${PYSITELIB}/reportlab/graphics/renderPS.py @@ -119,6 +116,7 @@ ${PYSITELIB}/reportlab/lib/__BUILD.dsw ${PYSITELIB}/reportlab/lib/__init__.py ${PYSITELIB}/reportlab/lib/_rl_accel.c ${PYSITELIB}/reportlab/lib/_rl_accel.dsp +${PYSITELIB}/reportlab/lib/_rl_accel.java ${PYSITELIB}/reportlab/lib/abag.py ${PYSITELIB}/reportlab/lib/attrmap.py ${PYSITELIB}/reportlab/lib/codecharts.py @@ -193,8 +191,11 @@ ${PYSITELIB}/reportlab/test/test_docstrings.py ${PYSITELIB}/reportlab/test/test_extra.py ${PYSITELIB}/reportlab/test/test_graphics_charts.py ${PYSITELIB}/reportlab/test/test_graphics_images.py +${PYSITELIB}/reportlab/test/test_graphics_layout.py ${PYSITELIB}/reportlab/test/test_graphics_speed.py ${PYSITELIB}/reportlab/test/test_hello.py +${PYSITELIB}/reportlab/test/test_images.py +${PYSITELIB}/reportlab/test/test_invariant.py ${PYSITELIB}/reportlab/test/test_lib_colors.py ${PYSITELIB}/reportlab/test/test_lib_sequencer.py ${PYSITELIB}/reportlab/test/test_lib_utils.py @@ -208,6 +209,7 @@ ${PYSITELIB}/reportlab/test/test_pdfbase_encodings.py ${PYSITELIB}/reportlab/test/test_pdfbase_fontembed.py ${PYSITELIB}/reportlab/test/test_pdfbase_pdfmetrics.py ${PYSITELIB}/reportlab/test/test_pdfbase_pdfutils.py +${PYSITELIB}/reportlab/test/test_pdfbase_postscript.py ${PYSITELIB}/reportlab/test/test_pdfbase_ttfonts.py ${PYSITELIB}/reportlab/test/test_pdfgen_callback.py ${PYSITELIB}/reportlab/test/test_pdfgen_general.py @@ -223,6 +225,7 @@ ${PYSITELIB}/reportlab/test/test_platypus_toc.py ${PYSITELIB}/reportlab/test/test_platypus_xref.py ${PYSITELIB}/reportlab/test/test_pyfiles.py ${PYSITELIB}/reportlab/test/test_renderSVG.py +${PYSITELIB}/reportlab/test/test_rl_accel.py ${PYSITELIB}/reportlab/test/test_source_chars.py ${PYSITELIB}/reportlab/test/test_table_layout.py ${PYSITELIB}/reportlab/test/test_tools_pythonpoint.py @@ -258,6 +261,7 @@ ${PYSITELIB}/reportlab/tools/pythonpoint/customshapes.py ${PYSITELIB}/reportlab/tools/pythonpoint/demos/LeERC___.AFM ${PYSITELIB}/reportlab/tools/pythonpoint/demos/LeERC___.PFB ${PYSITELIB}/reportlab/tools/pythonpoint/demos/examples.py +${PYSITELIB}/reportlab/tools/pythonpoint/demos/figures.xml ${PYSITELIB}/reportlab/tools/pythonpoint/demos/htu.xml ${PYSITELIB}/reportlab/tools/pythonpoint/demos/leftlogo.a85 ${PYSITELIB}/reportlab/tools/pythonpoint/demos/leftlogo.gif @@ -267,6 +271,7 @@ ${PYSITELIB}/reportlab/tools/pythonpoint/demos/outline.gif ${PYSITELIB}/reportlab/tools/pythonpoint/demos/pplogo.gif ${PYSITELIB}/reportlab/tools/pythonpoint/demos/python.gif ${PYSITELIB}/reportlab/tools/pythonpoint/demos/pythonpoint.xml +${PYSITELIB}/reportlab/tools/pythonpoint/demos/slidebox.py ${PYSITELIB}/reportlab/tools/pythonpoint/demos/spectrum.png ${PYSITELIB}/reportlab/tools/pythonpoint/demos/vertpython.gif ${PYSITELIB}/reportlab/tools/pythonpoint/pythonpoint.dtd diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo index 91fa380798b..5fe1a9f2218 100644 --- a/print/py-reportlab/distinfo +++ b/print/py-reportlab/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2003/07/26 15:01:00 drochner Exp $ +$NetBSD: distinfo,v 1.7 2004/05/05 09:06:35 drochner Exp $ -SHA1 (ReportLab_1_18.tgz) = 8ece586279c2f52d94f8d9886435d997691ac08e -Size (ReportLab_1_18.tgz) = 2191658 bytes -SHA1 (patch-aa) = 0eeef56f0214440b5e7582f7d604900301554b63 +SHA1 (ReportLab_1_19.tgz) = e748bc03f94a4780d4fa55b96fbe94c530c7431e +Size (ReportLab_1_19.tgz) = 1346547 bytes +SHA1 (patch-aa) = 3263b4f2f240547846c0adb97c0fecf68be673cc diff --git a/print/py-reportlab/patches/patch-aa b/print/py-reportlab/patches/patch-aa index 68a382e2e06..cdbafc41756 100644 --- a/print/py-reportlab/patches/patch-aa +++ b/print/py-reportlab/patches/patch-aa @@ -1,13 +1,12 @@ -$NetBSD: patch-aa,v 1.4 2003/07/26 15:01:02 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2004/05/05 09:06:35 drochner Exp $ ---- setup.py.orig 2003-07-01 20:58:37.000000000 +0200 -+++ setup.py 2003-07-26 16:31:46.000000000 +0200 -@@ -7,7 +7,8 @@ - import os, sys - from distutils.core import setup, Extension +--- setup.py.orig 2003-11-10 09:30:49.000000000 +0100 ++++ setup.py 2004-05-04 19:33:28.000000000 +0200 +@@ -9,7 +9,7 @@ + VERSION = re.search(r'^#\s*define\s+VERSION\s*"([^"]+)"',open('_rl_accel.c','r').read(),re.MULTILINE) + VERSION = VERSION and VERSION.group(1) or 'unknown' - if sys.platform in ['linux2', 'win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']: -+# if sys.platform in ['linux2', 'win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']: + if 1: LIBS=[] else: |