pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Hash-Merge Initial import of p5-Hash-Merge ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de77cb2c496d
branches:  trunk
changeset: 546196:de77cb2c496d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 18:24:01 2008 +0000

description:
Initial import of p5-Hash-Merge version 0.10 in the NetBSD Packages
Collection.

The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.

diffstat:

 devel/p5-Hash-Merge/DESCR    |   4 ++++
 devel/p5-Hash-Merge/Makefile |  21 +++++++++++++++++++++
 devel/p5-Hash-Merge/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 1e7dd89064ec -r de77cb2c496d devel/p5-Hash-Merge/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hash-Merge/DESCR Sat Aug 23 18:24:01 2008 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
+into a single hash. That is, at any level, it will add non-conflicting
+key-value pairs from one hash to the other, and follows a set of
+specific rules when there are key value conflicts.
diff -r 1e7dd89064ec -r de77cb2c496d devel/p5-Hash-Merge/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hash-Merge/Makefile      Sat Aug 23 18:24:01 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 18:24:01 seb Exp $
+#
+
+DISTNAME=      Hash-Merge-0.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Hash/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Hash-Merge/
+COMMENT=       Perl 5 module to merges arbitrarily deep hashes
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Hash/Merge/.packlist
+
+DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1e7dd89064ec -r de77cb2c496d devel/p5-Hash-Merge/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hash-Merge/distinfo      Sat Aug 23 18:24:01 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/23 18:24:01 seb Exp $
+
+SHA1 (Hash-Merge-0.10.tar.gz) = d28eb83d0c7bc664452108089be1d83033335837
+RMD160 (Hash-Merge-0.10.tar.gz) = 66ea1a584f50fbf6a20d807749e6997acd389396
+Size (Hash-Merge-0.10.tar.gz) = 7283 bytes



Home | Main Index | Thread Index | Old Index