From 1d40a2d6df37d9018361ec41bdb0a83852ecdbcd Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 8 Nov 2004 20:04:47 +0000 Subject: 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. --- print/Makefile | 4 ++-- print/php4-pdflib/DESCR | 3 --- print/php4-pdflib/Makefile | 20 -------------------- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 print/php4-pdflib/DESCR delete mode 100644 print/php4-pdflib/Makefile (limited to 'print') 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" -- cgit v1.2.3