From nivit@email.it  Wed Jan 11 21:35:34 2006
Return-Path: <nivit@email.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A31F16A423
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jan 2006 21:35:03 +0000 (GMT)
	(envelope-from nivit@email.it)
Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DBD9B43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jan 2006 21:35:02 +0000 (GMT)
	(envelope-from nivit@email.it)
Received: from stellina (82.52.80.156) by vsmtp21.tin.it (7.2.060.1)
        id 43C3E8BF00100D8C for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Jan 2006 22:35:02 +0100
Received: (qmail 2904 invoked by uid 0); 11 Jan 2006 20:31:20 -0000
Message-Id: <20060111203120.2903.qmail@stellina>
Date: 11 Jan 2006 20:31:20 -0000
From: nivit@email.it (Nicola Vitale)
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/py-TestGears: Python module to run tests written as simple functions
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91689
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-TestGears: Python module to run tests written as simple functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 11 21:40:05 GMT 2006
>Closed-Date:    Sat Jan 14 17:33:03 GMT 2006
>Last-Modified:  Sat Jan 14 17:33:03 GMT 2006
>Originator:     Nicola Vitale
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Mon Nov 28 10:22:09 CET 2005
>Description:
TestGears provides automatic discovery of unittest.TestCases and
the ability to run tests that are written as simple functions.
It generates a standard unittest.TestSuite for use with any of
the standard frontends, and provides a distutils command to run
tests with zero configuration.

Author:	Kevin Dangoor <dangoor+testgears@gmail.com>
WWW:	http://www.turbogears.com/testgears/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-TestGears-0.2.shar begins here ---
# 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-TestGears
#	py-TestGears/pkg-descr
#	py-TestGears/Makefile
#	py-TestGears/pkg-plist
#	py-TestGears/distinfo
#	py-TestGears/files
#	py-TestGears/files/pkg-deinstall.in
#
echo c - py-TestGears
mkdir -p py-TestGears > /dev/null 2>&1
echo x - py-TestGears/pkg-descr
sed 's/^X//' >py-TestGears/pkg-descr << 'END-of-py-TestGears/pkg-descr'
XTestGears provides automatic discovery of unittest.TestCases and
Xthe ability to run tests that are written as simple functions.
XIt generates a standard unittest.TestSuite for use with any of
Xthe standard frontends, and provides a distutils command to run
Xtests with zero configuration.
X
XAuthor:	Kevin Dangoor <dangoor+testgears@gmail.com>
XWWW:	http://www.turbogears.com/testgears/
END-of-py-TestGears/pkg-descr
echo x - py-TestGears/Makefile
sed 's/^X//' >py-TestGears/Makefile << 'END-of-py-TestGears/Makefile'
X# New ports collection makefile for:	py-TestGears
X# Date created:		2006-01-11
X# Whom:			Nicola Vitale	<nivit@email.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	TestGears
XPORTVERSION=	0.2
XCATEGORIES=	devel python
XMASTER_SITES=	http://www.turbogears.org/download/eggs/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	nivit@email.it
XCOMMENT=	Python module to run tests written as simple functions
X
XBUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
X# need to remove the egg
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XSUB_FILES=	pkg-deinstall
XSUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
XSUB_LIST+=	EGG="${PORTNAME}==${PORTVERSION}"
X
X.include <bsd.port.mk>
END-of-py-TestGears/Makefile
echo x - py-TestGears/pkg-plist
sed 's/^X//' >py-TestGears/pkg-plist << 'END-of-py-TestGears/pkg-plist'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/TestGears-0.2-py2.4.egg
END-of-py-TestGears/pkg-plist
echo x - py-TestGears/distinfo
sed 's/^X//' >py-TestGears/distinfo << 'END-of-py-TestGears/distinfo'
XMD5 (TestGears-0.2.tar.gz) = 1911b1555cf8869e14d1f71da590bc0e
XSHA256 (TestGears-0.2.tar.gz) = 13b61e0e86446b34ac9cddb86ca3c9416f53dcfff6845d0156fd717cc45cda29
XSIZE (TestGears-0.2.tar.gz) = 11302
END-of-py-TestGears/distinfo
echo c - py-TestGears/files
mkdir -p py-TestGears/files > /dev/null 2>&1
echo x - py-TestGears/files/pkg-deinstall.in
sed 's/^X//' >py-TestGears/files/pkg-deinstall.in << 'END-of-py-TestGears/files/pkg-deinstall.in'
X#!/bin/sh
X# $FreeBSD$
XPKGNAME=$1
X#
Xcase $2 in
X    DEINSTALL)
X	easy_install -m -x -D -S %%PYTHON_SITELIBDIR%% %%EGG%%
X	;;
X    POST-DEINSTALL)
X	exit 0
X	;;
X    *)
X	echo "Unexpected Argument $2!!!"
X	exit 1
X	;;
Xesac
Xexit 0
END-of-py-TestGears/files/pkg-deinstall.in
exit
--- py24-TestGears-0.2.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jan 14 17:32:48 UTC 2006 
State-Changed-Why:  
New port added as devel/py-testgears (lowercase). Thank you! 

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