summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authortsarna <tsarna>2000-10-22 20:01:48 +0000
committertsarna <tsarna>2000-10-22 20:01:48 +0000
commitfcb0de9be8d5f4972e60c7d49876b547d8fe2bec (patch)
treec352925946bcfeca99d8d2fdf70b124c2b2a773d /print/py-reportlab
parentf8901d94fefa189087b937581d16b579fa36b02a (diff)
downloadpkgsrc-fcb0de9be8d5f4972e60c7d49876b547d8fe2bec.tar.gz
First batch of upgrades for Python 2.0:
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile29
-rw-r--r--print/py-reportlab/files/md54
2 files changed, 15 insertions, 18 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 0ed882c7183..6ddb468e557 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/08/31 22:39:45 tsarna Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/22 20:01:55 tsarna Exp $
#
-DISTNAME= ReportLab_1_00
-PKGNAME= py-reportlab-1.00
+DISTNAME= ReportLab_1_01
+PKGNAME= py-reportlab-1.01
CATEGORIES= print
MASTER_SITES= ftp://ftp.reportlab.com/
EXTRACT_SUFX= .tgz
@@ -10,35 +10,32 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.reportlab.com/
-DEPENDS+= python-1.5.2:../../lang/python
-
-WRKSRC= ${WRKDIR}/reportlab/pdfbase
+WRKSRC= ${WRKDIR}/reportlab/lib
ALL_TARGET= default
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
-SITE_PKG= lib/python1.5/site-packages
-PYTHON_LIBDIR= ${LOCALBASE}/${SITE_PKG}
-PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config
do-configure:
(cd ${WRKSRC} ;\
- ${CP} ${PYTHON_CONFIGDIR}/Makefile.pre.in . ;\
+ ${CP} ${PY_CONFIGDIR}/Makefile.pre.in . ;\
${MAKE} -f Makefile.pre.in boot)
post-build:
(cd ${WRKDIR}; \
- ${LOCALBASE}/bin/python ${PREFIX}/lib/python1.5/compileall.py . ; \
- ${LOCALBASE}/bin/python -O ${PREFIX}/lib/python1.5/compileall.py . )
+ ${PY_PROG} ${PY_LIBDIR}/compileall.py . ; \
+ ${PY_PROG} -O ${PY_LIBDIR}/compileall.py . )
(cd ${WRKSRC}; \
${MAKE} clean; ${RM} -f *.c *.orig Makefile* Setup* sedscript )
do-install:
- ${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR}
+ ${INSTALL_SCRIPT_DIR} ${PY_LIBDIR}
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- (cd ${WRKDIR}; ${PAX} -r -w -v -p p reportlab ${PYTHON_LIBDIR})
- (cd ${PREFIX}; ${FIND} ${SITE_PKG}/reportlab \
+ (cd ${WRKDIR}; ${PAX} -r -w -v -p p reportlab ${PY_SITEPKG})
+ (cd ${PREFIX}; ${FIND} ${PY_SITEPATH}/reportlab \
-type f -print >>${PLIST_SRC})
- (cd ${PREFIX}; ${FIND} -d ${SITE_PKG}/reportlab \
+ (cd ${PREFIX}; ${FIND} -d ${PY_SITEPATH}/reportlab \
-type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
+.include "../../lang/python/Makefile.inc"
.include "../../mk/bsd.pkg.mk"
+
diff --git a/print/py-reportlab/files/md5 b/print/py-reportlab/files/md5
index 2bd88317f52..c3e442bffea 100644
--- a/print/py-reportlab/files/md5
+++ b/print/py-reportlab/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/08/31 22:39:45 tsarna Exp $
+$NetBSD: md5,v 1.2 2000/10/22 20:01:55 tsarna Exp $
-MD5 (ReportLab_1_00.tgz) = 6c8da48a5e5483842419da9e195a6748
+MD5 (python/ReportLab_1_01.tgz) = 0c4126432624875bf36fac56faa963e7