pkgsrc/print/pdflib/Makefile
drochner 4d16e4fc57 update to 3.03
Changes:
Fixes bugs related to text positioning and text box formatting
Fixes bugs in the graphics engine, mostly related to arc drawing and subpath handling
Fixes an ActiveX crash in the open_image() function.
Improves internal accuracy and output accuracy of floating point numbers for better positioning
Fine-tunes UPR and encoding handling
Allows the base 14 fonts to be embedded
Makes TIFF and JPEG handling more robust against bad files.
Detects more illegal function call sequences
Makes exceptions thrown by the font machinery configurable in favor of error return values
Many improvements for using PDFlib on IBM S/390 (iServer zSeries), including fixes for several crashes, and an EBCDIC-safe Java wrapper (binaries available soon)
Introduces a dedicated PDFlib distribution for EBCDIC systems
Adds more documentation on using the language bindings in diverse environments, e.g. Java application servers
Splits the manual in two editions: one for the PDFlib ActiveX edition, and one for the other language bindings.
Adds more examples and algorithms to the PDFlib manual
Adds examples and documentation for using PDFlib with Allaire ColdFusion
Introduces support for querying several of the existing PDFlib parameters
2001-01-15 18:09:02 +00:00

23 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/01/15 18:09:02 drochner Exp $
#
DISTNAME= pdflib-3.03
CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/pdflib/download/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.pdflib.com/pdflib/index.html
DEPENDS+= tiff-3.5.5:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png-*:../../graphics/png
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tifflib=${PREFIX} \
--with-pnglib=${PREFIX} \
--enable-shared-pdflib
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
.include "../../mk/bsd.pkg.mk"