summaryrefslogtreecommitdiff
path: root/print/py-reportlab/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-05-05 09:06:35 +0000
committerdrochner <drochner>2004-05-05 09:06:35 +0000
commitfd5b6487b89bba559204df6def7ce1dfe99e07c0 (patch)
tree4c46e052a81a209640c5de5c448e57c90f3c2366 /print/py-reportlab/Makefile
parentccd2e96d69fe89187af7c97434097e763d20be05 (diff)
downloadpkgsrc-fd5b6487b89bba559204df6def7ce1dfe99e07c0.tar.gz
update to 1.19
changes: Fixes from Max Neunh&ouml;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/Makefile')
-rw-r--r--print/py-reportlab/Makefile12
1 files changed, 6 insertions, 6 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"