From owner-cvs-all@FreeBSD.ORG Sat Sep 18 04:33:05 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89EA1106564A; Sat, 18 Sep 2010 04:33:05 +0000 (UTC) (envelope-from sahil@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79D358FC0C; Sat, 18 Sep 2010 04:33:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8I4X5Bd020253; Sat, 18 Sep 2010 04:33:05 GMT (envelope-from sahil@repoman.freebsd.org) Received: (from sahil@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8I4X5No020252; Sat, 18 Sep 2010 04:33:05 GMT (envelope-from sahil) Message-Id: <201009180433.o8I4X5No020252@repoman.freebsd.org> From: Sahil Tandon Date: Sat, 18 Sep 2010 04:33:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Hash-AutoHash Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2010 04:33:05 -0000 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 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)