summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-05-07 19:28:01 +0000
committerjdolecek <jdolecek>2005-05-07 19:28:01 +0000
commitd47b9acdfc537ac64d913ad7234d0e832dc1f6ae (patch)
treec5b6d740e23d49b115300459f6320622a3598c7e /net
parent35af638ff8e97513131f3d602ad29b6a2446898d (diff)
downloadpkgsrc-d47b9acdfc537ac64d913ad7234d0e832dc1f6ae.tar.gz
Add package for PHP5 SOAP extension.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/php5-soap/DESCR3
-rw-r--r--net/php5-soap/Makefile16
3 files changed, 21 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index b68352e850d..017a050c943 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.554 2005/05/05 19:36:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.555 2005/05/07 19:29:50 jdolecek Exp $
#
COMMENT= Networking tools
@@ -279,6 +279,7 @@ SUBDIR+= php-ftp
SUBDIR+= php-snmp
SUBDIR+= php-sockets
SUBDIR+= php-yp
+SUBDIR+= php5-soap
SUBDIR+= pim6dd
SUBDIR+= pim6sd
SUBDIR+= pload
diff --git a/net/php5-soap/DESCR b/net/php5-soap/DESCR
new file mode 100644
index 00000000000..dccc6fca30c
--- /dev/null
+++ b/net/php5-soap/DESCR
@@ -0,0 +1,3 @@
+PHP is a programming language designed to be embedded into web pages.
+The SOAP extension can be used to write SOAP Servers and Clients.
+It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.
diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile
new file mode 100644
index 00000000000..7b8a848cb2d
--- /dev/null
+++ b/net/php5-soap/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 19:28:01 jdolecek Exp $
+
+MODNAME= soap
+CATEGORIES+= net
+COMMENT= PHP5 extension for SOAP functions
+
+MAINTAINER= jdolecek@NetBSD.org
+
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
+
+PHP_VERSION_REQD= 5
+.include "../../lang/php/ext.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"