diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 29 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/distinfo | 1 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/pkg-comment | 1 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/pkg-descr | 17 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/pkg-plist | 31 | ||||
-rw-r--r-- | net/xmlrpc-c/Makefile | 29 | ||||
-rw-r--r-- | net/xmlrpc-c/distinfo | 1 | ||||
-rw-r--r-- | net/xmlrpc-c/pkg-comment | 1 | ||||
-rw-r--r-- | net/xmlrpc-c/pkg-descr | 17 | ||||
-rw-r--r-- | net/xmlrpc-c/pkg-plist | 31 |
11 files changed, 159 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f8a90af5bf57..a249690e853b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -316,6 +316,7 @@ SUBDIR += xicq SUBDIR += xipmsg SUBDIR += xisp + SUBDIR += xmlrpc-c SUBDIR += xsmbrowser SUBDIR += xtraceroute SUBDIR += xtradius diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile new file mode 100644 index 000000000000..6099a503835e --- /dev/null +++ b/net/xmlrpc-c-devel/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: xmlrpc-c +# Date created: Mar 8, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xmlrpc-c +PORTVERSION= 0.9.8 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +post-install: + @${RM} -f ${PREFIX}/lib/*.la + +.include <bsd.port.mk> diff --git a/net/xmlrpc-c-devel/distinfo b/net/xmlrpc-c-devel/distinfo new file mode 100644 index 000000000000..fbe77ec3dea7 --- /dev/null +++ b/net/xmlrpc-c-devel/distinfo @@ -0,0 +1 @@ +MD5 (xmlrpc-c-0.9.8.tar.gz) = 1470f8da19b43adebe2e0600191ff84c diff --git a/net/xmlrpc-c-devel/pkg-comment b/net/xmlrpc-c-devel/pkg-comment new file mode 100644 index 000000000000..66fb3d0e0202 --- /dev/null +++ b/net/xmlrpc-c-devel/pkg-comment @@ -0,0 +1 @@ +XML-RPC library for C and C++ diff --git a/net/xmlrpc-c-devel/pkg-descr b/net/xmlrpc-c-devel/pkg-descr new file mode 100644 index 000000000000..41931be8cb1d --- /dev/null +++ b/net/xmlrpc-c-devel/pkg-descr @@ -0,0 +1,17 @@ +XML-RPC is a quick-and-easy way to make procedure calls over the Internet. +It converts the procedure call into XML document, sends it to a remote +server using HTTP, and gets back the response as XML. + +This library provides a modular implementation of XML-RPC for C and C++. + + - C API and experimental C++ API. + - Modular XML-RPC core: If you want, you can supply all your own HTTP + code. + - Synchronous and asynchronous XML-RPC clients based on w3c-libwww. + - Multithreaded XML-RPC server based on the Abyss web server. + - Full support for basic types, including <struct>, <array> and <base64>. + - Extensive test suites to help verify correct behavior and correct + error handling. + - Passes the official XML-RPC validator1 test suite. + +WWW: http://xmlrpc-c.sourceforge.net/ diff --git a/net/xmlrpc-c-devel/pkg-plist b/net/xmlrpc-c-devel/pkg-plist new file mode 100644 index 000000000000..81b501a13d78 --- /dev/null +++ b/net/xmlrpc-c-devel/pkg-plist @@ -0,0 +1,31 @@ +bin/meerkat-app-list +bin/query-meerkat +bin/xml-rpc-api2txt +bin/xmlrpc-c-config +include/XmlRpcCpp.h +include/xmlrpc.h +include/xmlrpc_abyss.h +include/xmlrpc_cgi.h +include/xmlrpc_client.h +lib/libxmlrpc.a +lib/libxmlrpc.so +lib/libxmlrpc.so.5 +lib/libxmlrpc_abyss.a +lib/libxmlrpc_abyss.so +lib/libxmlrpc_abyss.so.5 +lib/libxmlrpc_abyss_server.a +lib/libxmlrpc_abyss_server.so +lib/libxmlrpc_abyss_server.so.5 +lib/libxmlrpc_cgi.a +lib/libxmlrpc_cgi.so +lib/libxmlrpc_cgi.so.5 +lib/libxmlrpc_client.a +lib/libxmlrpc_client.so +lib/libxmlrpc_client.so.5 +lib/libxmlrpc_cpp.a +lib/libxmlrpc_xmlparse.a +lib/libxmlrpc_xmlparse.so +lib/libxmlrpc_xmlparse.so.5 +lib/libxmlrpc_xmltok.a +lib/libxmlrpc_xmltok.so +lib/libxmlrpc_xmltok.so.5 diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile new file mode 100644 index 000000000000..6099a503835e --- /dev/null +++ b/net/xmlrpc-c/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: xmlrpc-c +# Date created: Mar 8, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xmlrpc-c +PORTVERSION= 0.9.8 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +post-install: + @${RM} -f ${PREFIX}/lib/*.la + +.include <bsd.port.mk> diff --git a/net/xmlrpc-c/distinfo b/net/xmlrpc-c/distinfo new file mode 100644 index 000000000000..fbe77ec3dea7 --- /dev/null +++ b/net/xmlrpc-c/distinfo @@ -0,0 +1 @@ +MD5 (xmlrpc-c-0.9.8.tar.gz) = 1470f8da19b43adebe2e0600191ff84c diff --git a/net/xmlrpc-c/pkg-comment b/net/xmlrpc-c/pkg-comment new file mode 100644 index 000000000000..66fb3d0e0202 --- /dev/null +++ b/net/xmlrpc-c/pkg-comment @@ -0,0 +1 @@ +XML-RPC library for C and C++ diff --git a/net/xmlrpc-c/pkg-descr b/net/xmlrpc-c/pkg-descr new file mode 100644 index 000000000000..41931be8cb1d --- /dev/null +++ b/net/xmlrpc-c/pkg-descr @@ -0,0 +1,17 @@ +XML-RPC is a quick-and-easy way to make procedure calls over the Internet. +It converts the procedure call into XML document, sends it to a remote +server using HTTP, and gets back the response as XML. + +This library provides a modular implementation of XML-RPC for C and C++. + + - C API and experimental C++ API. + - Modular XML-RPC core: If you want, you can supply all your own HTTP + code. + - Synchronous and asynchronous XML-RPC clients based on w3c-libwww. + - Multithreaded XML-RPC server based on the Abyss web server. + - Full support for basic types, including <struct>, <array> and <base64>. + - Extensive test suites to help verify correct behavior and correct + error handling. + - Passes the official XML-RPC validator1 test suite. + +WWW: http://xmlrpc-c.sourceforge.net/ diff --git a/net/xmlrpc-c/pkg-plist b/net/xmlrpc-c/pkg-plist new file mode 100644 index 000000000000..81b501a13d78 --- /dev/null +++ b/net/xmlrpc-c/pkg-plist @@ -0,0 +1,31 @@ +bin/meerkat-app-list +bin/query-meerkat +bin/xml-rpc-api2txt +bin/xmlrpc-c-config +include/XmlRpcCpp.h +include/xmlrpc.h +include/xmlrpc_abyss.h +include/xmlrpc_cgi.h +include/xmlrpc_client.h +lib/libxmlrpc.a +lib/libxmlrpc.so +lib/libxmlrpc.so.5 +lib/libxmlrpc_abyss.a +lib/libxmlrpc_abyss.so +lib/libxmlrpc_abyss.so.5 +lib/libxmlrpc_abyss_server.a +lib/libxmlrpc_abyss_server.so +lib/libxmlrpc_abyss_server.so.5 +lib/libxmlrpc_cgi.a +lib/libxmlrpc_cgi.so +lib/libxmlrpc_cgi.so.5 +lib/libxmlrpc_client.a +lib/libxmlrpc_client.so +lib/libxmlrpc_client.so.5 +lib/libxmlrpc_cpp.a +lib/libxmlrpc_xmlparse.a +lib/libxmlrpc_xmlparse.so +lib/libxmlrpc_xmlparse.so.5 +lib/libxmlrpc_xmltok.a +lib/libxmlrpc_xmltok.so +lib/libxmlrpc_xmltok.so.5 |