Bug 100252 - [NEW PORT] devel/p5-Clone-More: Perl module for natively copying Perl data structures
Summary: [NEW PORT] devel/p5-Clone-More: Perl module for natively copying Perl data st...
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 23:40 UTC by gslin
Modified: 2006-07-15 05:56 UTC (History)
1 user (show)

See Also:


Attachments
p5-Clone-More-0.90.1.shar (2.51 KB, text/plain)
2006-07-13 23:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-13 23:40:14 UTC
- Tinderbox log:

  http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-Clone-More-0.90.1.log
  http://tb.gslin.org/logs/5.5-FreeBSD/p5-Clone-More-0.90.1.log
  http://tb.gslin.org/logs/6-STABLE/p5-Clone-More-0.90.1.log

This is intended to act as a utility in order to natively clone data
structures via a simple Perl interface. Will ensure that all
references will be separated from the parent data strure, yet kept
relative to the new structure (if need be).

Author:	Trevor Hall, <wazzuteke@cpan.org>
WWW:	http://search.cpan.org/dist/Clone-More/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-14 00:02:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 gslin 2006-07-14 22:47:06 UTC
diff -ruN /usr/ports/devel/p5-Clone-More/Makefile p5-Clone-More/Makefile
--- /usr/ports/devel/p5-Clone-More/Makefile	Fri Jul 14 06:30:07 2006
+++ p5-Clone-More/Makefile	Sat Jul 15 05:41:37 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Clone-More
-PORTVERSION=	0.90.1
+PORTVERSION=	0.90.2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Clone
diff -ruN /usr/ports/devel/p5-Clone-More/distinfo p5-Clone-More/distinfo
--- /usr/ports/devel/p5-Clone-More/distinfo	Fri Jul 14 06:30:07 2006
+++ p5-Clone-More/distinfo	Sat Jul 15 05:41:59 2006
@@ -1,3 +1,3 @@
-MD5 (Clone-More-0.90.1.tar.gz) = b4a3839dbaab62e4f4b2375f8acafcae
-SHA256 (Clone-More-0.90.1.tar.gz) = 9d5c55607a5697559dc99b78d19a73580b99351614e77e3ede261d6e95a7bf19
-SIZE (Clone-More-0.90.1.tar.gz) = 27229
+MD5 (Clone-More-0.90.2.tar.gz) = be3b135c467587831036d70aac690c00
+SHA256 (Clone-More-0.90.2.tar.gz) = cd3ba03f8cd242498ce96fac2de85f98d1ee38be4a7a09d234e053b2dc1aafdb
+SIZE (Clone-More-0.90.2.tar.gz) = 27634
diff -ruN /usr/ports/devel/p5-Clone-More/pkg-descr p5-Clone-More/pkg-descr
--- /usr/ports/devel/p5-Clone-More/pkg-descr	Fri Jul 14 06:30:07 2006
+++ p5-Clone-More/pkg-descr	Sat Jul 15 05:42:17 2006
@@ -3,5 +3,4 @@
 references will be separated from the parent data strure, yet kept
 relative to the new structure (if need be).
 
-Author:	Trevor Hall, <wazzuteke@cpan.org>
 WWW:	http://search.cpan.org/dist/Clone-More/

On Thu, Jul 13, 2006 at 10:40:14PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/100252'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=100252
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [NEW PORT] devel/p5-Clone-More: Perl module for natively copying Perl data structures
> >Arrival-Date:   Thu Jul 13 22:40:14 GMT 2006


-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-15 05:56:04 UTC
State Changed
From-To: open->closed

New port added. Thank You.