pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Alias Import p5-Data-Alias version 1.07.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bdb42853490a
branches: trunk
changeset: 544946:bdb42853490a
user: he <he%pkgsrc.org@localhost>
date: Tue Jul 22 23:52:21 2008 +0000
description:
Import p5-Data-Alias version 1.07.
Data::Alias provides a comprehensive set of aliasing operations.
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl
would normally make copies instead. You can use this to improve
efficiency and readability, when compared to using references.
diffstat:
devel/p5-Data-Alias/DESCR | 6 ++++++
devel/p5-Data-Alias/Makefile | 17 +++++++++++++++++
devel/p5-Data-Alias/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r fe8e187a34e8 -r bdb42853490a devel/p5-Data-Alias/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Alias/DESCR Tue Jul 22 23:52:21 2008 +0000
@@ -0,0 +1,6 @@
+Data::Alias provides a comprehensive set of aliasing operations.
+
+Data::Alias is a module that allows you to apply "aliasing semantics"
+to a section of code, causing aliases to be made whereever Perl
+would normally make copies instead. You can use this to improve
+efficiency and readability, when compared to using references.
diff -r fe8e187a34e8 -r bdb42853490a devel/p5-Data-Alias/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Alias/Makefile Tue Jul 22 23:52:21 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 23:52:21 he Exp $
+
+DISTNAME= Data-Alias-1.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Data-Alias/
+COMMENT= Comprehensive set of aliasing operations
+
+PERL5_PACKLIST= auto/Data/Alias/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe8e187a34e8 -r bdb42853490a devel/p5-Data-Alias/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Alias/distinfo Tue Jul 22 23:52:21 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/22 23:52:21 he Exp $
+
+SHA1 (Data-Alias-1.07.tar.gz) = afcfb930351bb42a571b7023278cee74a557459e
+RMD160 (Data-Alias-1.07.tar.gz) = 0f36162ae2b132c42d6201546071f11091a2ac61
+Size (Data-Alias-1.07.tar.gz) = 61360 bytes
Home |
Main Index |
Thread Index |
Old Index