pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/php-pdflib Add php pdflib PECL extension package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76dd20e4ff9d
branches:  trunk
changeset: 483175:76dd20e4ff9d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 08 20:02:23 2004 +0000

description:
Add php pdflib PECL extension package version 1.0 - PHP extension for
PDFlib on-the-fly PDF generation. This replaces php4-only php4-zip.

While there is newer version available in PECL (2.0.2 ATM), it doesn't
build with PDFlib 4.x, so we use version 1.0, i.e. the same version
which ships with PHP 4.3.9.

diffstat:

 print/php-pdflib/DESCR    |   2 ++
 print/php-pdflib/Makefile |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 813ecbf37514 -r 76dd20e4ff9d print/php-pdflib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/php-pdflib/DESCR    Mon Nov 08 20:02:23 2004 +0000
@@ -0,0 +1,2 @@
+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.
diff -r 813ecbf37514 -r 76dd20e4ff9d print/php-pdflib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/php-pdflib/Makefile Mon Nov 08 20:02:23 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/08 20:02:23 jdolecek Exp $
+
+MODNAME=               pdflib
+PKGMODNAME=            pdf
+PECL_VERSION=          1.0
+CATEGORIES+=           print
+PKGREVISION=           # empty
+COMMENT=               PHP extension for PDFlib on-the-fly PDF generation
+
+USE_BUILDLINK3=                YES
+
+CONFIGURE_ARGS+=       --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
+
+.include "../../lang/php/ext.mk"
+.include "../../print/pdflib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index