From nobody@FreeBSD.org  Thu Apr 14 17:20:28 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6E76316A4DB
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:20:28 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3E55343D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:20:28 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3EHKSOo031780
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:20:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j3EHKS4I031779;
	Thu, 14 Apr 2005 17:20:28 GMT
	(envelope-from nobody)
Message-Id: <200504141720.j3EHKS4I031779@www.freebsd.org>
Date: Thu, 14 Apr 2005 17:20:28 GMT
From: Neal Nelson <neal@nelson.name>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New Port: devel/py-twistedRunner Runner has process management, including an inetd replacement
X-Send-Pr-Version: www-2.3

>Number:         79931
>Category:       ports
>Synopsis:       New Port: devel/py-twistedRunner Runner has process management, including an inetd replacement
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 17:30:28 GMT 2005
>Closed-Date:    Fri Apr 15 05:08:19 GMT 2005
>Last-Modified:  Fri Apr 15 05:08:19 GMT 2005
>Originator:     Neal Nelson
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD server.home 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 13 13:16:17 CEST 2005     nealie@server.home:/usr/obj/usr/src/sys/SERVER  i386

>Description:
      Twisted Runner has process management, including an inetd replacement
>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-twistedRunner
#	py-twistedRunner/Makefile
#	py-twistedRunner/pkg-descr
#	py-twistedRunner/distinfo
#	py-twistedRunner/pkg-plist
#
echo c - py-twistedRunner
mkdir -p py-twistedRunner > /dev/null 2>&1
echo x - py-twistedRunner/Makefile
sed 's/^X//' >py-twistedRunner/Makefile << 'END-of-py-twistedRunner/Makefile'
X# New ports collection makefile for:	py-twistedRunner
X# Date created:		14 April 2005
X# Whom:	      		Neal Nelson <neal@nelson.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	twistedRunner
XPORTVERSION=	0.1.0
XCATEGORIES=	devel net python
XMASTER_SITES=	http://twistedmatrix.com/downloads/Runner/0.1/ \
X    http://tmrc.mit.edu/mirror/twisted/Runner/0.1/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	TwistedRunner-${PORTVERSION}
X
XMAINTAINER=	neal@nelson.name
XCOMMENT=	Runner has process management, including an inetd replacement
X
XRUN_DEPENDS=    ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
X
XWRKSRC=		${WRKDIR}/TwistedRunner-${PORTVERSION}
X
XUSE_BZIP2=	yes
XUSE_PYTHON=	2.2+
XUSE_PYDISTUTILS=	yes
X
XPLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
X
X.include <bsd.port.mk>
END-of-py-twistedRunner/Makefile
echo x - py-twistedRunner/pkg-descr
sed 's/^X//' >py-twistedRunner/pkg-descr << 'END-of-py-twistedRunner/pkg-descr'
XTwisted Runner has process management, including an inetd replacement.
X
XTwisted Lore is available under the MIT Free Software licence.
X
XWWW: http://twistedmatrix.com/
END-of-py-twistedRunner/pkg-descr
echo x - py-twistedRunner/distinfo
sed 's/^X//' >py-twistedRunner/distinfo << 'END-of-py-twistedRunner/distinfo'
XMD5 (TwistedRunner-0.1.0.tar.bz2) = 6829d0c85c6b4398f715f7a0f5e34e4b
XSIZE (TwistedRunner-0.1.0.tar.bz2) = 8089
END-of-py-twistedRunner/distinfo
echo x - py-twistedRunner/pkg-plist
sed 's/^X//' >py-twistedRunner/pkg-plist << 'END-of-py-twistedRunner/pkg-plist'
X%%S%%/twisted/runner/__init__.py
X%%S%%/twisted/runner/__init__.pyc
X%%S%%/twisted/runner/__init__.pyo
X%%S%%/twisted/runner/inetd.py
X%%S%%/twisted/runner/inetd.pyc
X%%S%%/twisted/runner/inetd.pyo
X%%S%%/twisted/runner/inetdconf.py
X%%S%%/twisted/runner/inetdconf.pyc
X%%S%%/twisted/runner/inetdconf.pyo
X%%S%%/twisted/runner/inetdtap.py
X%%S%%/twisted/runner/inetdtap.pyc
X%%S%%/twisted/runner/inetdtap.pyo
X%%S%%/twisted/runner/portmap.c
X%%S%%/twisted/runner/portmap.so
X%%S%%/twisted/runner/procmon.py
X%%S%%/twisted/runner/procmon.pyc
X%%S%%/twisted/runner/procmon.pyo
X%%S%%/twisted/runner/procutils.py
X%%S%%/twisted/runner/procutils.pyc
X%%S%%/twisted/runner/procutils.pyo
X@dirrm %%S%%/twisted/runner
END-of-py-twistedRunner/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: flz 
Responsible-Changed-When: Thu Apr 14 17:45:37 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79931 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Fri Apr 15 05:08:12 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79931 
>Unformatted:
