1390440add
* Support for colour separated PDF output and other optimisations and features for high-quality printing, including enforcement of colour models for CMYK, RGB, and "spot colours" * Long table optimisations are now turned on by default. Previously, documents with very long tables spanning many pages could take a long time to create because we considered the whole table to work out row and column sizes. A patch was submitted some time ago to fix this controlled by a flag in the rl_config file, but this was set 'off' for compatibility. Users are often not aware of this and we haven't found any real-world cases where the new layout technique works badly, so we are turning this behaviour on. * New support for QR barcodes.
26 lines
805 B
Makefile
26 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.41 2011/04/15 08:29:19 adam Exp $
|
|
|
|
DISTNAME= reportlab-2.5
|
|
DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
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/
|
|
COMMENT= Powerful PDF-generating toolkit for Python
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/libart/buildlink3.mk"
|
|
.include "../../graphics/py-imaging/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|