summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-16 06:26:10 +0000
committerjlam <jlam>2001-10-16 06:26:10 +0000
commit2cb8281813bc8da2e4d7461c95b6392b57fbf30e (patch)
tree7b619566306b8b1ef529fbcb2d47d4c89b8b656a /textproc
parentc91c9e41b962fe22fbbba187136eddf6ebfc843b (diff)
downloadpkgsrc-2cb8281813bc8da2e4d7461c95b6392b57fbf30e.tar.gz
textproc/php4-xml: PHP4 extension for parsing XML
This is the version from the php-4.0.6 distribution.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php4-xml/Makefile15
-rw-r--r--textproc/php4-xml/distinfo4
-rw-r--r--textproc/php4-xml/pkg/DESCR2
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile
new file mode 100644
index 00000000000..f56566429a5
--- /dev/null
+++ b/textproc/php4-xml/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:26:10 jlam Exp $
+
+.include "../php4/Makefile.module"
+
+MODNAME= xml
+CATEGORIES+= textproc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for parsing XML
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}
+CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}
+
+.include "../../textproc/expat/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/php4-xml/distinfo b/textproc/php4-xml/distinfo
new file mode 100644
index 00000000000..09c8b1592ee
--- /dev/null
+++ b/textproc/php4-xml/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/16 06:26:10 jlam Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/textproc/php4-xml/pkg/DESCR b/textproc/php4-xml/pkg/DESCR
new file mode 100644
index 00000000000..d5afff9cf73
--- /dev/null
+++ b/textproc/php4-xml/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides an XML parser for PHP4.