pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-reportlab update to 1.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b6ac4008e1a
branches:  trunk
changeset: 487888:1b6ac4008e1a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 21 15:18:58 2005 +0000

description:
update to 1.20
changes:
-can run out of a Python 2.3 zip archive
-some fixes and feature additions
[pkgsrc] this distfile doesn't trigger the pax-as-tar bug, so remove
 the build dependency on GNU tar

diffstat:

 print/py-reportlab/Makefile         |   18 +-
 print/py-reportlab/PLIST            |  399 +++++++++++++++++++++++++++++++++--
 print/py-reportlab/distinfo         |    7 +-
 print/py-reportlab/patches/patch-aa |   13 -
 4 files changed, 374 insertions(+), 63 deletions(-)

diffs (truncated from 692 to 300 lines):

diff -r f1b32cf683c2 -r 1b6ac4008e1a print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Fri Jan 21 15:08:14 2005 +0000
+++ b/print/py-reportlab/Makefile       Fri Jan 21 15:18:58 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2004/10/03 00:18:06 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/01/21 15:18:58 drochner Exp $
 #
 
-DISTNAME=      ReportLab_1_19
-PKGNAME=       ${PYPKGPREFIX}-reportlab-1.19
-PKGREVISION=   1
+DISTNAME=      ReportLab_1_20
+PKGNAME=       ${PYPKGPREFIX}-reportlab-1.20
 CATEGORIES=    print python
 MASTER_SITES=   ftp://ftp.reportlab.com/
 EXTRACT_SUFX=  .tgz
@@ -12,20 +11,11 @@
 HOMEPAGE=      http://www.reportlab.com/
 COMMENT=       Powerful PDF-generating toolkit for Python
 
-BUILD_DEPENDS+=        gtar-base-[0-9]*:../../archivers/gtar-base
-
-WRKSRC=                ${WRKDIR}/reportlab-1_19/reportlab/lib
+WRKSRC=                ${WRKDIR}/reportlab_1_20/reportlab
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
 USE_BUILDLINK3=        yes
 
-GTAR=          gtar
-
-post-install:
-       cd ${WRKDIR}/reportlab-1_19 && \
-               ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}
-       ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build
-
 .include "../../lang/python/extension.mk"
 .include "../../textproc/py-xml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f1b32cf683c2 -r 1b6ac4008e1a print/py-reportlab/PLIST
--- a/print/py-reportlab/PLIST  Fri Jan 21 15:08:14 2005 +0000
+++ b/print/py-reportlab/PLIST  Fri Jan 21 15:18:58 2005 +0000
@@ -1,11 +1,9 @@
-@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
+@comment $NetBSD: PLIST,v 1.5 2005/01/21 15:18:58 drochner Exp $
 ${PYSITELIB}/reportlab/README
 ${PYSITELIB}/reportlab/__init__.py
+${PYSITELIB}/reportlab/__init__.pyc
+${PYSITELIB}/reportlab/__init__.pyo
 ${PYSITELIB}/reportlab/changes
-${PYSITELIB}/reportlab/demos/colors/colortest.py
 ${PYSITELIB}/reportlab/demos/gadflypaper/00readme.txt
 ${PYSITELIB}/reportlab/demos/gadflypaper/gfe.py
 ${PYSITELIB}/reportlab/demos/odyssey/00readme.txt
