From culot@0xd0.org  Mon Sep 13 12:44:16 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 82EFB1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2010 12:44:16 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (0xd0.org [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A2A68FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2010 12:44:15 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o8DChejB036716
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2010 14:43:40 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o8DChesT036715;
	Mon, 13 Sep 2010 14:43:40 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201009131243.o8DChesT036715@0xd0.org>
Date: Mon, 13 Sep 2010 14:43:40 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-Hash-AutoHash Object-oriented access to real and tied hashes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150528
>Category:       ports
>Synopsis:       New port: devel/p5-Hash-AutoHash Object-oriented access to real and tied hashes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 12:50:00 UTC 2010
>Closed-Date:    Sat Sep 18 04:34:49 UTC 2010
>Last-Modified:  Sat Sep 18 04:40:03 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This is yet another module that lets you access or change the elements
of a hash using methods with the same name as the element's key.  It
follows in the footsteps of Hash::AsObject, Hash::Inflator,
Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
main difference between this module and its forebears is that it
supports tied hashes, in addition to regular hashes. This allows a
modular division of labor: this class is generic and treats all hashes
the same; any special semantics come from the tied hash.

WWW: http://search.cpan.org/dist/Hash-AutoHash/
>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-Hash-AutoHash
#	p5-Hash-AutoHash/pkg-plist
#	p5-Hash-AutoHash/distinfo
#	p5-Hash-AutoHash/Makefile
#	p5-Hash-AutoHash/pkg-descr
#
echo c - p5-Hash-AutoHash
mkdir -p p5-Hash-AutoHash > /dev/null 2>&1
echo x - p5-Hash-AutoHash/pkg-plist
sed 's/^X//' >p5-Hash-AutoHash/pkg-plist << '46a93b3eebd665260ad909c296a5ef85'
X%%SITE_PERL%%/Hash/AutoHash.pm
X@dirrmtry %%SITE_PERL%%/Hash
46a93b3eebd665260ad909c296a5ef85
echo x - p5-Hash-AutoHash/distinfo
sed 's/^X//' >p5-Hash-AutoHash/distinfo << '4fbfc7c9b74a07836d713b40de9347f0'
XMD5 (Hash-AutoHash-1.12.tar.gz) = a203fd797f4479bf5e52ca8847f7771d
XSHA256 (Hash-AutoHash-1.12.tar.gz) = 7ca24f4cd3ea6e6cb62fadd7709fa0bc56713acbdd68a66aedbc5c39c6067203
XSIZE (Hash-AutoHash-1.12.tar.gz) = 51234
4fbfc7c9b74a07836d713b40de9347f0
echo x - p5-Hash-AutoHash/Makefile
sed 's/^X//' >p5-Hash-AutoHash/Makefile << 'ae1cf0185ae1bbaace810c73296f28cd'
X# New ports collection makefile for:	p5-Hash-AutoHash
X# Date created:				2010-09-13
X# Whom:					Frederic Culot <frederic@culot.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Hash-AutoHash
XPORTVERSION=	1.12
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	frederic@culot.org
XCOMMENT=	Object-oriented access to real and tied hashes
X
XBUILD_DEPENDS=	p5-Tie-Hash-MultiValue>0:${PORTSDIR}/devel/p5-Tie-Hash-MultiValue
XRUN_DEPENDS=	${BUILD_DEPENDS}
XRUN_DEPENDS+	p5-List-MoreUtils>=0.09:${PORTSDIR}/lang/p5-List-MoreUtils \
X		p5-Tie-ToObject>0:${PORTSDIR}/devel/p5-Tie-ToObject
XTEST_DEPENDS=	p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
X
XPERL_MODBUILD=	5.8.3+
X
XMAN3=		Hash::AutoHash.3
X
X.include <bsd.port.mk>
ae1cf0185ae1bbaace810c73296f28cd
echo x - p5-Hash-AutoHash/pkg-descr
sed 's/^X//' >p5-Hash-AutoHash/pkg-descr << '815c01b19108e2e2abc087dd9d1a9f4d'
XThis is yet another module that lets you access or change the elements
Xof a hash using methods with the same name as the element's key.  It
Xfollows in the footsteps of Hash::AsObject, Hash::Inflator,
XData::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
Xmain difference between this module and its forebears is that it
Xsupports tied hashes, in addition to regular hashes. This allows a
Xmodular division of labor: this class is generic and treats all hashes
Xthe same; any special semantics come from the tied hash.
X
XWWW: http://search.cpan.org/dist/Hash-AutoHash/
815c01b19108e2e2abc087dd9d1a9f4d
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 13 12:50:08 UTC 2010 
Responsible-Changed-Why:  
sahil@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150528 
State-Changed-From-To: open->closed 
State-Changed-By: sahil 
State-Changed-When: Sat Sep 18 04:34:48 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

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

 sahil       2010-09-18 04:33:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Hash-AutoHash Makefile distinfo pkg-descr pkg-plist 
   Log:
   This is yet another module that lets you access or change the elements
   of a hash using methods with the same name as the element's key.  It
   follows in the footsteps of Hash::AsObject, Hash::Inflator,
   Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
   main difference between this module and its forebears is that it
   supports tied hashes, in addition to regular hashes. This allows a
   modular division of labor: this class is generic and treats all hashes
   the same; any special semantics come from the tied hash.
   
   WWW: http://search.cpan.org/dist/Hash-AutoHash/
   
   PR:             ports/150528
   Submitted by:   Frederic Culot <frederic@culot.org>
   
   Revision  Changes    Path
   1.4045    +1 -0      ports/devel/Makefile
   1.1       +27 -0     ports/devel/p5-Hash-AutoHash/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Hash-AutoHash/distinfo (new)
   1.1       +10 -0     ports/devel/p5-Hash-AutoHash/pkg-descr (new)
   1.1       +2 -0      ports/devel/p5-Hash-AutoHash/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:
