summaryrefslogtreecommitdiffstats
path: root/print/py-reportlab/files
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-01-26 04:05:45 +0000
committerperky <perky@FreeBSD.org>2004-01-26 04:05:45 +0000
commit360f931160a0e4627831d73e6509d0a030d1bb84 (patch)
tree52ddd9029e05e198c0080cc452b9bc60e1521593 /print/py-reportlab/files
parentd9c1cd2983404ca417f2fd42e9869391a3a1a5e7 (diff)
downloadFreeBSD-ports-360f931160a0e4627831d73e6509d0a030d1bb84.zip
FreeBSD-ports-360f931160a0e4627831d73e6509d0a030d1bb84.tar.gz
Update to 1.19
Diffstat (limited to 'print/py-reportlab/files')
-rw-r--r--print/py-reportlab/files/patch-rl_config.py19
-rw-r--r--print/py-reportlab/files/patch-setup.py12
2 files changed, 16 insertions, 15 deletions
diff --git a/print/py-reportlab/files/patch-rl_config.py b/print/py-reportlab/files/patch-rl_config.py
index 28584aa..138cddb 100644
--- a/print/py-reportlab/files/patch-rl_config.py
+++ b/print/py-reportlab/files/patch-rl_config.py
@@ -1,23 +1,23 @@
---- rl_config.py.orig Tue Jul 8 01:39:48 2003
-+++ rl_config.py Sun Sep 28 02:09:14 2003
-@@ -20,38 +20,22 @@
- #(for regression testing)
+--- rl_config.py.orig Wed Jan 21 17:33:01 2004
++++ rl_config.py Mon Jan 26 11:57:15 2004
+@@ -19,37 +19,22 @@
+ eps_preview_transparent= None #set to white etc
# places to look for T1Font information
--T1SearchPath = ('c:/Program Files/Adobe/Acrobat 6.0/Resource/Font', #Win32, Acrobat 5
-- 'c:/Program Files/Adobe/Acrobat 5.0/Resource/Font', #Win32, Acrobat 5
+-T1SearchPath = ('c:/Program Files/Adobe/Acrobat 6.0/Resource/Font', #Win32, Acrobat 6
+- 'c:/Program Files/Adobe/Acrobat 5.0/Resource/Font', #Win32, Acrobat 5
- 'c:/Program Files/Adobe/Acrobat 4.0/Resource/Font', #Win32, Acrobat 4
- '%(disk)s/Applications/Python %(sys_version)s/reportlab/fonts', #Mac?
-- '/usr/lib/Acrobat6/Resource/Font', #Linux, Acrobat 5?
- '/usr/lib/Acrobat5/Resource/Font', #Linux, Acrobat 5?
- '/usr/lib/Acrobat4/Resource/Font', #Linux, Acrobat 4
- '/usr/local/Acrobat6/Resource/Font', #Linux, Acrobat 5?
- '/usr/local/Acrobat5/Resource/Font', #Linux, Acrobat 5?
- '/usr/local/Acrobat4/Resource/Font', #Linux, Acrobat 4
+- '%(REPORTLAB_DIR)s/fonts' #special
+T1SearchPath = ('/usr/local/Acrobat6/Resource/Font',
+ '/usr/local/Acrobat5/Resource/Font',
+ '/usr/local/Acrobat4/Resource/Font',
- '%(REPORTLAB_DIR)s/fonts' #special
++ '%(REPORTLAB_DIR)s/fonts' #special
)
# places to look for TT Font information
@@ -25,8 +25,9 @@
- 'c:/winnt/fonts',
- 'c:/windows/fonts',
- '/usr/lib/X11/fonts/TrueType/',
+- '%(REPORTLAB_DIR)s/fonts' #special
+TTFSearchPath = ('/usr/X11R6/lib/X11/fonts/TrueType/',
- '%(REPORTLAB_DIR)s/fonts' #special
++ '%(REPORTLAB_DIR)s/fonts' #special
)
# places to look for CMap files - should ideally merge with above
diff --git a/print/py-reportlab/files/patch-setup.py b/print/py-reportlab/files/patch-setup.py
index 7c2dd69..71dacd7 100644
--- a/print/py-reportlab/files/patch-setup.py
+++ b/print/py-reportlab/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig Tue Apr 15 16:52:36 2003
-+++ setup.py Sun Sep 28 02:10:42 2003
-@@ -18,7 +18,7 @@
+--- setup.py.orig Thu Jan 22 01:45:46 2004
++++ setup.py Mon Jan 26 11:59:58 2004
+@@ -17,7 +17,7 @@
+ return r
pjoin = os.path.join
-
-package_path = pjoin(package_home(distutils.__dict__), 'reportlab')
+package_path = os.environ['PACKAGE_PATH']
-
- # why oh why don't most setup scripts have a script handler?
+ def get_version():
+ #determine Version
OpenPOWER on IntegriCloud