summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 16:11:00 +0000
committertaca <taca@pkgsrc.org>2010-03-16 16:11:00 +0000
commit1c432f48535e333fc3474a47d394b2c25eaccc60 (patch)
treee8cad0282e2278a08d8a96d92f1d0c5c187f9bf4 /net
parent41e1dabf063da1f6bcb5b01c358ff23f0d356599 (diff)
downloadpkgsrc-1c432f48535e333fc3474a47d394b2c25eaccc60.tar.gz
php5-soap has moved to php-soap.
Diffstat (limited to 'net')
-rw-r--r--net/php5-soap/DESCR3
-rw-r--r--net/php5-soap/MESSAGE7
-rw-r--r--net/php5-soap/Makefile18
3 files changed, 0 insertions, 28 deletions
diff --git a/net/php5-soap/DESCR b/net/php5-soap/DESCR
deleted file mode 100644
index dccc6fca30c..00000000000
--- a/net/php5-soap/DESCR
+++ /dev/null
@@ -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.
diff --git a/net/php5-soap/MESSAGE b/net/php5-soap/MESSAGE
deleted file mode 100644
index 690df99c936..00000000000
--- a/net/php5-soap/MESSAGE
+++ /dev/null
@@ -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
-===========================================================================
diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile
deleted file mode 100644
index d85d2ec7320..00000000000
--- a/net/php5-soap/Makefile
+++ /dev/null
@@ -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"