Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 11:46:43 -0700 (PDT)
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30711: New port: C++ SOAP Library based on expat
Message-ID:  <200109211846.f8LIkhd71859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         30711
>Category:       ports
>Synopsis:       New port: C++ SOAP Library based on expat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 21 11:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gabriel Ambuehl
>Release:        
>Organization:
>Environment:
>Description:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       .
#       ./Makefile
#       ./pkg-descr
#       ./pkg-comment
#       ./pkg-plist
#       ./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    easysoap
X# Date created:         21th September 2001
X# Whom:                 Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
X#
X#
X
XPORTNAME=      easysoap
XPORTVERSION=   0.5
XCATEGORIES=    net
XMASTER_SITES=  http://prdownloads.sourceforge.net/easysoap/
XDISTNAME=       EasySoap++-$(PORTVERSION)
X
XMAINTAINER=    gabriel_ambuehl@buz.ch
X
XLIB_DEPENDS=   expat.2:${PORTSDIR}/textproc/expat2:install
XBUILD_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2:install
X
XHAS_CONFIGURE= yes
XGNU_CONFIGURE= yes
XINSTALLS_SHLIB=        yes
X
Xpost-install:
X       strip ${PREFIX}/lib/libeasysoap.so.0
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XC++ SOAP Library based on expat
END-of-./pkg-descr
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XC++ SOAP Library based on expat
END-of-./pkg-comment
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X%%PREFIX%%/include/easysoap/SOAP.h
X%%PREFIX%%/include/easysoap/SOAPArray.h
X%%PREFIX%%/include/easysoap/SOAPBase64.h
X%%PREFIX%%/include/easysoap/SOAPBody.h
X%%PREFIX%%/include/easysoap/SOAPCGIServer.h
X%%PREFIX%%/include/easysoap/SOAPDebugger.h
X%%PREFIX%%/include/easysoap/SOAPDispatchHandler.h
X%%PREFIX%%/include/easysoap/SOAPEnvelope.h
X%%PREFIX%%/include/easysoap/SOAPException.h
X%%PREFIX%%/include/easysoap/SOAPFault.h
X%%PREFIX%%/include/easysoap/SOAPHTTPServer.h
X%%PREFIX%%/include/easysoap/SOAPHashMap.h
X%%PREFIX%%/include/easysoap/SOAPHeader.h
X%%PREFIX%%/include/easysoap/SOAPMethod.h
X%%PREFIX%%/include/easysoap/SOAPNamespaces.h
X%%PREFIX%%/include/easysoap/SOAPPacketWriter.h
X%%PREFIX%%/include/easysoap/SOAPParameter.h
X%%PREFIX%%/include/easysoap/SOAPParse.h
X%%PREFIX%%/include/easysoap/SOAPParseEventHandler.h
X%%PREFIX%%/include/easysoap/SOAPPool.h
X%%PREFIX%%/include/easysoap/SOAPProxy.h
X%%PREFIX%%/include/easysoap/SOAPQName.h
X%%PREFIX%%/include/easysoap/SOAPResponse.h
X%%PREFIX%%/include/easysoap/SOAPSTL.h
X%%PREFIX%%/include/easysoap/SOAPServer.h
X%%PREFIX%%/include/easysoap/SOAPServerDispatch.h
X%%PREFIX%%/include/easysoap/SOAPSocket.h
X%%PREFIX%%/include/easysoap/SOAPStack.h
X%%PREFIX%%/include/easysoap/SOAPString.h
X%%PREFIX%%/include/easysoap/SOAPTransport.h
X%%PREFIX%%/include/easysoap/SOAPTypeTraits.h
X%%PREFIX%%/include/easysoap/SOAPUrl.h
X%%PREFIX%%/include/easysoap/SOAPUtil.h
X%%PREFIX%%/include/easysoap/SOAPonHTTP.h
X%%PREFIX%%/include/easysoap/XMLParser.h
X%%PREFIX%%/include/easysoap/es_comp.h
X%%PREFIX%%/include/easysoap/es_conf.h
X%%PREFIX%%/include/easysoap/es_msvc.h
X%%PREFIX%%/include/easysoap/es_mwerks.h
X%%PREFIX%%/lib/libeasysoap.so.0
X%%PREFIX%%/lib/libeasysoap.so
X%%PREFIX%%/lib/libeasysoap.a
X%%PREFIX%%/lib/libeasysoap.1a
X@dirrm %%PREFIX%%/include/easysoap
END-of-./pkg-plist
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (EasySoap++-0.5.tar.gz) = 473e08f8a0a0b0ea598f0fe024611fe9
END-of-./distinfo
exit

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109211846.f8LIkhd71859>