head 1.8;
access;
symbols
pkgsrc-2013Q2:1.8.0.8
pkgsrc-2013Q2-base:1.8
pkgsrc-2012Q4:1.8.0.6
pkgsrc-2012Q4-base:1.8
pkgsrc-2011Q4:1.8.0.4
pkgsrc-2011Q4-base:1.8
pkgsrc-2011Q2:1.8.0.2
pkgsrc-2011Q2-base:1.8
pkgsrc-2010Q1:1.7.0.10
pkgsrc-2010Q1-base:1.7
pkgsrc-2009Q4:1.7.0.8
pkgsrc-2009Q4-base:1.7
pkgsrc-2009Q3:1.7.0.6
pkgsrc-2009Q3-base:1.7
pkgsrc-2009Q2:1.7.0.4
pkgsrc-2009Q2-base:1.7
pkgsrc-2009Q1:1.7.0.2
pkgsrc-2009Q1-base:1.7
pkgsrc-2008Q4:1.6.0.34
pkgsrc-2008Q4-base:1.6
pkgsrc-2008Q3:1.6.0.32
pkgsrc-2008Q3-base:1.6
cube-native-xorg:1.6.0.30
cube-native-xorg-base:1.6
pkgsrc-2008Q2:1.6.0.28
pkgsrc-2008Q2-base:1.6
pkgsrc-2008Q1:1.6.0.26
pkgsrc-2008Q1-base:1.6
pkgsrc-2007Q4:1.6.0.24
pkgsrc-2007Q4-base:1.6
pkgsrc-2007Q3:1.6.0.22
pkgsrc-2007Q3-base:1.6
pkgsrc-2007Q2:1.6.0.20
pkgsrc-2007Q2-base:1.6
pkgsrc-2007Q1:1.6.0.18
pkgsrc-2007Q1-base:1.6
pkgsrc-2006Q4:1.6.0.16
pkgsrc-2006Q4-base:1.6
pkgsrc-2006Q3:1.6.0.14
pkgsrc-2006Q3-base:1.6
pkgsrc-2006Q2:1.6.0.12
pkgsrc-2006Q2-base:1.6
pkgsrc-2006Q1:1.6.0.10
pkgsrc-2006Q1-base:1.6
pkgsrc-2005Q4:1.6.0.8
pkgsrc-2005Q4-base:1.6
pkgsrc-2005Q3:1.6.0.6
pkgsrc-2005Q3-base:1.6
pkgsrc-2005Q2:1.6.0.4
pkgsrc-2005Q2-base:1.6
pkgsrc-2005Q1:1.6.0.2
pkgsrc-2005Q1-base:1.6
pkgsrc-2004Q4:1.5.0.6
pkgsrc-2004Q4-base:1.5
pkgsrc-2004Q3:1.5.0.4
pkgsrc-2004Q3-base:1.5
pkgsrc-2004Q2:1.5.0.2
pkgsrc-2004Q2-base:1.5
pkgsrc-2004Q1:1.4.0.4
pkgsrc-2004Q1-base:1.4
pkgsrc-2003Q4:1.4.0.2
pkgsrc-2003Q4-base:1.4
netbsd-1-6-1:1.3.0.2
netbsd-1-6-1-base:1.3
buildlink2-base:1.2
netbsd-1-5-RELEASE:1.1.1.1
netbsd-1-4-PATCH003:1.1.1.1
pkgsrc-base:1.1.1.1
TNF:1.1.1;
locks; strict;
comment @# @;
1.8
date 2010.06.14.08.51.36; author joerg; state dead;
branches;
next 1.7;
1.7
date 2009.01.28.14.42.28; author joerg; state Exp;
branches;
next 1.6;
1.6
date 2005.01.21.15.18.58; author drochner; state dead;
branches;
next 1.5;
1.5
date 2004.05.05.09.06.35; author drochner; state Exp;
branches;
next 1.4;
1.4
date 2003.07.26.15.01.02; author drochner; state Exp;
branches;
next 1.3;
1.3
date 2002.10.23.18.05.24; author drochner; state Exp;
branches;
next 1.2;
1.2
date 2000.10.22.20.04.29; author tsarna; state dead;
branches;
next 1.1;
1.1
date 2000.08.31.22.39.45; author tsarna; state Exp;
branches
1.1.1.1;
next ;
1.1.1.1
date 2000.08.31.22.39.45; author tsarna; state Exp;
branches;
next ;
desc
@@
1.8
log
@Reportlab 2.4:
- Various smaller bugfixes and improvements
@
text
@$NetBSD: patch-aa,v 1.7 2009/01/28 14:42:28 joerg Exp $
--- setup.py.orig 2008-09-11 15:01:16.000000000 +0200
+++ setup.py
@@@@ -255,21 +255,9 @@@@ def main():
infoline( '################################################')
infoline( '#Attempting install of _renderPM')
infoline( '#extensions from %r'%RENDERPM)
- LIBART_DIR=pjoin(RENDERPM,'libart_lgpl')
MACROS=[('ROBIN_DEBUG',None)]
MACROS=[]
- def libart_version():
- K = ('LIBART_MAJOR_VERSION','LIBART_MINOR_VERSION','LIBART_MICRO_VERSION')
- D = {}
- for l in open(pjoin(LIBART_DIR,'configure.in'),'r').readlines():
- l = l.strip().split('=')
- if len(l)>1 and l[0].strip() in K:
- D[l[0].strip()] = l[1].strip()
- if len(D)==3: break
- return (sys.platform == 'win32' and '\\"%s\\"' or '"%s"') % '.'.join(map(lambda k,D=D: D.get(k,'?'),K))
- LIBART_VERSION = libart_version()
SOURCES=[pjoin(RENDERPM,'_renderPM.c')]
- LIBART_SRCS=glob.glob(pjoin(LIBART_DIR, 'art_*.c'))
GT1_DIR=pjoin(RENDERPM,'gt1')
LIBS = [] #assume empty libraries list
@@@@ -314,14 +302,6 @@@@ def main():
infoline('# installing without freetype no ttf, sorry!')
LIBRARIES+= [
- ('_renderPM_libart',
- {
- 'sources': LIBART_SRCS,
- 'include_dirs': [RENDERPM,LIBART_DIR,],
- 'macros': [('LIBART_COMPILATION',None),]+BIGENDIAN('WORDS_BIGENDIAN')+MACROS,
- #'extra_compile_args':['/Z7'],
- }
- ),
('_renderPM_gt1',
{
'sources': pfxJoin(GT1_DIR,'gt1-dict.c','gt1-namecontext.c','gt1-parset1.c','gt1-region.c','parseAFM.c'),
@@@@ -334,13 +314,13 @@@@ def main():
EXT_MODULES += [Extension( '_renderPM',
SOURCES,
- include_dirs=[RENDERPM,LIBART_DIR,GT1_DIR]+FT_INC_DIR,
- define_macros=FT_MACROS+[('LIBART_COMPILATION',None)]+MACROS+[('LIBART_VERSION',LIBART_VERSION)],
+ include_dirs=[RENDERPM,GT1_DIR]+FT_INC_DIR,
+ define_macros=FT_MACROS+MACROS,
library_dirs=[]+FT_LIB_DIR,
# libraries to link against
- libraries=LIBS+FT_LIB,
- #extra_objects=['gt1.lib','libart.lib',],
+ libraries=LIBS+FT_LIB+['art_lgpl_2'],
+ #extra_objects=['gt1.lib'],
#extra_compile_args=['/Z7'],
extra_link_args=[]
),
@
1.7
log
@Update to ReportLab 2.2. This is a major update with API breakage.
Major changes include full Unicode supoprt, better support for Asian
languages, support for JPEG CMYK images, links in Platypus, better
wrapping, barcode support, better support for legends of graphics and
many more.
Addtional changes in pkgsrc include the merge of py-reportlab-renderPM
package and use of external libart.
@
text
@d1 1
a1 1
$NetBSD$
@
1.6
log
@update to 1.20
changes:
-can run out of a Python 2.3 zip archive
-some fixes and feature additions
[pkgsrc] this distfile doesn't trigger the pax-as-tar bug, so remove
the build dependency on GNU tar
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.5 2004/05/05 09:06:35 drochner Exp $
d3 23
a25 5
--- setup.py.orig 2003-11-10 09:30:49.000000000 +0100
+++ setup.py 2004-05-04 19:33:28.000000000 +0200
@@@@ -9,7 +9,7 @@@@
VERSION = re.search(r'^#\s*define\s+VERSION\s*"([^"]+)"',open('_rl_accel.c','r').read(),re.MULTILINE)
VERSION = VERSION and VERSION.group(1) or 'unknown'
d27 33
a59 5
- if sys.platform in ['linux2', 'win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']:
+ if 1:
LIBS=[]
else:
raise ValueError, "Don't know about platform:"+sys.platform
@
1.5
log
@update to 1.19
changes:
Fixes from Max Neunhöffer (pyRXP) and peter Borocz (pdfmetrics).
ReportLab graphics now has some 3D charts.
Improved support for True Type Fonts in renderPM.
Added Henning von Bargen's LongTables optimisation.
Added Marc Stober's underline fixes.
Restored/improved platypus layout error detection.
New platypus FlexFigure flowable.
ReportLab is mostly jython compatible without Python 2.3 problems.
Pythonpoint improvements.
Many bugfixes.
@
text
@d1 1
a1 1
$NetBSD$
@
1.4
log
@update to 1.18
Main changes since ReportLab 1.16:
- Pythonpoint improvements contributed by Turgut Uyar & Tim Roberts.
- Para.py fix from doug@@pennatus.com.
- Pdfgen image fixes.
- Spiderchart from Andy Robinson.
- Better distutils support with Dirk Datzert's assistance.
- Improvements for Asian fonts in paragraphs.
- Added _rl_accel._Ascii85Decode.
- Graphics and other bug fixes.
- Bug & leak fixes.
- improvements to pyRXP which can now be used in 16bit mode.
- Tables now can have row and column spanning.
- renderPM can now do PICT images.
- More charts and improvements to existing graphics classes.
@
text
@d3 5
a7 5
--- setup.py.orig 2003-07-01 20:58:37.000000000 +0200
+++ setup.py 2003-07-26 16:31:46.000000000 +0200
@@@@ -7,7 +7,8 @@@@
import os, sys
from distutils.core import setup, Extension
a9 1
+# if sys.platform in ['linux2', 'win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']:
@
1.3
log
@update to 1.15.
This pkg hasn't been updated for a long time.Many fugfixes and feature
additions happened in the meantime.
@
text
@d3 2
a4 2
--- setup.py.orig Mon Oct 7 18:58:07 2002
+++ setup.py Mon Oct 7 18:59:19 2002
d9 2
a10 2
- if sys.platform in ['win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']:
+# if sys.platform in ['win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']:
a14 7
@@@@ -54,4 +55,4 @@@@
if os.path.isfile(dstf):
os.remove(dstf)
os.rename(os.path.join(src,f),dstf)
- MovePYDs('sgmlop.pyd','_rl_accel.pyd','pyHnj.pyd')
\ No newline at end of file
+ MovePYDs('sgmlop.pyd','_rl_accel.pyd','pyHnj.pyd')
@
1.2
log
@nuke no longer needed patches
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.1 2000/08/31 22:39:45 tsarna Exp $
d3 19
a21 7
Build shared modules, not a new python interpreter!
--- Setup.in.orig Mon Aug 21 17:14:57 2000
+++ Setup.in Mon Aug 21 17:15:12 2000
@@@@ -1 +1,2 @@@@
+*shared*
_pdfmetrics _pdfmetrics.c
@
1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
@
1.1.1.1
log
@ReportLab, A powerful PDF-generating toolkit for Python
@
text
@@