add the soap extension to php5:
SOAP (Simple Object Access Protocol) is a method for access remote XML resources on another machine. It is a standard defined by The World Wide Web consortium (W3C). Information about XSLT and related technologies can be found at http://www.w3.org/TR/soap. From: Ben Lindstrom <mouring@etoh.eviladmin.org>
This commit is contained in:
parent
feca467797
commit
f84bb6e65e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/05/18 06:59:37 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2005/06/06 17:25:33 robert Exp $
|
||||
|
||||
FULLPKGNAME= php5-extensions-${V}
|
||||
COMMENT= "informational package about PHP5 extensions"
|
||||
@ -232,6 +232,16 @@ COMMENT-shmop= "shared memory extensions for php5"
|
||||
CONFIGURE_ARGS+= --enable-shmop=shared
|
||||
.endif
|
||||
|
||||
# soap
|
||||
PSEUDO_FLAVORS+= no_soap
|
||||
.if ${FLAVOR:L:Mno_soap}
|
||||
CONFIGURE_ARGS+= --without-soap
|
||||
.else
|
||||
MULTI_PACKAGES+= -soap
|
||||
COMMENT-soap= "SOAP functions for php5"
|
||||
CONFIGURE_ARGS+= --enable-soap=shared
|
||||
.endif
|
||||
|
||||
# snmp
|
||||
PSEUDO_FLAVORS+= no_snmp
|
||||
.if ${FLAVOR:L:Mno_snmp}
|
||||
|
7
www/php5/extensions/pkg/DESCR-soap
Normal file
7
www/php5/extensions/pkg/DESCR-soap
Normal file
@ -0,0 +1,7 @@
|
||||
SOAP (Simple Object Access Protocol) is a method for access remote
|
||||
XML resources on another machine. It is a standard defined by The
|
||||
World Wide Web consortium (W3C). Information about XSLT and related
|
||||
technologies can be found at http://www.w3.org/TR/soap.
|
||||
|
||||
This PHP extension provides a processor independent API to SOAP
|
||||
protocol.
|
2
www/php5/extensions/pkg/PLIST-soap
Normal file
2
www/php5/extensions/pkg/PLIST-soap
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-soap,v 1.1 2005/06/06 17:25:33 robert Exp $
|
||||
lib/php/modules/soap.so
|
Loading…
Reference in New Issue
Block a user