aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-31 11:25:58 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-31 11:25:58 +0800
commit52b133e68508983b34b71fe76b52c68bd4eaad89 (patch)
tree8a71fce371f0d10a9a615562405385e64fe5eb7a /print
parent15ce17e2f90fdbde45b0bd8e0b50a55ba96094b1 (diff)
downloadfreebsd-ports-gnome-52b133e68508983b34b71fe76b52c68bd4eaad89.tar.gz
freebsd-ports-gnome-52b133e68508983b34b71fe76b52c68bd4eaad89.tar.zst
freebsd-ports-gnome-52b133e68508983b34b71fe76b52c68bd4eaad89.zip
upgrade to 1.14
PR: 38754 Submitted by: maintainer
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/Makefile21
-rw-r--r--print/py-reportlab/distinfo2
-rw-r--r--print/py-reportlab/files/patch-lib::setup.py8
-rw-r--r--print/py-reportlab/pkg-plist6
4 files changed, 16 insertions, 21 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 1a58357fd797..320f12eabb0a 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= reportlab
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= print python
MASTER_SITES= ftp://ftp.reportlab.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,25 +19,14 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_imaging.so:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-WRKSRC= ${WRKDIR}/reportlab
-CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
-ALL_TARGET= sharedmods
-MAKE_FLAGS= OPT="${CFLAGS}"
+NO_WRKSUBDIR= yes
REPORTLABDIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/reportlab
DOCDIR= ${PREFIX}/share/doc/reportlab
EXAMPLEDIR= ${PREFIX}/share/examples/reportlab
post-patch:
- ${MV} ${WRKSRC}/lib/setup.py ${WRKDIR}
-
-do-build:
- @(cd ${WRKDIR}; \
- ${PYTHON_CMD} setup.py build)
-
-do-install:
- @(cd ${WRKDIR}; \
- ${PYTHON_CMD} setup.py install -c -O1 --prefix="${PREFIX}")
+ ${MV} ${WRKSRC}/reportlab/lib/setup.py ${WRKDIR}
post-install:
${MKDIR} ${REPORTLABDIR}/fonts
@@ -48,10 +37,10 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLEDIR}
- cd ${WRKSRC}/demos; tar cpf - * | (cd ${EXAMPLEDIR}; tar xpf -)
+ cd ${WRKSRC}/reportlab/demos; tar cpf - * | (cd ${EXAMPLEDIR}; tar xpf -)
@${MKDIR} ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/reportlab/docs/*.pdf ${DOCDIR}
.endif
.include <bsd.port.mk>
diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo
index 62822ca42cd3..e25cdc13fe20 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -1 +1 @@
-MD5 (ReportLab_1_13.tgz) = 849f5dbd9c5afa51d7ff748b83385eec
+MD5 (ReportLab_1_14.tgz) = 15a53dcad45bbbdf125c8ff64e535f36
diff --git a/print/py-reportlab/files/patch-lib::setup.py b/print/py-reportlab/files/patch-lib::setup.py
index cc6590019919..dbf479735b8f 100644
--- a/print/py-reportlab/files/patch-lib::setup.py
+++ b/print/py-reportlab/files/patch-lib::setup.py
@@ -1,11 +1,11 @@
---- lib/setup.py.orig Mon Jul 23 20:38:19 2001
-+++ lib/setup.py Sat Mar 23 09:14:04 2002
+--- reportlab/lib/setup.py.orig Sun May 26 18:30:32 2002
++++ reportlab/lib/setup.py Fri May 31 07:38:09 2002
@@ -7,7 +7,7 @@
import os, sys
from distutils.core import setup, Extension
-- if sys.platform in ['win32', 'sunos5', 'freebsd4', 'aix4', 'mac']:
-+ if sys.platform in ['win32', 'sunos5', 'freebsd4', 'freebsd5', 'aix4', 'mac']:
+- if sys.platform in ['win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']:
++ if sys.platform in ['win32', 'sunos5', 'freebsd4', 'freebsd5', 'aix4', 'mac', 'darwin']:
LIBS=[]
else:
raise ValueError, "Don't know about platform:"+sys.platform
diff --git a/print/py-reportlab/pkg-plist b/print/py-reportlab/pkg-plist
index c53a58c27cca..22960cb1dd88 100644
--- a/print/py-reportlab/pkg-plist
+++ b/print/py-reportlab/pkg-plist
@@ -18,6 +18,9 @@ lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderPM.pyo
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderPS.py
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderPS.pyc
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderPS.pyo
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderSVG.py
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderSVG.pyc
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderSVG.pyo
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderbase.py
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderbase.pyc
lib/%%PYTHON_VERSION%%/site-packages/reportlab/graphics/renderbase.pyo
@@ -123,6 +126,9 @@ lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/pdfmetrics.pyo
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/pdfutils.py
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/pdfutils.pyc
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/pdfutils.pyo
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/ttfonts.py
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/ttfonts.pyc
+lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfbase/ttfonts.pyo
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfgen/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfgen/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/reportlab/pdfgen/__init__.pyo