Bug 104979

Summary: [new port] devel/p5-Clone-PP - Yet another clone module
Product: Ports & Packages Reporter: hideo
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Clone-PP none

Description hideo 2006-10-31 19:50:15 UTC
"This module provides a general-purpose clone function to make deep copies 
of Perl data structures. It calls itself recursively to copy nested hash, 
array, scalar and reference types, including tied variables and objects."

With the many Perl cloning modules already in ports I wouldn't normally think
of submitting this. Unfortunately databases/p5-Rose-DB now requires it.
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-31 22:40:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-01 20:38:59 UTC
alepulver    2006-11-01 20:38:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Clone-PP    Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module provides a general-purpose clone function to make deep
  copies of Perl data structures. It calls itself recursively to copy
  nested hash, array, scalar and reference types, including tied
  variables and objects.
  
  WWW: http://search.cpan.org/dist/Clone-PP/
  
  PR:             ports/104979
  Submitted by:   Zach Thompson <hideo at lastamericanempire.com>
  
  Revision  Changes    Path
  1.2493    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Clone-PP/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Clone-PP/distinfo (new)
  1.1       +6 -0      ports/devel/p5-Clone-PP/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Clone-PP/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 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-01 20:40:40 UTC
State Changed
From-To: open->closed

New port added, thanks!