@@ -52,6 +50,8 @@
 ${PYSITELIB}/reportlab/docs/userguide/testfile.txt
 ${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/LeERC___.AFM
 ${PYSITELIB}/reportlab/fonts/LeERC___.PFB
@@ -60,208 +60,530 @@
 ${PYSITELIB}/reportlab/fonts/rina.ttf
 ${PYSITELIB}/reportlab/fonts/rina_license.txt
 ${PYSITELIB}/reportlab/graphics/__init__.py
+${PYSITELIB}/reportlab/graphics/__init__.pyc
+${PYSITELIB}/reportlab/graphics/__init__.pyo
 ${PYSITELIB}/reportlab/graphics/charts/__init__.py
+${PYSITELIB}/reportlab/graphics/charts/__init__.pyc
+${PYSITELIB}/reportlab/graphics/charts/__init__.pyo
 ${PYSITELIB}/reportlab/graphics/charts/areas.py
+${PYSITELIB}/reportlab/graphics/charts/areas.pyc
+${PYSITELIB}/reportlab/graphics/charts/areas.pyo
 ${PYSITELIB}/reportlab/graphics/charts/axes.py
+${PYSITELIB}/reportlab/graphics/charts/axes.pyc
+${PYSITELIB}/reportlab/graphics/charts/axes.pyo
 ${PYSITELIB}/reportlab/graphics/charts/barcharts.py
+${PYSITELIB}/reportlab/graphics/charts/barcharts.pyc
+${PYSITELIB}/reportlab/graphics/charts/barcharts.pyo
 ${PYSITELIB}/reportlab/graphics/charts/dotbox.py
+${PYSITELIB}/reportlab/graphics/charts/dotbox.pyc
+${PYSITELIB}/reportlab/graphics/charts/dotbox.pyo
 ${PYSITELIB}/reportlab/graphics/charts/doughnut.py
+${PYSITELIB}/reportlab/graphics/charts/doughnut.pyc
+${PYSITELIB}/reportlab/graphics/charts/doughnut.pyo
 ${PYSITELIB}/reportlab/graphics/charts/legends.py
+${PYSITELIB}/reportlab/graphics/charts/legends.pyc
+${PYSITELIB}/reportlab/graphics/charts/legends.pyo
 ${PYSITELIB}/reportlab/graphics/charts/linecharts.py
+${PYSITELIB}/reportlab/graphics/charts/linecharts.pyc
+${PYSITELIB}/reportlab/graphics/charts/linecharts.pyo
 ${PYSITELIB}/reportlab/graphics/charts/lineplots.py
+${PYSITELIB}/reportlab/graphics/charts/lineplots.pyc
+${PYSITELIB}/reportlab/graphics/charts/lineplots.pyo
 ${PYSITELIB}/reportlab/graphics/charts/markers.py
+${PYSITELIB}/reportlab/graphics/charts/markers.pyc
+${PYSITELIB}/reportlab/graphics/charts/markers.pyo
 ${PYSITELIB}/reportlab/graphics/charts/piecharts.py
+${PYSITELIB}/reportlab/graphics/charts/piecharts.pyc
+${PYSITELIB}/reportlab/graphics/charts/piecharts.pyo
 ${PYSITELIB}/reportlab/graphics/charts/slidebox.py
+${PYSITELIB}/reportlab/graphics/charts/slidebox.pyc
+${PYSITELIB}/reportlab/graphics/charts/slidebox.pyo
 ${PYSITELIB}/reportlab/graphics/charts/spider.py
+${PYSITELIB}/reportlab/graphics/charts/spider.pyc
+${PYSITELIB}/reportlab/graphics/charts/spider.pyo
 ${PYSITELIB}/reportlab/graphics/charts/textlabels.py
+${PYSITELIB}/reportlab/graphics/charts/textlabels.pyc
+${PYSITELIB}/reportlab/graphics/charts/textlabels.pyo
 ${PYSITELIB}/reportlab/graphics/charts/utils.py
+${PYSITELIB}/reportlab/graphics/charts/utils.pyc
+${PYSITELIB}/reportlab/graphics/charts/utils.pyo
 ${PYSITELIB}/reportlab/graphics/charts/utils3d.py
+${PYSITELIB}/reportlab/graphics/charts/utils3d.pyc
+${PYSITELIB}/reportlab/graphics/charts/utils3d.pyo
 ${PYSITELIB}/reportlab/graphics/renderPDF.py
+${PYSITELIB}/reportlab/graphics/renderPDF.pyc
+${PYSITELIB}/reportlab/graphics/renderPDF.pyo
 ${PYSITELIB}/reportlab/graphics/renderPM.py
+${PYSITELIB}/reportlab/graphics/renderPM.pyc
+${PYSITELIB}/reportlab/graphics/renderPM.pyo
 ${PYSITELIB}/reportlab/graphics/renderPS.py
+${PYSITELIB}/reportlab/graphics/renderPS.pyc
+${PYSITELIB}/reportlab/graphics/renderPS.pyo
 ${PYSITELIB}/reportlab/graphics/renderSVG.py
+${PYSITELIB}/reportlab/graphics/renderSVG.pyc
+${PYSITELIB}/reportlab/graphics/renderSVG.pyo
 ${PYSITELIB}/reportlab/graphics/renderbase.py
+${PYSITELIB}/reportlab/graphics/renderbase.pyc
+${PYSITELIB}/reportlab/graphics/renderbase.pyo
 ${PYSITELIB}/reportlab/graphics/samples/__init__.py
+${PYSITELIB}/reportlab/graphics/samples/__init__.pyc
+${PYSITELIB}/reportlab/graphics/samples/__init__.pyo
 ${PYSITELIB}/reportlab/graphics/samples/bubble.py
+${PYSITELIB}/reportlab/graphics/samples/bubble.pyc
+${PYSITELIB}/reportlab/graphics/samples/bubble.pyo
 ${PYSITELIB}/reportlab/graphics/samples/clustered_bar.py
+${PYSITELIB}/reportlab/graphics/samples/clustered_bar.pyc
+${PYSITELIB}/reportlab/graphics/samples/clustered_bar.pyo
 ${PYSITELIB}/reportlab/graphics/samples/clustered_column.py
+${PYSITELIB}/reportlab/graphics/samples/clustered_column.pyc
+${PYSITELIB}/reportlab/graphics/samples/clustered_column.pyo
 ${PYSITELIB}/reportlab/graphics/samples/excelcolors.py
+${PYSITELIB}/reportlab/graphics/samples/excelcolors.pyc
+${PYSITELIB}/reportlab/graphics/samples/excelcolors.pyo
 ${PYSITELIB}/reportlab/graphics/samples/exploded_pie.py
+${PYSITELIB}/reportlab/graphics/samples/exploded_pie.pyc
+${PYSITELIB}/reportlab/graphics/samples/exploded_pie.pyo
 ${PYSITELIB}/reportlab/graphics/samples/filled_radar.py
+${PYSITELIB}/reportlab/graphics/samples/filled_radar.pyc
+${PYSITELIB}/reportlab/graphics/samples/filled_radar.pyo
 ${PYSITELIB}/reportlab/graphics/samples/line_chart.py
+${PYSITELIB}/reportlab/graphics/samples/line_chart.pyc
+${PYSITELIB}/reportlab/graphics/samples/line_chart.pyo
 ${PYSITELIB}/reportlab/graphics/samples/linechart_with_markers.py
+${PYSITELIB}/reportlab/graphics/samples/linechart_with_markers.pyc
+${PYSITELIB}/reportlab/graphics/samples/linechart_with_markers.pyo
 ${PYSITELIB}/reportlab/graphics/samples/radar.py
+${PYSITELIB}/reportlab/graphics/samples/radar.pyc
+${PYSITELIB}/reportlab/graphics/samples/radar.pyo
 ${PYSITELIB}/reportlab/graphics/samples/runall.py
+${PYSITELIB}/reportlab/graphics/samples/runall.pyc
+${PYSITELIB}/reportlab/graphics/samples/runall.pyo
 ${PYSITELIB}/reportlab/graphics/samples/scatter.py
+${PYSITELIB}/reportlab/graphics/samples/scatter.pyc
+${PYSITELIB}/reportlab/graphics/samples/scatter.pyo
 ${PYSITELIB}/reportlab/graphics/samples/scatter_lines.py
+${PYSITELIB}/reportlab/graphics/samples/scatter_lines.pyc
+${PYSITELIB}/reportlab/graphics/samples/scatter_lines.pyo
 ${PYSITELIB}/reportlab/graphics/samples/scatter_lines_markers.py
+${PYSITELIB}/reportlab/graphics/samples/scatter_lines_markers.pyc
+${PYSITELIB}/reportlab/graphics/samples/scatter_lines_markers.pyo
 ${PYSITELIB}/reportlab/graphics/samples/simple_pie.py
+${PYSITELIB}/reportlab/graphics/samples/simple_pie.pyc
+${PYSITELIB}/reportlab/graphics/samples/simple_pie.pyo
 ${PYSITELIB}/reportlab/graphics/samples/stacked_bar.py
+${PYSITELIB}/reportlab/graphics/samples/stacked_bar.pyc
+${PYSITELIB}/reportlab/graphics/samples/stacked_bar.pyo
 ${PYSITELIB}/reportlab/graphics/samples/stacked_column.py
+${PYSITELIB}/reportlab/graphics/samples/stacked_column.pyc
+${PYSITELIB}/reportlab/graphics/samples/stacked_column.pyo
 ${PYSITELIB}/reportlab/graphics/shapes.py
+${PYSITELIB}/reportlab/graphics/shapes.pyc
+${PYSITELIB}/reportlab/graphics/shapes.pyo
 ${PYSITELIB}/reportlab/graphics/testdrawings.py
+${PYSITELIB}/reportlab/graphics/testdrawings.pyc
+${PYSITELIB}/reportlab/graphics/testdrawings.pyo
 ${PYSITELIB}/reportlab/graphics/testshapes.py
+${PYSITELIB}/reportlab/graphics/testshapes.pyc
+${PYSITELIB}/reportlab/graphics/testshapes.pyo
 ${PYSITELIB}/reportlab/graphics/widgetbase.py
+${PYSITELIB}/reportlab/graphics/widgetbase.pyc
+${PYSITELIB}/reportlab/graphics/widgetbase.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/__init__.py
+${PYSITELIB}/reportlab/graphics/widgets/__init__.pyc
+${PYSITELIB}/reportlab/graphics/widgets/__init__.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/eventcal.py
+${PYSITELIB}/reportlab/graphics/widgets/eventcal.pyc
+${PYSITELIB}/reportlab/graphics/widgets/eventcal.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/flags.py
+${PYSITELIB}/reportlab/graphics/widgets/flags.pyc
+${PYSITELIB}/reportlab/graphics/widgets/flags.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/grids.py
+${PYSITELIB}/reportlab/graphics/widgets/grids.pyc
+${PYSITELIB}/reportlab/graphics/widgets/grids.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/markers.py
+${PYSITELIB}/reportlab/graphics/widgets/markers.pyc
+${PYSITELIB}/reportlab/graphics/widgets/markers.pyo
 ${PYSITELIB}/reportlab/graphics/widgets/signsandsymbols.py
-${PYSITELIB}/reportlab/lib/Makefile.pre.in
+${PYSITELIB}/reportlab/graphics/widgets/signsandsymbols.pyc
+${PYSITELIB}/reportlab/graphics/widgets/signsandsymbols.pyo
 ${PYSITELIB}/reportlab/lib/PyFontify.py
-${PYSITELIB}/reportlab/lib/README.extensions
-${PYSITELIB}/reportlab/lib/Setup.in
-${PYSITELIB}/reportlab/lib/__BUILD.dsw
+${PYSITELIB}/reportlab/lib/PyFontify.pyc
+${PYSITELIB}/reportlab/lib/PyFontify.pyo
 ${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/__init__.pyc
+${PYSITELIB}/reportlab/lib/__init__.pyo
 ${PYSITELIB}/reportlab/lib/abag.py
+${PYSITELIB}/reportlab/lib/abag.pyc
+${PYSITELIB}/reportlab/lib/abag.pyo
 ${PYSITELIB}/reportlab/lib/attrmap.py
+${PYSITELIB}/reportlab/lib/attrmap.pyc
+${PYSITELIB}/reportlab/lib/attrmap.pyo
 ${PYSITELIB}/reportlab/lib/codecharts.py
+${PYSITELIB}/reportlab/lib/codecharts.pyc
+${PYSITELIB}/reportlab/lib/codecharts.pyo
 ${PYSITELIB}/reportlab/lib/colors.py
+${PYSITELIB}/reportlab/lib/colors.pyc
+${PYSITELIB}/reportlab/lib/colors.pyo
 ${PYSITELIB}/reportlab/lib/corp.py
+${PYSITELIB}/reportlab/lib/corp.pyc
+${PYSITELIB}/reportlab/lib/corp.pyo
 ${PYSITELIB}/reportlab/lib/enums.py
+${PYSITELIB}/reportlab/lib/enums.pyc
+${PYSITELIB}/reportlab/lib/enums.pyo
+${PYSITELIB}/reportlab/lib/extformat.py
+${PYSITELIB}/reportlab/lib/extformat.pyc
+${PYSITELIB}/reportlab/lib/extformat.pyo
 ${PYSITELIB}/reportlab/lib/fonts.py
+${PYSITELIB}/reportlab/lib/fonts.pyc
+${PYSITELIB}/reportlab/lib/fonts.pyo
 ${PYSITELIB}/reportlab/lib/formatters.py
-${PYSITELIB}/reportlab/lib/hnjalloc.c
-${PYSITELIB}/reportlab/lib/hnjalloc.h
-${PYSITELIB}/reportlab/lib/hyphen.c
-${PYSITELIB}/reportlab/lib/hyphen.h
-${PYSITELIB}/reportlab/lib/hyphen.mashed
+${PYSITELIB}/reportlab/lib/formatters.pyc
+${PYSITELIB}/reportlab/lib/formatters.pyo
 ${PYSITELIB}/reportlab/lib/logger.py
+${PYSITELIB}/reportlab/lib/logger.pyc
+${PYSITELIB}/reportlab/lib/logger.pyo
 ${PYSITELIB}/reportlab/lib/normalDate.py
+${PYSITELIB}/reportlab/lib/normalDate.pyc
+${PYSITELIB}/reportlab/lib/normalDate.pyo
 ${PYSITELIB}/reportlab/lib/pagesizes.py
-${PYSITELIB}/reportlab/lib/pyHnj.dsp
-${PYSITELIB}/reportlab/lib/pyHnjmodule.c
+${PYSITELIB}/reportlab/lib/pagesizes.pyc
+${PYSITELIB}/reportlab/lib/pagesizes.pyo
 ${PYSITELIB}/reportlab/lib/randomtext.py
+${PYSITELIB}/reportlab/lib/randomtext.pyc
+${PYSITELIB}/reportlab/lib/randomtext.pyo
 ${PYSITELIB}/reportlab/lib/rparsexml.py
+${PYSITELIB}/reportlab/lib/rparsexml.pyc
+${PYSITELIB}/reportlab/lib/rparsexml.pyo
 ${PYSITELIB}/reportlab/lib/sequencer.py
+${PYSITELIB}/reportlab/lib/sequencer.pyc
+${PYSITELIB}/reportlab/lib/sequencer.pyo
 ${PYSITELIB}/reportlab/lib/set_ops.py
-${PYSITELIB}/reportlab/lib/setup.py
-${PYSITELIB}/reportlab/lib/setup.py.orig
-${PYSITELIB}/reportlab/lib/sgmlop.c
-${PYSITELIB}/reportlab/lib/sgmlop.dsp
+${PYSITELIB}/reportlab/lib/set_ops.pyc
+${PYSITELIB}/reportlab/lib/set_ops.pyo
 ${PYSITELIB}/reportlab/lib/styles.py
+${PYSITELIB}/reportlab/lib/styles.pyc
+${PYSITELIB}/reportlab/lib/styles.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
 ${PYSITELIB}/reportlab/lib/utils.py
+${PYSITELIB}/reportlab/lib/utils.pyc
+${PYSITELIB}/reportlab/lib/utils.pyo
 ${PYSITELIB}/reportlab/lib/validators.py



Home | Main Index | Thread Index | Old Index