pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Clone Import p5-Clone-0.15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7eb5d8bec903
branches: trunk
changeset: 481115:7eb5d8bec903
user: epg <epg%pkgsrc.org@localhost>
date: Sun Sep 26 04:40:51 2004 +0000
description:
Import p5-Clone-0.15.
This module provides a clone() method which makes recursive copies
of nested hash, array, scalar and reference types, including tied
variables and objects.
diffstat:
devel/p5-Clone/DESCR | 3 +++
devel/p5-Clone/Makefile | 17 +++++++++++++++++
devel/p5-Clone/PLIST | 1 +
devel/p5-Clone/distinfo | 4 ++++
4 files changed, 25 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 966fa9d0335c -r 7eb5d8bec903 devel/p5-Clone/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Clone/DESCR Sun Sep 26 04:40:51 2004 +0000
@@ -0,0 +1,3 @@
+This module provides a clone() method which makes recursive copies
+of nested hash, array, scalar and reference types, including tied
+variables and objects.
diff -r 966fa9d0335c -r 7eb5d8bec903 devel/p5-Clone/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Clone/Makefile Sun Sep 26 04:40:51 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
+
+DISTNAME= Clone-0.15
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl module for recursively copying datatypes
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Clone/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 966fa9d0335c -r 7eb5d8bec903 devel/p5-Clone/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Clone/PLIST Sun Sep 26 04:40:51 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
diff -r 966fa9d0335c -r 7eb5d8bec903 devel/p5-Clone/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Clone/distinfo Sun Sep 26 04:40:51 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:40:51 epg Exp $
+
+SHA1 (Clone-0.15.tar.gz) = 919647f08e4f95998f3b0ec49d1d2aaa141b5d52
+Size (Clone-0.15.tar.gz) = 9269 bytes
Home |
Main Index |
Thread Index |
Old Index