Re-import net/php5-soap package as net/php-soap.
net/php5-soap package will be deleted later.
This commit is contained in:
parent
a7e3910f08
commit
71131d8777
3 changed files with 28 additions and 0 deletions
3
net/php-soap/DESCR
Normal file
3
net/php-soap/DESCR
Normal file
|
@ -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.
|
7
net/php-soap/MESSAGE
Normal file
7
net/php-soap/MESSAGE
Normal file
|
@ -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
|
||||
===========================================================================
|
18
net/php-soap/Makefile
Normal file
18
net/php-soap/Makefile
Normal file
|
@ -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"
|
Loading…
Reference in a new issue