summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-08 20:04:47 +0000
committerjdolecek <jdolecek>2004-11-08 20:04:47 +0000
commit2fc6a36d0d87ebc5af7fc844c3f0f311ac8e6fc6 (patch)
tree183352cbe928a0fd64896b155ad1ab4a3c8cf24f /print
parent71fd82b874adfbaaada255ca6ac4c238425a841a (diff)
downloadpkgsrc-2fc6a36d0d87ebc5af7fc844c3f0f311ac8e6fc6.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/Makefile4
-rw-r--r--print/php4-pdflib/DESCR3
-rw-r--r--print/php4-pdflib/Makefile20
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"