From rbt@home.rbt.ca  Sat Jan 28 21:49:29 2006
Return-Path: <rbt@home.rbt.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 11C3216A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 21:49:29 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (209-161-192-247.dsl.look.ca [209.161.192.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 665FF43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 21:49:26 +0000 (GMT)
	(envelope-from rbt@home.rbt.ca)
Received: from home.rbt.ca (localhost [127.0.0.1])
	by home.rbt.ca (8.13.4/8.13.4) with ESMTP id k0SLnPO8002157
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 16:49:25 -0500 (EST)
	(envelope-from rbt@home.rbt.ca)
Received: (from rbt@localhost)
	by home.rbt.ca (8.13.4/8.13.1/Submit) id k0SLnOLH002156;
	Sat, 28 Jan 2006 16:49:24 -0500 (EST)
	(envelope-from rbt)
Message-Id: <200601282149.k0SLnOLH002156@home.rbt.ca>
Date: Sat, 28 Jan 2006 16:49:24 -0500 (EST)
From: Rod Taylor <ports@rbt.ca>
Reply-To: Rod Taylor <ports@rbt.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port devel/p5-Test-File-Contents required for Bricolage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92473
>Category:       ports
>Synopsis:       New port devel/p5-Test-File-Contents required for Bricolage
>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:   Sat Jan 28 21:50:02 GMT 2006
>Closed-Date:    Mon Jan 30 15:09:21 GMT 2006
>Last-Modified:  Mon Jan 30 15:09:21 GMT 2006
>Originator:     Rod Taylor
>Release:        FreeBSD 6.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home 6.0-RELEASE FreeBSD 6.0-RELEASE #13: Sat Nov 5 00:19:49 EST 2005 root@home:/usr/obj/usr/src/sys/HOME amd64


	
>Description:

This CPAN module is required for a Bricolage upgrade to 1.10.0. The
module provides tools for verifying the contents of files are proper
(test kit).
	
>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple
	lines)>
>Fix:

	

--- Test-File-Contents.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:
#
#	p5-Test-File-Contents
#	p5-Test-File-Contents/Makefile
#	p5-Test-File-Contents/distinfo
#	p5-Test-File-Contents/pkg-descr
#	p5-Test-File-Contents/pkg-plist
#
echo c - p5-Test-File-Contents
mkdir -p p5-Test-File-Contents > /dev/null 2>&1
echo x - p5-Test-File-Contents/Makefile
sed 's/^X//' >p5-Test-File-Contents/Makefile << 'END-of-p5-Test-File-Contents/Makefile'
X# New ports collection makefile for:	devel/p5-Test-File-Contents
X# Date created:				28 January 2006
X# Whom:					Lars Thegler <lth@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-File-Contents
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Test
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@rbt.ca
XCOMMENT=	Test routines for examining the contents of files
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_MODBUILD=	yes
X
XMAN3=	Test::File::Contents.3
X
X.include <bsd.port.mk>
END-of-p5-Test-File-Contents/Makefile
echo x - p5-Test-File-Contents/distinfo
sed 's/^X//' >p5-Test-File-Contents/distinfo << 'END-of-p5-Test-File-Contents/distinfo'
XMD5 (Test-File-Contents-0.03.tar.gz) = 5e1df3fe88cd475d3933abe5eec0cd91
XSHA256 (Test-File-Contents-0.03.tar.gz) = 2f3fdaad3edd1a52d9f05f374fe355e1ba852172f79c9aa72840cc57ee97240c
XSIZE (Test-File-Contents-0.03.tar.gz) = 4265
END-of-p5-Test-File-Contents/distinfo
echo x - p5-Test-File-Contents/pkg-descr
sed 's/^X//' >p5-Test-File-Contents/pkg-descr << 'END-of-p5-Test-File-Contents/pkg-descr'
XThis modules provides a collection of test utilities for file
Xcontents.
X
XWWW: http://search.cpan.org/dist/Test-File-Contents/
END-of-p5-Test-File-Contents/pkg-descr
echo x - p5-Test-File-Contents/pkg-plist
sed 's/^X//' >p5-Test-File-Contents/pkg-plist << 'END-of-p5-Test-File-Contents/pkg-plist'
X%%SITE_PERL%%/Test/File/Contents.pm
X@dirrm %%SITE_PERL%%/Test/File
X@dirrmtry %%SITE_PERL%%/Test
END-of-p5-Test-File-Contents/pkg-plist
exit
--- Test-File-Contents.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Jan 30 15:08:24 UTC 2006 
State-Changed-Why:  
New port added. Thank you. 
Please also note Makefile has been modified (minor) 

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