pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Visitor Added devel/p5-Data-Visitor vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd8cfbcca3a3
branches: trunk
changeset: 544398:dd8cfbcca3a3
user: abs <abs%pkgsrc.org@localhost>
date: Mon Jul 14 09:24:35 2008 +0000
description:
Added devel/p5-Data-Visitor version 0.15
This module is a simple visitor implementation for Perl values.
It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
diffstat:
devel/p5-Data-Visitor/DESCR | 4 ++++
devel/p5-Data-Visitor/Makefile | 23 +++++++++++++++++++++++
devel/p5-Data-Visitor/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 58e5b141a9b8 -r dd8cfbcca3a3 devel/p5-Data-Visitor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Visitor/DESCR Mon Jul 14 09:24:35 2008 +0000
@@ -0,0 +1,4 @@
+This module is a simple visitor implementation for Perl values.
+
+It has a main dispatcher method, visit, which takes a single perl
+value and then calls the methods appropriate for that value.
diff -r 58e5b141a9b8 -r dd8cfbcca3a3 devel/p5-Data-Visitor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Visitor/Makefile Mon Jul 14 09:24:35 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:24:35 abs Exp $
+
+DISTNAME= Data-Visitor-0.15
+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-Visitor/
+COMMENT= Visitor style traversal of Perl data structures
+
+DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Tie-ToObject>=0.01:../../devel/p5-Tie-ToObject
+BUILD_DEPENDS+= p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
+BUILD_DEPENDS+= p5-Test-MockObject>=1.04:../../devel/p5-Test-MockObject
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Data/Visitor/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58e5b141a9b8 -r dd8cfbcca3a3 devel/p5-Data-Visitor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Visitor/distinfo Mon Jul 14 09:24:35 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:24:35 abs Exp $
+
+SHA1 (Data-Visitor-0.15.tar.gz) = a2023274ca8ef4558fe1ace3262133933f3f126c
+RMD160 (Data-Visitor-0.15.tar.gz) = 96e7d2abb92673689b9ae3f8016177a0a841ccca
+Size (Data-Visitor-0.15.tar.gz) = 10770 bytes
Home |
Main Index |
Thread Index |
Old Index