pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/php4-zip add PHP4 Zip module - module for Zi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b6889435b05
branches:  trunk
changeset: 464685:4b6889435b05
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Dec 14 13:55:47 2003 +0000

description:
add PHP4 Zip module - module for Zip archive handling, using zziplib

diffstat:

 archivers/php4-zip/DESCR    |   2 ++
 archivers/php4-zip/Makefile |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 53af8f22b91b -r 4b6889435b05 archivers/php4-zip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php4-zip/DESCR  Sun Dec 14 13:55:47 2003 +0000
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides ZIP archive handling support for PHP4.
diff -r 53af8f22b91b -r 4b6889435b05 archivers/php4-zip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/php4-zip/Makefile       Sun Dec 14 13:55:47 2003 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 13:55:47 jdolecek Exp $
+
+MODNAME=               zip
+CATEGORIES+=           archivers
+PKGREVISION=           # empty
+COMMENT=               PHP4 extension for ZIP archive handling
+
+USE_BUILDLINK2=                YES
+
+.include "../../www/php4/Makefile.module"
+
+CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../archivers/zziplib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index