Bug 150528

Summary: New port: devel/p5-Hash-AutoHash Object-oriented access to real and tied hashes
Product: Ports & Packages Reporter: Frederic Culot <frederic>
Component: Individual Port(s)Assignee: Sahil Tandon <sahil>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Frederic Culot 2010-09-13 13:50:00 UTC
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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-13 13:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

sahil@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-18 05:33:10 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"
Comment 3 Sahil Tandon freebsd_committer freebsd_triage 2010-09-18 05:34:48 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!