"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.
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it.
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"
State Changed From-To: open->closed New port added, thanks!