summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authorjoerg <joerg>2010-10-15 20:23:35 +0000
committerjoerg <joerg>2010-10-15 20:23:35 +0000
commit363d30c8cf3c9ed062d88e566fb8e75b8e96393c (patch)
tree9c562a970d1afc61adeda82512bc87057db37551 /print/py-reportlab
parentca41a87ed48acae112e0f754908462270a2b0c69 (diff)
downloadpkgsrc-363d30c8cf3c9ed062d88e566fb8e75b8e96393c.tar.gz
Explicitly fetch the fonts and extract them instead of depending on
setup.py doing it at build time. Switch to the new distfile name.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile9
-rw-r--r--print/py-reportlab/distinfo11
2 files changed, 14 insertions, 6 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index c4272c9d00d..15add129547 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.39 2010/06/14 08:51:36 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2010/10/15 20:23:35 joerg Exp $
#
-DISTNAME= ReportLab_2_4
+DISTNAME= reportlab-2.4
+DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip
PKGNAME= ${PYPKGPREFIX}-reportlab-2.4
CATEGORIES= print python
MASTER_SITES= http://www.reportlab.com/ftp/
+SITES.pfbfer.zip= http://www.reportlab.com/ftp/fonts/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
@@ -12,6 +14,9 @@ COMMENT= Powerful PDF-generating toolkit for Python
PKG_DESTDIR_SUPPORT= user-destdir
+WRKSRC= ${WRKDIR}/ReportLab_2_4
+EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts
+
PYDISTUTILSPKG= yes
.include "../../graphics/freetype2/buildlink3.mk"
diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo
index 61d7092ce76..3dfbd38d632 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.13 2010/06/14 08:51:36 joerg Exp $
+$NetBSD: distinfo,v 1.14 2010/10/15 20:23:35 joerg Exp $
-SHA1 (ReportLab_2_4.tar.gz) = 31ecc9ff0f55ce3c5fddaa909dd48b6e9e9a20ce
-RMD160 (ReportLab_2_4.tar.gz) = 7a7198b9934b1f993dbb49705d93cc4b78b45012
-Size (ReportLab_2_4.tar.gz) = 1884175 bytes
+SHA1 (pfbfer.zip) = 38753493035ee5b96746051df63ce4884763622d
+RMD160 (pfbfer.zip) = 70097e97f2fccc7f4df6b276b21a0fa765a57f55
+Size (pfbfer.zip) = 676909 bytes
+SHA1 (reportlab-2.4.tar.gz) = 31ecc9ff0f55ce3c5fddaa909dd48b6e9e9a20ce
+RMD160 (reportlab-2.4.tar.gz) = 7a7198b9934b1f993dbb49705d93cc4b78b45012
+Size (reportlab-2.4.tar.gz) = 1884175 bytes