From e3cbe00dfca64757d16523675097f6ab09021f4d Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 14 Jul 2008 09:24:35 +0000 Subject: 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. --- devel/p5-Data-Visitor/DESCR | 4 ++++ devel/p5-Data-Visitor/Makefile | 23 +++++++++++++++++++++++ devel/p5-Data-Visitor/distinfo | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 devel/p5-Data-Visitor/DESCR create mode 100644 devel/p5-Data-Visitor/Makefile create mode 100644 devel/p5-Data-Visitor/distinfo diff --git a/devel/p5-Data-Visitor/DESCR b/devel/p5-Data-Visitor/DESCR new file mode 100644 index 00000000000..6e670125289 --- /dev/null +++ b/devel/p5-Data-Visitor/DESCR @@ -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 --git a/devel/p5-Data-Visitor/Makefile b/devel/p5-Data-Visitor/Makefile new file mode 100644 index 00000000000..3f8f73771e0 --- /dev/null +++ b/devel/p5-Data-Visitor/Makefile @@ -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 +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 --git a/devel/p5-Data-Visitor/distinfo b/devel/p5-Data-Visitor/distinfo new file mode 100644 index 00000000000..85fe4a6517a --- /dev/null +++ b/devel/p5-Data-Visitor/distinfo @@ -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 -- cgit v1.2.3