diff options
author | taca <taca> | 2010-03-16 13:53:58 +0000 |
---|---|---|
committer | taca <taca> | 2010-03-16 13:53:58 +0000 |
commit | 861bfe1885b77570edc672856555ec30439c4981 (patch) | |
tree | 10cbbc76d9aa5c3c64b3d7a608fcd4a044470f94 /print/php-pdflib | |
parent | 92abbd4b5e5fba6736a49ebce51470936a5e6860 (diff) | |
download | pkgsrc-861bfe1885b77570edc672856555ec30439c4981.tar.gz |
Update php-pdflib package to 2.1.7.
2.1.7 - fixed [PECL-BUG] Bug #16066 [NEW]: Missing php_pdflib.h in archive.
2.1.6 - added PDF_utf32_to_utf16()
- improved show_boxed() function
- fixed GD_SUPPORT (not supported)
2.1.5 - switched to package.xml 2.0 Format
- improved exception handling
2.1.4 - fixed wrong handling of int parameters which on some 64bit platforms
caused problems.
2.1.3 - fixed potential crash after exceptions
- show_boxed was missing in the OO-Wrapper
2.1.2 - fixed: Bug #9216 Don't build with PHP 5.2 (again)
2.1.1 - utf16_to_utf8() adn utf8_to_utf16() was missing in the OO-Wrapper
2.1.0 - added support for PDFlib 7
- prepaired for build with PHP 5.2 (API of PHP_ME_MAPPING changed)
2.0.5 Bugfixes:
- fixed Bug http://pecl.php.net/bugs/bug.php?id=3554
2.0.4 Bugfixes:
- fixed buildproblems when used link PDFLib statically into PHP.
Diffstat (limited to 'print/php-pdflib')
-rw-r--r-- | print/php-pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/php-pdflib/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index eae2da3e865..54cf5b1b875 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2010/02/27 03:35:12 taca Exp $ +# $NetBSD: Makefile,v 1.14 2010/03/16 13:53:58 taca Exp $ MODNAME= pdflib PKGMODNAME= pdf -PECL_VERSION= 2.0.3 +PECL_VERSION= 2.1.7 CATEGORIES+= print COMMENT= PHP extension for PDFlib on-the-fly PDF generation diff --git a/print/php-pdflib/distinfo b/print/php-pdflib/distinfo index 039c166f29c..f4db501eb4a 100644 --- a/print/php-pdflib/distinfo +++ b/print/php-pdflib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:51:44 agc Exp $ +$NetBSD: distinfo,v 1.3 2010/03/16 13:53:59 taca Exp $ -SHA1 (php-pdflib/pdflib-2.0.3.tgz) = 7fc7107906ad035ed9e8fc7923ce2b03f39864c2 -RMD160 (php-pdflib/pdflib-2.0.3.tgz) = 813607275e565a33bbf3b0445217fddadd0f568e -Size (php-pdflib/pdflib-2.0.3.tgz) = 36143 bytes +SHA1 (php-pdflib/pdflib-2.1.7.tgz) = 4fadc621b251fd2714321132f9807be997dca44c +RMD160 (php-pdflib/pdflib-2.1.7.tgz) = 36696ea90d3f5ce60c2f27cb1496e8705c8649ae +Size (php-pdflib/pdflib-2.1.7.tgz) = 55997 bytes |