From owner-freebsd-ports Wed May 23 10:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72A5337B423 for ; Wed, 23 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NHA1s30427; Wed, 23 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA3637B422 for ; Wed, 23 May 2001 10:01:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NH1su14573; Wed, 23 May 2001 10:01:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200105231701.f4NH1su14573@freefall.freebsd.org> Date: Wed, 23 May 2001 10:01:54 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27592: New port: py-soap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27592 >Category: ports >Synopsis: New port: py-soap >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: Wed May 23 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: a python library that implements SOAP 1.1 protocol. WWW: http://www.pythonware.com/products/soap/ thank you :) >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-soap # py-soap/distinfo # py-soap/Makefile # py-soap/pkg-comment # py-soap/pkg-descr # py-soap/pkg-plist # echo c - py-soap mkdir -p py-soap > /dev/null 2>&1 echo x - py-soap/distinfo sed 's/^X//' >py-soap/distinfo << 'END-of-py-soap/distinfo' XMD5 (soaplib-0.8-20000621.zip) = 090584b9c5692c3c9f38f2ef98fd71f9 END-of-py-soap/distinfo echo x - py-soap/Makefile sed 's/^X//' >py-soap/Makefile << 'END-of-py-soap/Makefile' X# New ports collection makefile for: py-soap X# Date created: 24 May 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= soap XPORTVERSION= 0.8 XCATEGORIES= net python XMASTER_SITES= http://www.pythonware.com/downloads/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}lib-${PORTVERSION}-${PORTRELDATE} X XMAINTAINER= perky@python.or.kr X XPORTRELDATE= 20000621 XUSE_PYTHON= yes XUSE_ZIP= yes XEXTRACT_BEFORE_ARGS= -qa XNO_WRKSUBDIR= yes XNO_BUILD= yes X XPLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} \ X SHARE_SUBDIR=${SHARE_SUBDIR} XSHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} X XDOC_FILES= ANNOUNCE README XLIB_FILES= soaplib.py soaplib.pyc soapserver.py XEXAMPLE_FILES= test1.py test2.py test3.py X Xdo-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${SHARE_SUBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${PREFIX}/share/doc/${SHARE_SUBDIR} X ${MKDIR} ${PREFIX}/share/examples/${SHARE_SUBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLE_FILES} ${PREFIX}/share/examples/${SHARE_SUBDIR} X.endif X ${MKDIR} ${PYTHON_SITELIBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${LIB_FILES} ${PYTHON_SITELIBDIR} X X.include END-of-py-soap/Makefile echo x - py-soap/pkg-comment sed 's/^X//' >py-soap/pkg-comment << 'END-of-py-soap/pkg-comment' XPython library that implements the SOAP 1.1 END-of-py-soap/pkg-comment echo x - py-soap/pkg-descr sed 's/^X//' >py-soap/pkg-descr << 'END-of-py-soap/pkg-descr' XThis is a Python library which implements SOAP 1.1. Xsoaplib.py is copyrighted by Secret Labs., Xbut can be used without fee. This also applies to Xcommercial applications. X XWWW: http://www.pythonware.com/products/soap/ END-of-py-soap/pkg-descr echo x - py-soap/pkg-plist sed 's/^X//' >py-soap/pkg-plist << 'END-of-py-soap/pkg-plist' X%%PYTHON_SITELIBDIR%%/soaplib.py X%%PYTHON_SITELIBDIR%%/soaplib.pyc X%%PYTHON_SITELIBDIR%%/soapserver.py X%%PORTDOCS%%share/doc/%%SHARE_SUBDIR%%/ANNOUNCE X%%PORTDOCS%%share/doc/%%SHARE_SUBDIR%%/README X%%PORTDOCS%%@dirrm share/doc/%%SHARE_SUBDIR%% X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test1.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test2.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test3.py X%%PORTDOCS%%@dirrm share/examples/%%SHARE_SUBDIR%% END-of-py-soap/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