diff options
Diffstat (limited to '')
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 70 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/distinfo | 3 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/pkg-descr | 17 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/pkg-plist | 75 |
4 files changed, 0 insertions, 165 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile deleted file mode 100644 index 2413e1fd9dc3..000000000000 --- a/net/xmlrpc-c-devel/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# 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= 1.06.27 -CATEGORIES= net -MASTER_SITES= SF -EXTRACT_SUFX= .tgz -DISTFILES= ${PORTNAME:S/-c//}-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XML-RPC library for C and C++ - -OPTIONS= DEBUG "Compile with debugging information" off \ - CURL "Compile with curl support" on \ - LIBWWW "Compile with libwww support" off - -CONFLICTS= xmlrpc-epi-0.* - -USE_GNOME= gnometarget -USE_PERL5= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:env -GNU_CONFIGURE= yes -MAKEFILE= GNUmakefile -MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ - CFLAGS_COMMON="${CFLAGS}" \ - CXXFLAGS_COMMON="${CXXFLAGS}" -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if !defined(WITH_DEBUG) -CFLAGS+= -DNDEBUG -.endif - -.if defined(WITHOUT_CURL) -CONFIGURE_ARGS+= --disable-curl-client -.else -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl -OPT_CURL= yes -.endif - -.if defined(WITH_LIBWWW) -LIB_DEPENDS+= wwwcore.1:${PORTSDIR}/www/libwww -OPT_LIBWWW= yes -.else -CONFIGURE_ARGS+= --disable-libwww-client -.endif - -.if !defined(OPT_LIBWWW) && !defined(OPT_CURL) -PLIST_SUB+= CLIENT="@comment " -.else -PLIST_SUB+= CLIENT="" -.endif - -post-extract: - @${FIND} ${WRKSRC} -type l -name blddir | ${XARGS} ${RM} - @${FIND} ${WRKSRC} -type l -name srcdir | ${XARGS} ${RM} - -post-patch: - @${GREP} -lR '\-lpthread' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - -.include <bsd.port.post.mk> diff --git a/net/xmlrpc-c-devel/distinfo b/net/xmlrpc-c-devel/distinfo deleted file mode 100644 index ae6db7eb40c0..000000000000 --- a/net/xmlrpc-c-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmlrpc-1.06.27.tgz) = bd58eae4f4ff3a5c469702dfeea55ec6 -SHA256 (xmlrpc-1.06.27.tgz) = 04e81ec9f4b0e586be41ccffd402f42b6c268ec2fc7875d44fcbb4ba7a660378 -SIZE (xmlrpc-1.06.27.tgz) = 699510 diff --git a/net/xmlrpc-c-devel/pkg-descr b/net/xmlrpc-c-devel/pkg-descr deleted file mode 100644 index 41931be8cb1d..000000000000 --- a/net/xmlrpc-c-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index e027e47a760c..000000000000 --- a/net/xmlrpc-c-devel/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -%%CLIENT%%bin/xmlrpc -bin/xmlrpc-c-config -%%CLIENT%%bin/xmlrpc_transport -include/XmlRpcCpp.h -include/xmlrpc-c/abyss.h -include/xmlrpc-c/base.h -include/xmlrpc-c/base.hpp -%%CLIENT%%include/xmlrpc-c/client.h -%%CLIENT%%include/xmlrpc-c/client.hpp -%%CLIENT%%include/xmlrpc-c/client_global.h -%%CLIENT%%include/xmlrpc-c/client_simple.hpp -%%CLIENT%%include/xmlrpc-c/client_transport.hpp -include/xmlrpc-c/config.h -include/xmlrpc-c/girerr.hpp -include/xmlrpc-c/girmem.hpp -include/xmlrpc-c/oldcppwrapper.hpp -include/xmlrpc-c/oldxmlrpc.h -include/xmlrpc-c/registry.hpp -include/xmlrpc-c/server.h -include/xmlrpc-c/server_abyss.h -include/xmlrpc-c/server_abyss.hpp -include/xmlrpc-c/server_cgi.h -include/xmlrpc-c/server_w32httpsys.h -include/xmlrpc-c/timeout.hpp -%%CLIENT%%include/xmlrpc-c/transport.h -include/xmlrpc-c/util.h -include/xmlrpc-c/xml.hpp -include/xmlrpc.h -include/xmlrpc_cgi.h -include/xmlrpc_client.h -include/xmlrpc_server.h -include/xmlrpc_server_abyss.h -include/xmlrpc_server_w32httpsys.h -lib/libxmlrpc++.a -lib/libxmlrpc.a -lib/libxmlrpc.la -lib/libxmlrpc.so -lib/libxmlrpc.so.9 -lib/libxmlrpc_abyss.a -lib/libxmlrpc_abyss.la -lib/libxmlrpc_abyss.so -lib/libxmlrpc_abyss.so.9 -%%CLIENT%%lib/libxmlrpc_client++.a -%%CLIENT%%lib/libxmlrpc_client.a -%%CLIENT%%lib/libxmlrpc_client.la -%%CLIENT%%lib/libxmlrpc_client.so -%%CLIENT%%lib/libxmlrpc_client.so.9 -lib/libxmlrpc_cpp.a -lib/libxmlrpc_server++.a -lib/libxmlrpc_server.a -lib/libxmlrpc_server.la -lib/libxmlrpc_server.so -lib/libxmlrpc_server.so.9 -lib/libxmlrpc_server_abyss++.a -lib/libxmlrpc_server_abyss.a -lib/libxmlrpc_server_abyss.la -lib/libxmlrpc_server_abyss.so -lib/libxmlrpc_server_abyss.so.9 -lib/libxmlrpc_server_cgi.a -lib/libxmlrpc_server_cgi.la -lib/libxmlrpc_server_cgi.so -lib/libxmlrpc_server_cgi.so.9 -lib/libxmlrpc_util.a -lib/libxmlrpc_util.la -lib/libxmlrpc_util.so -lib/libxmlrpc_util.so.9 -lib/libxmlrpc_xmlparse.a -lib/libxmlrpc_xmlparse.la -lib/libxmlrpc_xmlparse.so -lib/libxmlrpc_xmlparse.so.9 -lib/libxmlrpc_xmltok.a -lib/libxmlrpc_xmltok.la -lib/libxmlrpc_xmltok.so -lib/libxmlrpc_xmltok.so.9 -@dirrm include/xmlrpc-c |