Bug 104979 - [new port] devel/p5-Clone-PP - Yet another clone module
Summary: [new port] devel/p5-Clone-PP - Yet another clone module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 19:50 UTC by hideo
Modified: 2006-11-01 20:40 UTC (History)
0 users

See Also:


Attachments
p5-Clone-PP (2.06 KB, text/plain)
2006-10-31 19:50 UTC, hideo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!