summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-10 18:20:10 +0000
committerjlam <jlam>2004-03-10 18:20:10 +0000
commit056c2c890a7e22161f223ea775664f60659234a4 (patch)
treef2ff451829021f7e4e008cc751690643d8531e91 /print
parent10cc5a2a02ecf8bccaeb1801a207abab579becfc (diff)
downloadpkgsrc-056c2c890a7e22161f223ea775664f60659234a4.tar.gz
Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile3
-rw-r--r--print/php3-pdflib/DESCR2
-rw-r--r--print/php3-pdflib/Makefile22
3 files changed, 1 insertions, 26 deletions
diff --git a/print/Makefile b/print/Makefile
index 49b67c91aa1..7a2cb16bd29 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2003/12/25 13:28:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.113 2004/03/10 18:20:11 jlam Exp $
#
COMMENT= Desktop publishing
@@ -74,7 +74,6 @@ SUBDIR+= p5-PostScript-MailLabels
SUBDIR+= papersize
SUBDIR+= pcps
SUBDIR+= pdflib
-SUBDIR+= php3-pdflib
SUBDIR+= php4-pdflib
SUBDIR+= pnm2ppa
SUBDIR+= pscal
diff --git a/print/php3-pdflib/DESCR b/print/php3-pdflib/DESCR
deleted file mode 100644
index 719309afaaf..00000000000
--- a/print/php3-pdflib/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides access to PDF library functions.
diff --git a/print/php3-pdflib/Makefile b/print/php3-pdflib/Makefile
deleted file mode 100644
index a9ca321c5dd..00000000000
--- a/print/php3-pdflib/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:52 reed Exp $
-
-MODNAME= pdf
-CATEGORIES+= print
-PKGREVISION= 3
-COMMENT= PHP3 extension for PDFlib on-the-fly PDF generation
-
-USE_BUILDLINK2= yes
-
-.include "../../www/php3/Makefile.module"
-
-PKGNAME= php-pdflib-${BASE_VERS}
-
-CONFIGURE_ARGS+= --with-pdflib=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-tiff-dir==${BUILDLINK_DIR}
-LIBS+= -lpng -lz
-
-MOD_LIBS+= -lpdf -lm -ltiff -ljpeg -lpng -lz
-
-.include "../../print/pdflib/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"