pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-soap Re-import net/php5-soap package as net/ph...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e358cbfea10
branches:  trunk
changeset: 573393:3e358cbfea10
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 16 15:08:54 2010 +0000

description:
Re-import net/php5-soap package as net/php-soap.
net/php5-soap package will be deleted later.

diffstat:

 net/php-soap/DESCR    |   3 +++
 net/php-soap/MESSAGE  |   7 +++++++
 net/php-soap/Makefile |  18 ++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r f6230e089e35 -r 3e358cbfea10 net/php-soap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/php-soap/DESCR        Tue Mar 16 15:08:54 2010 +0000
@@ -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 -r f6230e089e35 -r 3e358cbfea10 net/php-soap/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/php-soap/MESSAGE      Tue Mar 16 15:08:54 2010 +0000
@@ -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 -r f6230e089e35 -r 3e358cbfea10 net/php-soap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/php-soap/Makefile     Tue Mar 16 15:08:54 2010 +0000
@@ -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@localhost
+
+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"



Home | Main Index | Thread Index | Old Index