diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-15 13:17:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-15 13:17:30 +0000 |
commit | f9dfcacf7d5d2a4cc2114c1c6e624ee3b54c9aa2 (patch) | |
tree | b740b767562728170cefaf1b80446b9984875ef8 /net | |
parent | 4c1d3cbb3253a451c1e9ed7fca19d92390f9db2b (diff) | |
download | FreeBSD-ports-f9dfcacf7d5d2a4cc2114c1c6e624ee3b54c9aa2.zip FreeBSD-ports-f9dfcacf7d5d2a4cc2114c1c6e624ee3b54c9aa2.tar.gz |
add easysoap
C++ SOAP Library based on expat
PR: 30711
Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/easysoap/Makefile | 25 | ||||
-rw-r--r-- | net/easysoap/distinfo | 1 | ||||
-rw-r--r-- | net/easysoap/pkg-comment | 1 | ||||
-rw-r--r-- | net/easysoap/pkg-descr | 3 | ||||
-rw-r--r-- | net/easysoap/pkg-plist | 44 |
6 files changed, 75 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4d4e039..2b17760 100644 --- a/net/Makefile +++ b/net/Makefile @@ -86,6 +86,7 @@ SUBDIR += dnswalk SUBDIR += doc SUBDIR += domtools + SUBDIR += easysoap SUBDIR += echoping SUBDIR += ehnt SUBDIR += etherape diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile new file mode 100644 index 0000000..e80c94b --- /dev/null +++ b/net/easysoap/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: easysoap +# Date created: 21th September 2001 +# Whom: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> +# +# $FreeBSD$ +# + +PORTNAME= easysoap +PORTVERSION= 0.5 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= EasySoap++-${PORTVERSION} + +MAINTAINER= gabriel_ambuehl@buz.ch + +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 + +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lexpat" +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/net/easysoap/distinfo b/net/easysoap/distinfo new file mode 100644 index 0000000..6f0bee6 --- /dev/null +++ b/net/easysoap/distinfo @@ -0,0 +1 @@ +MD5 (EasySoap++-0.5.tar.gz) = 473e08f8a0a0b0ea598f0fe024611fe9 diff --git a/net/easysoap/pkg-comment b/net/easysoap/pkg-comment new file mode 100644 index 0000000..28b31ff --- /dev/null +++ b/net/easysoap/pkg-comment @@ -0,0 +1 @@ +C++ SOAP Library based on expat diff --git a/net/easysoap/pkg-descr b/net/easysoap/pkg-descr new file mode 100644 index 0000000..09cbcf9 --- /dev/null +++ b/net/easysoap/pkg-descr @@ -0,0 +1,3 @@ +C++ SOAP Library based on expat + +WWW: http://easysoap.sourceforge.net/ diff --git a/net/easysoap/pkg-plist b/net/easysoap/pkg-plist new file mode 100644 index 0000000..4e6f68e --- /dev/null +++ b/net/easysoap/pkg-plist @@ -0,0 +1,44 @@ +include/easysoap/SOAP.h +include/easysoap/SOAPArray.h +include/easysoap/SOAPBase64.h +include/easysoap/SOAPBody.h +include/easysoap/SOAPCGIServer.h +include/easysoap/SOAPDebugger.h +include/easysoap/SOAPDispatchHandler.h +include/easysoap/SOAPEnvelope.h +include/easysoap/SOAPException.h +include/easysoap/SOAPFault.h +include/easysoap/SOAPHTTPServer.h +include/easysoap/SOAPHashMap.h +include/easysoap/SOAPHeader.h +include/easysoap/SOAPMethod.h +include/easysoap/SOAPNamespaces.h +include/easysoap/SOAPPacketWriter.h +include/easysoap/SOAPParameter.h +include/easysoap/SOAPParse.h +include/easysoap/SOAPParseEventHandler.h +include/easysoap/SOAPPool.h +include/easysoap/SOAPProxy.h +include/easysoap/SOAPQName.h +include/easysoap/SOAPResponse.h +include/easysoap/SOAPSTL.h +include/easysoap/SOAPServer.h +include/easysoap/SOAPServerDispatch.h +include/easysoap/SOAPSocket.h +include/easysoap/SOAPStack.h +include/easysoap/SOAPString.h +include/easysoap/SOAPTransport.h +include/easysoap/SOAPTypeTraits.h +include/easysoap/SOAPUrl.h +include/easysoap/SOAPUtil.h +include/easysoap/SOAPonHTTP.h +include/easysoap/XMLParser.h +include/easysoap/es_comp.h +include/easysoap/es_conf.h +include/easysoap/es_msvc.h +include/easysoap/es_mwerks.h +lib/libeasysoap.a +lib/libeasysoap.la +lib/libeasysoap.so +lib/libeasysoap.so.0 +@dirrm include/easysoap |