pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print php4-pdflib was replaced by php-pdflib, which ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6851373aea8a
branches:  trunk
changeset: 483176:6851373aea8a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 08 20:04:47 2004 +0000

description:
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:

 print/Makefile             |   4 ++--
 print/php4-pdflib/DESCR    |   3 ---
 print/php4-pdflib/Makefile |  20 --------------------
 3 files changed, 2 insertions(+), 25 deletions(-)

diffs (49 lines):

diff -r 76dd20e4ff9d -r 6851373aea8a print/Makefile
--- a/print/Makefile    Mon Nov 08 20:02:23 2004 +0000
+++ b/print/Makefile    Mon Nov 08 20:04:47 2004 +0000
@@ -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+=       papersize
 SUBDIR+=       pcps
 SUBDIR+=       pdflib
-SUBDIR+=       php4-pdflib
+SUBDIR+=       php-pdflib
 SUBDIR+=       pnm2ppa
 SUBDIR+=       poster
 SUBDIR+=       pscal
diff -r 76dd20e4ff9d -r 6851373aea8a print/php4-pdflib/DESCR
--- a/print/php4-pdflib/DESCR   Mon Nov 08 20:02:23 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 76dd20e4ff9d -r 6851373aea8a print/php4-pdflib/Makefile
--- a/print/php4-pdflib/Makefile        Mon Nov 08 20:02:23 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index