pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update to lates php-pdflib 2.0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/675b93a839bc
branches:  trunk
changeset: 484185:675b93a839bc
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Nov 25 20:23:40 2004 +0000

description:
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:

 doc/CHANGES               |  3 ++-
 print/php-pdflib/Makefile |  4 ++--
 print/php-pdflib/distinfo |  4 ++++
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r de02fbc5f188 -r 675b93a839bc doc/CHANGES
--- a/doc/CHANGES       Thu Nov 25 20:16:52 2004 +0000
+++ b/doc/CHANGES       Thu Nov 25 20:23:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8003 2004/11/25 20:16:51 minskim Exp $
+$NetBSD: CHANGES,v 1.8004 2004/11/25 20:23:40 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5438,3 +5438,4 @@
        Updated ed2k-gtk-gui to 0.6.3 [minskim 2004-11-25]
        Updated ipgrab to 0.9.9 [minskim 2004-11-25]
        Updated p5-Geo-IP to 1.23 [minskim 2004-11-25]
+       Updated php-pdflib to 2.0.3 [jdolecek 2004-11-25]
diff -r de02fbc5f188 -r 675b93a839bc print/php-pdflib/Makefile
--- a/print/php-pdflib/Makefile Thu Nov 25 20:16:52 2004 +0000
+++ b/print/php-pdflib/Makefile Thu Nov 25 20:23:40 2004 +0000
@@ -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 -r de02fbc5f188 -r 675b93a839bc print/php-pdflib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/php-pdflib/distinfo Thu Nov 25 20:23:40 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index