summaryrefslogtreecommitdiff
path: root/print/php-pdflib
AgeCommit message (Collapse)AuthorFilesLines
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+2
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-02Removed double definition of PKGREVISION.rillig1-2/+1
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-1/+2
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-25Update to lates php-pdflib 2.0.3.jdolecek2-2/+6
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 :)
2004-11-08Add php pdflib PECL extension package version 1.0 - PHP extension forjdolecek2-0/+18
PDFlib on-the-fly PDF generation. This replaces php4-only php4-zip. While there is newer version available in PECL (2.0.2 ATM), it doesn't build with PDFlib 4.x, so we use version 1.0, i.e. the same version which ships with PHP 4.3.9.