summaryrefslogtreecommitdiff
path: root/print/php-pdflib
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.taca1-2/+2
2015-12-19Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.taca1-1/+3
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-30Update php-pdflib to 2.1.8, latest 2.x release.taca2-7/+6
(php-pdflib 3.0 and later requires PDFlib 7 or later.) 2.1.9: - added support for PHP 5.4 2.1.10: - fixed https://bugs.php.net/bug.php?id=64455
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-06-16*Use newer data type name of PHP; support PHP 5.4.x, too.taca4-1/+278
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-12-17Change default PKGNAME scheme for PECL packages.obache1-1/+2
Drop ${PHP_BASE_VARS} from PKGVERSION by default. It used to be required to support multiple php version. But after PHP version based ${PHP_PKG_PREFIX} was introduced, such trick is not required anymore. In addition to this, such version name schme invokes unwanted version bump when base php version is bumped, plus, such version scheme is hard to use for DEPENDS pattern. To avoid downgrading of package using such legacy version scheme, PECL_LEGACY_VERSION_SCHEME is introduced. If it is defined, current version scheme is still used for currently supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS}, current fixed PHP base version in pkgsrc is used to avoid unwanted version bump from update of PHP base package. With newer PHP (54, or so on), new version scheme will be used if it is defined. This trick will not be required and should be removed after php5 and php53 will be gone away from pkgsrc.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-07-24Revert revision of several PHP extensions after both core PHP packagestron1-2/+1
were updated.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-02Changes 2.1.8:adam2-6/+6
* support PHP 5.3 (don't use deprecated functions) * added php_check_open_basedir * added missing functions to oo php wrapper
2010-03-16Update php-pdflib package to 2.1.7.taca2-6/+6
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.
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
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.