diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-25 20:23:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-25 20:23:40 +0000 |
commit | 652fb0d64dff2e9aef8a5d7e08c5e14f2ff5ea99 (patch) | |
tree | 84e23f297b02f0f2f8e77fefe6c712016ce3cdb7 /print | |
parent | c7b82d627beac2bde972af2a3c006e2f7cb42cbf (diff) | |
download | pkgsrc-652fb0d64dff2e9aef8a5d7e08c5e14f2ff5ea99.tar.gz |
Update to lates php-pdflib 2.0.3.
Changes since 1.0:
Version 2.0:
A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks
Version 2.0.1, 2.0.2:
- various bugfixes
Version 2.0.3:
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again
Many thanks to Rainer Schaff for revitalizing PDFlib4 support :)
Diffstat (limited to 'print')
-rw-r--r-- | print/php-pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/php-pdflib/distinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index ecd9d34a2c6..9b4262d3652 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/08 20:02:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/25 20:23:40 jdolecek Exp $ MODNAME= pdflib PKGMODNAME= pdf -PECL_VERSION= 1.0 +PECL_VERSION= 2.0.3 CATEGORIES+= print PKGREVISION= # empty COMMENT= PHP extension for PDFlib on-the-fly PDF generation diff --git a/print/php-pdflib/distinfo b/print/php-pdflib/distinfo new file mode 100644 index 00000000000..451cc2b78e9 --- /dev/null +++ b/print/php-pdflib/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2004/11/25 20:23:40 jdolecek Exp $ + +SHA1 (php-pdflib/pdflib-2.0.3.tgz) = 7fc7107906ad035ed9e8fc7923ce2b03f39864c2 +Size (php-pdflib/pdflib-2.0.3.tgz) = 36143 bytes |