summaryrefslogtreecommitdiff
path: root/print/pdflib
AgeCommit message (Collapse)AuthorFilesLines
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-5/+4
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-15update to 3.03drochner7-491/+24
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-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-4/+5
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-08update to 3.0drochner6-61/+485
too many changes since 2.01 to list here, the most visible for me is that it is libtoolized - see doc/changes.txt for the rest
2000-02-03not needed anymoredrochner3-24/+0
2000-02-03Upgrade to pdflib-2.01. Changes include a new (autoconf based) builddrochner6-96/+95
environment, bugfixes and documentation improvements.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-03-11Remove additional bugfix.hwr1-2/+1
1999-03-01This should be better now. Thanks Hubert and Milano.hwr5-29/+38
1999-02-28This was left over from the how-the-hell-can-I-run-a-script-for-do-installhwr1-4/+1
phase.
1999-02-28Pdflib 0.6 A library to generate PDF documents.hwr9-0/+135
XXX One of our pkg-gurus should probably look at this, as a) /usr/pkg is a the moment hardwired b) no builtin support for perl/phyton/tcl is yet enabled (I don't want to build phyton in order to build the pdflib package).