Date: Sat, 18 Aug 2001 18:05:59 -0700 (PDT) From: Hye-Shik Chang <perky@python.or.kr> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/29857: New port: www/py-websvcs Message-ID: <200108190105.f7J15xS60875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 29857 >Category: ports >Synopsis: New port: www/py-websvcs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 18 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD akaraka.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 25 14:51:22 KST 2001 root@akaraka.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: Full featured SOAP, WSDL, UDDI library, for web services. WWW: http://sourceforge.net/projects/pywebsvcs/ >How-To-Repeat: >Fix: # 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: # # py-websvcs # py-websvcs/Makefile # py-websvcs/distinfo # py-websvcs/pkg-comment # py-websvcs/pkg-descr # py-websvcs/pkg-plist # echo c - py-websvcs mkdir -p py-websvcs > /dev/null 2>&1 echo x - py-websvcs/Makefile sed 's/^X//' >py-websvcs/Makefile << 'END-of-py-websvcs/Makefile' X# Ports collection Makefile for: py-websvcs X# Date created: August 19 2001 X# Whom: Hye-Shik Chang <perky@python.or.kr> X# X# $FreeBSD$ X# X XPORTNAME= websvcs XPORTVERSION= 0.9.7 XCATEGORIES= www python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= py${PORTNAME} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= SOAPpy${PORTVERSION:S/.//g} XEXTRACT_SUFX= .tgz X XMAINTAINER= perky@python.or.kr X XUSE_PYTHON= yes XEXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} XPLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ X EXAMPLESDIR=${EXAMPLESDIR:S,^${PREFIX}/,,g} \ X DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,g} XTOOLS= interop2html X Xdo-patch: X.for i in ${TOOLS} X @${MV} ${WRKSRC}/tools/$i.py ${WRKSRC}/tools/$i X.endfor X Xdo-build: X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X Xdo-install: X ${MKDIR} ${EXAMPLESDIR} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/SOAP.py* ${PYTHON_SITELIBDIR} X.for i in ${TOOLS} X ${INSTALL_SCRIPT} ${WRKSRC}/tools/$i ${PREFIX}/bin X.endfor X.if !defined(NOPORTDOCS) X ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/tests/*.py ${EXAMPLESDIR} X.endif X X.include <bsd.port.mk> END-of-py-websvcs/Makefile echo x - py-websvcs/distinfo sed 's/^X//' >py-websvcs/distinfo << 'END-of-py-websvcs/distinfo' XMD5 (SOAPpy097.tgz) = 1bbd42ce353a5e1ce6bc6ad181719bf6 END-of-py-websvcs/distinfo echo x - py-websvcs/pkg-comment sed 's/^X//' >py-websvcs/pkg-comment << 'END-of-py-websvcs/pkg-comment' XWeb service libraries includes SOAP, WSDL, UDDI, etc END-of-py-websvcs/pkg-comment echo x - py-websvcs/pkg-descr sed 's/^X//' >py-websvcs/pkg-descr << 'END-of-py-websvcs/pkg-descr' XIncludes: X * General SOAP Parser based on sax.xml ( requires Python 2.0 ) X * General SOAP Builder X * SOAP Proxy for RPC client code X * SOAP Server framework for RPC server code X XFeatures: X * Handles all of the types in the BDG X * Handles faults X * Allows namespace and SOAPAction specification X * Homogeneous typed arrays X * Supports multiple schemas X * Header support (mustUnderstand and actor) X * XML attribute support X * Multi-referencing support (Parser/Builder) X * SSL clients and servers X XWWW: http://sourceforge.net/projects/pywebsvcs END-of-py-websvcs/pkg-descr echo x - py-websvcs/pkg-plist sed 's/^X//' >py-websvcs/pkg-plist << 'END-of-py-websvcs/pkg-plist' Xbin/interop2html X%%PORTDOCS%%%%EXAMPLESDIR%%/alanbushTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/cardClient.py X%%PORTDOCS%%%%EXAMPLESDIR%%/cardServer.py X%%PORTDOCS%%%%EXAMPLESDIR%%/fortuneTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/guidTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/itimeTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/newsTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/quoteTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/storageTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/translateTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/weatherTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/whoisTest.py X%%PORTDOCS%%%%EXAMPLESDIR%%/wordFindTest.py X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%%%DOCSDIR%%/attrs.txt X%%PORTDOCS%%%%DOCSDIR%%/complexTypes.txt X%%PORTDOCS%%%%DOCSDIR%%/quickstart.txt X%%PORTDOCS%%%%DOCSDIR%%/simpleTypes.txt X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@cwd %%LOCALBASE%% X%%PYTHON_SITELIBDIR%%/SOAP.py X%%PYTHON_SITELIBDIR%%/SOAP.pyc X%%PYTHON_SITELIBDIR%%/SOAP.pyo END-of-py-websvcs/pkg-plist exit >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?200108190105.f7J15xS60875>