From 2cb8281813bc8da2e4d7461c95b6392b57fbf30e Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 16 Oct 2001 06:26:10 +0000 Subject: textproc/php4-xml: PHP4 extension for parsing XML This is the version from the php-4.0.6 distribution. --- textproc/php4-xml/Makefile | 15 +++++++++++++++ textproc/php4-xml/distinfo | 4 ++++ textproc/php4-xml/pkg/DESCR | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 textproc/php4-xml/Makefile create mode 100644 textproc/php4-xml/distinfo create mode 100644 textproc/php4-xml/pkg/DESCR (limited to 'textproc') 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. -- cgit v1.2.3