aboutsummaryrefslogtreecommitdiffstats
path: root/print/py-reportlab1
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2019-04-12 17:23:06 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2019-04-13 20:12:11 +0800
commit2f01ef72cbd401871eb382b09c32771e0882179a (patch)
tree650b321d2819275b0429454bc2ef51ef9773dbe7 /print/py-reportlab1
parent70c66a7b8f176b3132b78f13dea35263b8593f8c (diff)
downloadfreebsd-ports-gnome-2f01ef72cbd401871eb382b09c32771e0882179a.tar.gz
freebsd-ports-gnome-2f01ef72cbd401871eb382b09c32771e0882179a.tar.zst
freebsd-ports-gnome-2f01ef72cbd401871eb382b09c32771e0882179a.zip
print/py-reportlab1: Mark DEPRECATED
- Latest upstream version is in print/py-reportlab - No dependent ports - Add LICENSE BSD3CLAUSE
Diffstat (limited to 'print/py-reportlab1')
-rw-r--r--print/py-reportlab1/Makefile11
-rw-r--r--print/py-reportlab1/files/patch-rl_config.py10
-rw-r--r--print/py-reportlab1/files/patch-setup.py6
3 files changed, 16 insertions, 11 deletions
diff --git a/print/py-reportlab1/Makefile b/print/py-reportlab1/Makefile
index f85daf78cedc..48ded7267a80 100644
--- a/print/py-reportlab1/Makefile
+++ b/print/py-reportlab1/Makefile
@@ -16,14 +16,19 @@ DISTFILES= reportlab-${PORTVERSION}.tar.gz \
MAINTAINER= bofh@FreeBSD.org
COMMENT= Library to create PDF documents using the Python language
-CONFLICTS= py*-reportlab[^1]-[^1].* \
- py*-reportlab-[^1].*
+LICENSE= BSD3CLAUSE
-PORTSCOUT= ignore:1 # Last version of 1.X branch
+DEPRECATED= consider using latest upstream version in print/py-reportlab
+EXPIRATION_DATE=2019-05-12
USES= python:2.7
USE_PYTHON= distutils autoplist
+CONFLICTS= py*-reportlab[^1]-[^1].* \
+ py*-reportlab-[^1].*
+
+PORTSCOUT= ignore:1 # Last version of 1.X branch
+
WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab
MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}"
diff --git a/print/py-reportlab1/files/patch-rl_config.py b/print/py-reportlab1/files/patch-rl_config.py
index 83099f00b322..7eaee7960e26 100644
--- a/print/py-reportlab1/files/patch-rl_config.py
+++ b/print/py-reportlab1/files/patch-rl_config.py
@@ -1,6 +1,6 @@
---- rl_config.py.orig Wed Nov 10 00:09:28 2004
-+++ rl_config.py Mon Mar 21 03:24:22 2005
-@@ -22,15 +22,9 @@
+--- rl_config.py.orig 2007-07-20 10:36:08 UTC
++++ rl_config.py
+@@ -23,15 +23,9 @@ _FUZZ= 1e-6 #f
# places to look for T1Font information
T1SearchPath = (
@@ -19,7 +19,7 @@
'%(REPORTLAB_DIR)s/fonts', #special
'%(REPORTLAB_DIR)s/../fonts', #special
'%(REPORTLAB_DIR)s/../../fonts', #special
-@@ -39,9 +33,7 @@
+@@ -40,9 +34,7 @@ T1SearchPath = (
# places to look for TT Font information
TTFSearchPath = (
@@ -30,7 +30,7 @@
'%(REPORTLAB_DIR)s/fonts', #special
'%(REPORTLAB_DIR)s/../fonts', #special
'%(REPORTLAB_DIR)s/../../fonts',#special
-@@ -49,20 +41,14 @@
+@@ -50,20 +42,14 @@ TTFSearchPath = (
)
# places to look for CMap files - should ideally merge with above
diff --git a/print/py-reportlab1/files/patch-setup.py b/print/py-reportlab1/files/patch-setup.py
index ca752318a999..6dc19915e244 100644
--- a/print/py-reportlab1/files/patch-setup.py
+++ b/print/py-reportlab1/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig Fri Nov 26 00:12:20 2004
-+++ setup.py Mon Mar 21 03:26:45 2005
-@@ -19,7 +19,7 @@
+--- setup.py.orig 2007-07-20 10:36:08 UTC
++++ setup.py
+@@ -19,7 +19,7 @@ abspath = os.path.abspath
isfile = os.path.isfile
isdir = os.path.isfile
dirname = os.path.dirname