add support for xmlrpc extension

This commit is contained in:
avsm 2004-02-29 00:25:41 +00:00
parent 2e72fccb91
commit fc64e2aef2
3 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2004/01/05 17:02:32 avsm Exp $
# $OpenBSD: Makefile,v 1.29 2004/02/29 00:25:41 avsm Exp $
FULLPKGNAME= php4-extensions-${V}
COMMENT= "informational package about PHP4 extensions"
@ -275,6 +275,17 @@ CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE}
SYBASE_CT_DEPENDS= tds.0,ct.0::databases/freetds
.endif
# xml-rpc
PSEUDO_FLAVORS+= no_xmlrpc
.if ${FLAVOR:L:Mno_xmlrpc}
CONFIGURE_ARGS+= --without-xmlrpc
.else
MULTI_PACKAGES+= -xmlrpc
COMMENT-xmlrpc= "XML RPC functions for php4"
CONFIGURE_ARGS+= --with-xmlrpc=shared
XMLRPC_DEPENDS= expat.2::textproc/expat
.endif
# xslt
PSEUDO_FLAVORS+= no_xslt
.if ${FLAVOR:L:Mno_xslt}

View File

@ -0,0 +1,4 @@
These functions can be used to write XML-RPC servers and clients.
You can find more information about XML-RPC at http://www.xmlrpc.com/,
and more documentation on this extension and its functions at
http://xmlrpc-epi.sourceforge.net/.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST-xmlrpc,v 1.1 2004/02/29 00:25:42 avsm Exp $
lib/php/modules/xmlrpc.so