diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-08 20:04:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-08 20:04:47 +0000 |
commit | 1d40a2d6df37d9018361ec41bdb0a83852ecdbcd (patch) | |
tree | 183352cbe928a0fd64896b155ad1ab4a3c8cf24f /print | |
parent | c5c4e2fd272990851a2c3e08e3f1dfbc236431a5 (diff) | |
download | pkgsrc-1d40a2d6df37d9018361ec41bdb0a83852ecdbcd.tar.gz |
php4-pdflib was replaced by php-pdflib, which can be used with both PHP4
and PHP5.
The PECL extension is preferred even for PHP4 (which has zip extension
bundled), since further maintenance is likely to be more active there.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/php4-pdflib/DESCR | 3 | ||||
-rw-r--r-- | print/php4-pdflib/Makefile | 20 |
3 files changed, 2 insertions, 25 deletions
diff --git a/print/Makefile b/print/Makefile index 5cf3905a076..4e83bbe6269 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/10/19 01:47:57 sekiya Exp $ +# $NetBSD: Makefile,v 1.119 2004/11/08 20:04:47 jdolecek Exp $ # COMMENT= Desktop publishing @@ -77,7 +77,7 @@ SUBDIR+= p5-PostScript-MailLabels SUBDIR+= papersize SUBDIR+= pcps SUBDIR+= pdflib -SUBDIR+= php4-pdflib +SUBDIR+= php-pdflib SUBDIR+= pnm2ppa SUBDIR+= poster SUBDIR+= pscal diff --git a/print/php4-pdflib/DESCR b/print/php4-pdflib/DESCR deleted file mode 100644 index 8ac80dfc23a..00000000000 --- a/print/php4-pdflib/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides an interface to PDFlib for on-the-fly PDF generation -for PHP4. diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile deleted file mode 100644 index 740d597b5d7..00000000000 --- a/print/php4-pdflib/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2004/11/05 21:44:44 jdolecek Exp $ - -MODNAME= pdf -PKGNAME= php-pdflib-${PHP_BASE_VERS} -CATEGORIES+= print -PKGREVISION= # empty -COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation - -USE_BUILDLINK3= YES - -CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib} -CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_PREFIX.jpeg} -CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_PREFIX.png} -CONFIGURE_ARGS+= --with-tiff-dir=shared,${BUILDLINK_PREFIX.tiff} -CONFIGURE_ENV+= PHP_ZLIB_DIR=${BUILDLINK_PREFIX.zlib} - -PHP_VERSION_REQD= 4 -.include "../../lang/php/ext.mk" -.include "../../print/pdflib/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |