From nobody@FreeBSD.org  Wed Aug 25 17:19:02 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7D3801065673
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2010 17:19:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CA178FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2010 17:19:02 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7PHJ12a085039
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2010 17:19:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7PHJ1p6085038;
	Wed, 25 Aug 2010 17:19:01 GMT
	(envelope-from nobody)
Message-Id: <201008251719.o7PHJ1p6085038@www.freebsd.org>
Date: Wed, 25 Aug 2010 17:19:01 GMT
From: C-S <c-s@c-s.li>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/testtools
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149967
>Category:       ports
>Synopsis:       [NEW PORT] devel/testtools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 17:20:06 UTC 2010
>Closed-Date:    Fri Sep 03 14:11:19 EDT 2010
>Last-Modified:  Fri Sep  3 18:20:01 UTC 2010
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
I don't know if the name of the port should be with or without "py-".
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	testtools/Makefile
#	testtools/distinfo
#	testtools/pkg-descr
#	testtools/pkg-plist
#
echo x - testtools/Makefile
sed 's/^X//' >testtools/Makefile << '52c4a00f7ba02c2f95b5e6ec17802ee8'
X# New ports collection makefile for:	testtools
X# Date created:		2010-08-25
X# Whom:			Carlo Strub
X#
X# $FreeBSD$
X#
X
XPORTNAME=	testtools
XPORTVERSION=	0.9.6
XCATEGORIES=	devel
XMASTER_SITES=	http://launchpadlibrarian.net/54281358/ \
X		http://www.c-s.li/ports/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	c-s@c-s.li
XCOMMENT=	Extensions to the Python library's unit testing framework
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
52c4a00f7ba02c2f95b5e6ec17802ee8
echo x - testtools/distinfo
sed 's/^X//' >testtools/distinfo << 'cc83443bd0ccc48688353a62afb90ffd'
XMD5 (testtools-0.9.6.tar.gz) = 382e121dc78ea8d152688188704af730
XSHA256 (testtools-0.9.6.tar.gz) = 88a036a6119db919c515242881861b984e0a1f6c571af900b7e4edbae2222d6e
XSIZE (testtools-0.9.6.tar.gz) = 56817
cc83443bd0ccc48688353a62afb90ffd
echo x - testtools/pkg-descr
sed 's/^X//' >testtools/pkg-descr << '7aa64d4944bb4286cae7bfce3fb61a22'
Xtesttools is a set of extensions to the Python standard library's unit testing
Xframework. These extensions have been derived from years of experience with unit
Xtesting in Python and come from many different sources. testtools also backports
Xunittest changes from recent Pythons to Python 2.4 and 2.5.
X
XWWW:	https://launchpad.net/testtools
7aa64d4944bb4286cae7bfce3fb61a22
echo x - testtools/pkg-plist
sed 's/^X//' >testtools/pkg-plist << '6a66c2d030da73513200887ed6717431'
X%%PYTHON_SITELIBDIR%%/testtools/__init__.py
X%%PYTHON_SITELIBDIR%%/testtools/__init__.pyc
X%%PYTHON_SITELIBDIR%%/testtools/__init__.pyo
X%%PYTHON_SITELIBDIR%%/testtools/compat.py
X%%PYTHON_SITELIBDIR%%/testtools/compat.pyc
X%%PYTHON_SITELIBDIR%%/testtools/compat.pyo
X%%PYTHON_SITELIBDIR%%/testtools/content.py
X%%PYTHON_SITELIBDIR%%/testtools/content.pyc
X%%PYTHON_SITELIBDIR%%/testtools/content.pyo
X%%PYTHON_SITELIBDIR%%/testtools/content_type.py
X%%PYTHON_SITELIBDIR%%/testtools/content_type.pyc
X%%PYTHON_SITELIBDIR%%/testtools/content_type.pyo
X%%PYTHON_SITELIBDIR%%/testtools/matchers.py
X%%PYTHON_SITELIBDIR%%/testtools/matchers.pyc
X%%PYTHON_SITELIBDIR%%/testtools/matchers.pyo
X%%PYTHON_SITELIBDIR%%/testtools/monkey.py
X%%PYTHON_SITELIBDIR%%/testtools/monkey.pyc
X%%PYTHON_SITELIBDIR%%/testtools/monkey.pyo
X%%PYTHON_SITELIBDIR%%/testtools/run.py
X%%PYTHON_SITELIBDIR%%/testtools/run.pyc
X%%PYTHON_SITELIBDIR%%/testtools/run.pyo
X%%PYTHON_SITELIBDIR%%/testtools/runtest.py
X%%PYTHON_SITELIBDIR%%/testtools/runtest.pyc
X%%PYTHON_SITELIBDIR%%/testtools/runtest.pyo
X%%PYTHON_SITELIBDIR%%/testtools/testcase.py
X%%PYTHON_SITELIBDIR%%/testtools/testcase.pyc
X%%PYTHON_SITELIBDIR%%/testtools/testcase.pyo
X%%PYTHON_SITELIBDIR%%/testtools/testresult/__init__.py
X%%PYTHON_SITELIBDIR%%/testtools/testresult/__init__.pyc
X%%PYTHON_SITELIBDIR%%/testtools/testresult/__init__.pyo
X%%PYTHON_SITELIBDIR%%/testtools/testresult/doubles.py
X%%PYTHON_SITELIBDIR%%/testtools/testresult/doubles.pyc
X%%PYTHON_SITELIBDIR%%/testtools/testresult/doubles.pyo
X%%PYTHON_SITELIBDIR%%/testtools/testresult/real.py
X%%PYTHON_SITELIBDIR%%/testtools/testresult/real.pyc
X%%PYTHON_SITELIBDIR%%/testtools/testresult/real.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/__init__.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/__init__.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/__init__.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/helpers.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_compat.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content_type.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content_type.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_content_type.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_matchers.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_monkey.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_runtest.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_runtest.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_runtest.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testresult.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testresult.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testresult.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testsuite.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testsuite.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testsuite.pyo
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testtools.py
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testtools.pyc
X%%PYTHON_SITELIBDIR%%/testtools/tests/test_testtools.pyo
X%%PYTHON_SITELIBDIR%%/testtools/testsuite.py
X%%PYTHON_SITELIBDIR%%/testtools/testsuite.pyc
X%%PYTHON_SITELIBDIR%%/testtools/testsuite.pyo
X%%PYTHON_SITELIBDIR%%/testtools/utils.py
X%%PYTHON_SITELIBDIR%%/testtools/utils.pyc
X%%PYTHON_SITELIBDIR%%/testtools/utils.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/testtools/tests
X@dirrm %%PYTHON_SITELIBDIR%%/testtools/testresult
X@dirrm %%PYTHON_SITELIBDIR%%/testtools
6a66c2d030da73513200887ed6717431
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: brucec 
Responsible-Changed-When: Wed Aug 25 20:09:42 UTC 2010 
Responsible-Changed-Why:  
Ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149967 
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Thu Aug 26 08:18:38 EDT 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149967 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Fri Sep 3 14:09:58 EDT 2010 
State-Changed-Why:  
I did change the port directory to devel/py-testtools so it matches 
other ports in the devel and python categories. 

Thank you for the new port! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149967 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149967: commit references a PR
Date: Fri,  3 Sep 2010 18:10:08 +0000 (UTC)

 glarkin     2010-09-03 18:09:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-testtools   Makefile distinfo pkg-descr pkg-plist 
   Log:
   testtools is a set of extensions to the Python standard library's
   unit testing framework. These extensions have been derived from
   years of experience with unit testing in Python and come from many
   different sources. testtools also backports unittest changes from
   recent Pythons to Python 2.4 and 2.5.
   
   WWW:    https://launchpad.net/testtools
   
   PR:             ports/149967
   Submitted by:   Carlo Strub
   
   Revision  Changes    Path
   1.4033    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/py-testtools/Makefile (new)
   1.1       +3 -0      ports/devel/py-testtools/distinfo (new)
   1.1       +7 -0      ports/devel/py-testtools/pkg-descr (new)
   1.1       +78 -0     ports/devel/py-testtools/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
