diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-10 18:20:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-10 18:20:10 +0000 |
commit | e002003beac7917d19f3b76ad943c260cab2b930 (patch) | |
tree | f2ff451829021f7e4e008cc751690643d8531e91 /print | |
parent | cd4c3d517a2c87eca36cb8eb894d83294da3eda2 (diff) | |
download | pkgsrc-e002003beac7917d19f3b76ad943c260cab2b930.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/Makefile | 3 | ||||
-rw-r--r-- | print/php3-pdflib/DESCR | 2 | ||||
-rw-r--r-- | print/php3-pdflib/Makefile | 22 |
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" |