pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/php-zip Add php zip PECL extension package v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a4db31b7c81
branches: trunk
changeset: 483049:5a4db31b7c81
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat Nov 06 18:28:32 2004 +0000
description:
Add php zip PECL extension package version 1.0 - PHP extension for ZIP archive
handling. This replaces php4-only php4-zip.
diffstat:
archivers/php-zip/DESCR | 2 ++
archivers/php-zip/Makefile | 15 +++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 8387b9f12524 -r 5a4db31b7c81 archivers/php-zip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php-zip/DESCR Sat Nov 06 18:28:32 2004 +0000
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This PECL module provides ZIP archive handling support.
diff -r 8387b9f12524 -r 5a4db31b7c81 archivers/php-zip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php-zip/Makefile Sat Nov 06 18:28:32 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 18:28:32 jdolecek Exp $
+
+MODNAME= zip
+PECL_VERSION= 1.0
+CATEGORIES+= archivers
+PKGREVISION= # empty
+COMMENT= PHP extension for ZIP archive handling
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR}
+
+.include "../../lang/php/ext.mk"
+.include "../../archivers/zziplib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index