diff options
author | jdolecek <jdolecek> | 2003-08-31 19:55:21 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-08-31 19:55:21 +0000 |
commit | 7fee6bb1cf924b136f2dce03a46fbffcc762f626 (patch) | |
tree | 33c9301fff79082d1d83e91e87ace097146292cf /print/php4-pdflib | |
parent | a7a86db52a7242ae962f32b0bcb16417c677b5f8 (diff) | |
download | pkgsrc-7fee6bb1cf924b136f2dce03a46fbffcc762f626.tar.gz |
Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements
Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
remains CGI version
Diffstat (limited to 'print/php4-pdflib')
-rw-r--r-- | print/php4-pdflib/Makefile | 3 | ||||
-rw-r--r-- | print/php4-pdflib/distinfo | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile index 09701b6c29b..027bc35184e 100644 --- a/print/php4-pdflib/Makefile +++ b/print/php4-pdflib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/10/09 12:18:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/31 19:55:56 jdolecek Exp $ MODNAME= pdf PKGNAME= php-pdflib-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES+= print PKGREVISION= # empty COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation diff --git a/print/php4-pdflib/distinfo b/print/php4-pdflib/distinfo deleted file mode 100644 index b134cee5cd3..00000000000 --- a/print/php4-pdflib/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.5 2002/10/14 06:21:15 martti Exp $ - -SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc -Size (php-4.2.3.tar.gz) = 3413829 bytes |