From lidl@dev01.cello.com  Fri Jan 21 16:42:21 2011
Return-Path: <lidl@dev01.cello.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7412D1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jan 2011 16:42:17 +0000 (UTC)
	(envelope-from lidl@dev01.cello.com)
Received: from Mail.Fairview-Park.Com (Mail.Fairview-Park.Com [98.141.206.6])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C07D8FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jan 2011 16:42:17 +0000 (UTC)
Received: from dev01.cello.com (dev01.Cello.Com [192.168.8.71])
	by Mail.Fairview-Park.Com (8.14.4/8.14.4) with ESMTP id p0LGR6d7000739
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jan 2011 11:27:06 -0500 (EST)
	(envelope-from lidl@dev01.cello.com)
Received: from dev01.cello.com (localhost [127.0.0.1])
	by dev01.cello.com (8.14.4/8.14.4) with ESMTP id p0LGQv5j001154
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jan 2011 11:27:06 -0500 (EST)
	(envelope-from lidl@dev01.cello.com)
Received: (from lidl@localhost)
	by dev01.cello.com (8.14.4/8.14.4/Submit) id p0KGla12028907;
	Thu, 20 Jan 2011 11:47:36 -0500 (EST)
	(envelope-from lidl)
Message-Id: <201101201647.p0KGla12028907@dev01.cello.com>
Date: Thu, 20 Jan 2011 11:47:36 -0500 (EST)
From: Kurt Lidl <kurt.lidl@cello.com>
Reply-To: Kurt Lidl <kurt.lidl@cello.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/p5-Test-Mini Small testing infrastructure
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         154206
>Category:       ports
>Synopsis:       New Port: devel/p5-Test-Mini Small testing infrastructure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 16:50:11 UTC 2011
>Closed-Date:    Sun Jan 30 11:47:21 UTC 2011
>Last-Modified:  Sun Jan 30 11:50:07 UTC 2011
>Originator:     Kurt Lidl
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
Cello Software, LLC -- Falls Church, Virgina, USA
>Environment:
System: FreeBSD dev01.cello.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Provides lightweight unit testing framework
>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:
#
#	p5-Test-Mini
#	p5-Test-Mini/pkg-descr
#	p5-Test-Mini/pkg-plist
#	p5-Test-Mini/Makefile
#	p5-Test-Mini/distinfo
#
echo c - p5-Test-Mini
mkdir -p p5-Test-Mini > /dev/null 2>&1
echo x - p5-Test-Mini/pkg-descr
sed 's/^X//' >p5-Test-Mini/pkg-descr << '4e7461ece8d2b947a3dd0200b390f528'
XLightweight unit testing for Perl.
X
XWWW:	http://search.cpan.org/~pvande/Test-Mini/
4e7461ece8d2b947a3dd0200b390f528
echo x - p5-Test-Mini/pkg-plist
sed 's/^X//' >p5-Test-Mini/pkg-plist << 'a3a676e3145e45545835436b1e77eb85'
X%%SITE_PERL%%/Test/Mini.pm
X%%SITE_PERL%%/Test/Mini.pod
X%%SITE_PERL%%/Test/README.pod
X%%SITE_PERL%%/Test/Mini/Assertions.pm
X%%SITE_PERL%%/Test/Mini/Assertions.pod
X%%SITE_PERL%%/Test/Mini/Logger.pm
X%%SITE_PERL%%/Test/Mini/Logger.pod
X%%SITE_PERL%%/Test/Mini/Runner.pm
X%%SITE_PERL%%/Test/Mini/Runner.pod
X%%SITE_PERL%%/Test/Mini/TestCase.pm
X%%SITE_PERL%%/Test/Mini/TestCase.pod
X%%SITE_PERL%%/Test/Mini/Logger/TAP.pm
X%%SITE_PERL%%/Test/Mini/Logger/TAP.pod
X@dirrmtry %%SITE_PERL%%/Test/Mini/Logger
X@dirrmtry %%SITE_PERL%%/Test/Mini
X@dirrmtry %%SITE_PERL%%/Test
a3a676e3145e45545835436b1e77eb85
echo x - p5-Test-Mini/Makefile
sed 's/^X//' >p5-Test-Mini/Makefile << '1c37f5b4de770e239ae3522d9183c05e'
X# New ports collection makefile for:	p5-Test-Mini
X# Date created:		2011-01-13
X# Whom:			Kurt Lidl <kurt.lidl@cello.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-Mini
XPORTVERSION=	v1.1.1
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN/../../authors/id/P/PV/PVANDE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Provides lightweight unit testing framework
X
XBUILD_DEPENDS=	p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \
X		p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
X		p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased \
X		p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean \
X		p5-Data-Inspect>=0.03:${PORTSDIR}/devel/p5-Data-Inspect \
X		p5-Text-Outdent>=0.01:${PORTSDIR}/devel/p5-Text-Outdent \
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Test::Mini.3 \
X	Test::README.3 \
X	Test::Mini::Runner.3 \
X	Test::Mini::TestCase.3 \
X	Test::Mini::Logger::TAP.3 \
X	Test::Mini::Logger.3 \
X	Test::Mini::Assertions.3
X
X.include <bsd.port.mk>
1c37f5b4de770e239ae3522d9183c05e
echo x - p5-Test-Mini/distinfo
sed 's/^X//' >p5-Test-Mini/distinfo << '84b017825867852c4e99256dd3e0f15c'
XSHA256 (Test-Mini-v1.1.1.tar.gz) = a020821cd6487e125e5979beb2a0c710794296d9064ca2ee13183b62477d1272
XSIZE (Test-Mini-v1.1.1.tar.gz) = 21567
84b017825867852c4e99256dd3e0f15c
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 21 16:50:33 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154206 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Jan 30 11:47:19 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154206: commit references a PR
Date: Sun, 30 Jan 2011 11:48:15 +0000 (UTC)

 miwi        2011-01-30 11:48:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Test-Mini   Makefile distinfo pkg-descr pkg-plist 
   Log:
   Lightweight unit testing for Perl.
   
   WWW:    http://search.cpan.org/dist/Test-Mini/
   
   PR:             ports/154206
   Submitted by:   Kurt Lidl <kurt.lidl at cello.com>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.4206    +1 -0      ports/devel/Makefile
   1.1       +34 -0     ports/devel/p5-Test-Mini/Makefile (new)
   1.1       +2 -0      ports/devel/p5-Test-Mini/distinfo (new)
   1.1       +3 -0      ports/devel/p5-Test-Mini/pkg-descr (new)
   1.1       +19 -0     ports/devel/p5-Test-Mini/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:
