pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add package for PHP5 SOAP extension.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d5875c6a309
branches: trunk
changeset: 493480:2d5875c6a309
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat May 07 19:28:01 2005 +0000
description:
Add package for PHP5 SOAP extension.
diffstat:
doc/CHANGES | 3 ++-
net/Makefile | 3 ++-
net/php5-soap/DESCR | 3 +++
net/php5-soap/Makefile | 16 ++++++++++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
diffs (58 lines):
diff -r db14a4e6be4f -r 2d5875c6a309 doc/CHANGES
--- a/doc/CHANGES Sat May 07 19:03:38 2005 +0000
+++ b/doc/CHANGES Sat May 07 19:28:01 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10046 2005/05/07 18:59:05 jdolecek Exp $
+$NetBSD: CHANGES,v 1.10047 2005/05/07 19:29:50 jdolecek Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -2317,3 +2317,4 @@
Removed milter-spamc [wiz 2005-05-07]
Updated pear-SOAP to 0.8.1 [jdolecek 2005-05-07]
Added php-eaccelerator-0.9.2a [jdolecek 2005-05-07]
+ Added php-soap-5.0.4 [jdolecek 2005-05-07]
diff -r db14a4e6be4f -r 2d5875c6a309 net/Makefile
--- a/net/Makefile Sat May 07 19:03:38 2005 +0000
+++ b/net/Makefile Sat May 07 19:28:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.554 2005/05/05 19:36:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.555 2005/05/07 19:29:50 jdolecek Exp $
#
COMMENT= Networking tools
@@ -279,6 +279,7 @@
SUBDIR+= php-snmp
SUBDIR+= php-sockets
SUBDIR+= php-yp
+SUBDIR+= php5-soap
SUBDIR+= pim6dd
SUBDIR+= pim6sd
SUBDIR+= pload
diff -r db14a4e6be4f -r 2d5875c6a309 net/php5-soap/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/php5-soap/DESCR Sat May 07 19:28:01 2005 +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 db14a4e6be4f -r 2d5875c6a309 net/php5-soap/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/php5-soap/Makefile Sat May 07 19:28:01 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 19:28:01 jdolecek Exp $
+
+MODNAME= soap
+CATEGORIES+= net
+COMMENT= PHP5 extension for SOAP functions
+
+MAINTAINER= jdolecek%NetBSD.org@localhost
+
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
+
+PHP_VERSION_REQD= 5
+.include "../../lang/php/ext.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index