php5-soap has moved to php-soap.

This commit is contained in:
taca 2010-03-16 16:11:00 +00:00
parent 41e1dabf06
commit 1c432f4853
3 changed files with 0 additions and 28 deletions

View file

@ -1,3 +0,0 @@
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.

View file

@ -1,7 +0,0 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2007/10/09 19:19:14 martti 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
===========================================================================

View file

@ -1,18 +0,0 @@
# $NetBSD: Makefile,v 1.7 2010/03/15 16:45:59 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"