From nobody@FreeBSD.org  Thu Dec 13 12:33:24 2007
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 313DD16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Dec 2007 12:33:24 +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 1558613C459
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Dec 2007 12:33:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lBDCXFu8065769
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Dec 2007 12:33:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id lBDCXF1j065768;
	Thu, 13 Dec 2007 12:33:15 GMT
	(envelope-from nobody)
Message-Id: <200712131233.lBDCXF1j065768@www.freebsd.org>
Date: Thu, 13 Dec 2007 12:33:15 GMT
From: Ruben de Groot <rdg@bzerk.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/p5-Tie-File-AsHash Access the lines of a disk file via a Perl hash
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         118648
>Category:       ports
>Synopsis:       New port: devel/p5-Tie-File-AsHash Access the lines of a disk file via a Perl hash
>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:   Thu Dec 13 12:40:01 UTC 2007
>Closed-Date:    Sat Dec 15 14:35:36 UTC 2007
>Last-Modified:  Sat Dec 15 14:40:01 UTC 2007
>Originator:     Ruben de Groot
>Release:        7.0-BETA3
>Organization:
bzerk.org
>Environment:
FreeBSD morninglightmountain.hacktor.net 7.0-BETA3 FreeBSD 7.0-BETA3 #4: Fri Nov 30 14:04:56 UTC 2007 root@morninglightmountain.hacktor.net:/usr/obj/usr/src/sys/MORNINGLIGHTMOUNTAIN  sparc64
>Description:
Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
pair in the hash corresponds to a record in the file.
WWW: http://search.cpan.org/dist/Tie-File-AsHash/
>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:
#
#	devel/p5-Tie-File-AsHash
#	devel/p5-Tie-File-AsHash/Makefile
#	devel/p5-Tie-File-AsHash/distinfo
#	devel/p5-Tie-File-AsHash/pkg-descr
#	devel/p5-Tie-File-AsHash/pkg-plist
#
echo c - devel/p5-Tie-File-AsHash
mkdir -p devel/p5-Tie-File-AsHash > /dev/null 2>&1
echo x - devel/p5-Tie-File-AsHash/Makefile
sed 's/^X//' >devel/p5-Tie-File-AsHash/Makefile << 'END-of-devel/p5-Tie-File-AsHash/Makefile'
X# New ports collection makefile for:	p5-Tie-File-AsHash
X# Date created:				13 December 2007
X# Whom:	      				Ruben de Groot <rdg@bzerk.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Tie-File-AsHash
XPORTVERSION=	0.08
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Tie
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rdg@bzerk.org
XCOMMENT=	Access the lines of a disk file via a Perl hash
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/devel/p5-Tie-File
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Tie::File::AsHash.3
X
X.include <bsd.port.mk>
END-of-devel/p5-Tie-File-AsHash/Makefile
echo x - devel/p5-Tie-File-AsHash/distinfo
sed 's/^X//' >devel/p5-Tie-File-AsHash/distinfo << 'END-of-devel/p5-Tie-File-AsHash/distinfo'
XMD5 (Tie-File-AsHash-0.08.tar.gz) = 83b37c0c13984a93b96c41d1a56de341
XSHA256 (Tie-File-AsHash-0.08.tar.gz) = 7ccd26ffb4665bcdab10edd74747ab9d5ad49177b8817b14c6f8ecaa663cc236
XSIZE (Tie-File-AsHash-0.08.tar.gz) = 5812
END-of-devel/p5-Tie-File-AsHash/distinfo
echo x - devel/p5-Tie-File-AsHash/pkg-descr
sed 's/^X//' >devel/p5-Tie-File-AsHash/pkg-descr << 'END-of-devel/p5-Tie-File-AsHash/pkg-descr'
XTie::File::AsHash represents a regular text file as a Perl hash. Each key/value
Xpair in the hash corresponds to a record in the file.
X
XChanges to the hash are reflected in the file immediately. 
X
XWWW: http://search.cpan.org/dist/Tie-File-AsHash/
END-of-devel/p5-Tie-File-AsHash/pkg-descr
echo x - devel/p5-Tie-File-AsHash/pkg-plist
sed 's/^X//' >devel/p5-Tie-File-AsHash/pkg-plist << 'END-of-devel/p5-Tie-File-AsHash/pkg-plist'
X%%SITE_PERL%%/Tie/File/AsHash.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash
X@dirrmtry %%SITE_PERL%%/Tie/File
END-of-devel/p5-Tie-File-AsHash/pkg-plist
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Dec 15 14:35:34 UTC 2007 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118648: commit references a PR
Date: Sat, 15 Dec 2007 14:35:53 +0000 (UTC)

 miwi        2007-12-15 14:35:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Tie-File-AsHash Makefile distinfo pkg-descr pkg-plist 
   Log:
   Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
   pair in the hash corresponds to a record in the file.
   
   Changes to the hash are reflected in the file immediately.
   
   WWW: http://search.cpan.org/dist/Tie-File-AsHash/
   
   PR:             ports/118648
   Submitted by:   Ruben de Groot <rdg at bzerk.org>
   
   Revision  Changes    Path
   1.2933    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/p5-Tie-File-AsHash/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Tie-File-AsHash/distinfo (new)
   1.1       +6 -0      ports/devel/p5-Tie-File-AsHash/pkg-descr (new)
   1.1       +4 -0      ports/devel/p5-Tie-File-AsHash/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:
