diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:08:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:08:54 +0000 |
commit | 71131d8777e74f5271d7c3257778ad710ed398e4 (patch) | |
tree | e47317680e2e19111caf78b5090ea389aa908333 | |
parent | a7e3910f088a5b6009cd24792790c3d07efd6300 (diff) | |
download | pkgsrc-71131d8777e74f5271d7c3257778ad710ed398e4.tar.gz |
Re-import net/php5-soap package as net/php-soap.
net/php5-soap package will be deleted later.
-rw-r--r-- | net/php-soap/DESCR | 3 | ||||
-rw-r--r-- | net/php-soap/MESSAGE | 7 | ||||
-rw-r--r-- | net/php-soap/Makefile | 18 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net/php-soap/DESCR b/net/php-soap/DESCR new file mode 100644 index 00000000000..dccc6fca30c --- /dev/null +++ b/net/php-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/php-soap/MESSAGE b/net/php-soap/MESSAGE new file mode 100644 index 00000000000..d63efa1975e --- /dev/null +++ b/net/php-soap/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 15:08:54 taca Exp $ + +PHP 5.1.0 introduced some changes in SOAP extension in WSDL mode: +* XML base64Binary values transparently base64 encoded/decoded +* NULL values with maxOccurs="0" nillable="yes" not included in XML output +=========================================================================== diff --git a/net/php-soap/Makefile b/net/php-soap/Makefile new file mode 100644 index 00000000000..fcc37a34e81 --- /dev/null +++ b/net/php-soap/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:08:54 taca Exp $ + +MODNAME= soap +CATEGORIES+= net +COMMENT= PHP5 extension for SOAP functions + +MAINTAINER= jdolecek@NetBSD.org + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= php-soap-[0-9]* + +CONFIGURE_ARGS+= --enable-${MODNAME} +CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} + +.include "../../lang/php/ext.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |