summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-12 10:55:30 +0000
committersno <sno@pkgsrc.org>2009-04-12 10:55:30 +0000
commitc675e8322fb044ee3bb77c6aaa439a2737966dc6 (patch)
tree4de2942d5cd0bf2da90960669f19246200ecb69c /devel
parent56a40e5bc8653dbc65f9dcfc8e21c6adfadf580a (diff)
downloadpkgsrc-c675e8322fb044ee3bb77c6aaa439a2737966dc6.tar.gz
PkgSrc change:
- Import package for perl module Data::Dumper::Names, which is a recommented requirement for Test::Most DESCR: This module is an alternative to Data::Dumper::Simple. Many people like the aforementioned module but do not like the fact that it uses a source filter. In order to pull off the trick with this module, we use PadWalker. This introduces its own set of problems, not the least of which is that PadWalker uses undocumented features of the Perl internals and has an annoying tendency to break. Thus, if this module doesn't work on your machine you may have to go back to Data::Dumper::Simple.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-Dumper-Names/DESCR7
-rw-r--r--devel/p5-Data-Dumper-Names/Makefile23
-rw-r--r--devel/p5-Data-Dumper-Names/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Data-Dumper-Names/DESCR b/devel/p5-Data-Dumper-Names/DESCR
new file mode 100644
index 00000000000..faeda319c31
--- /dev/null
+++ b/devel/p5-Data-Dumper-Names/DESCR
@@ -0,0 +1,7 @@
+This module is an alternative to Data::Dumper::Simple. Many people like the
+aforementioned module but do not like the fact that it uses a source filter.
+In order to pull off the trick with this module, we use PadWalker. This
+introduces its own set of problems, not the least of which is that PadWalker
+uses undocumented features of the Perl internals and has an annoying tendency
+to break. Thus, if this module doesn't work on your machine you may have to
+go back to Data::Dumper::Simple.
diff --git a/devel/p5-Data-Dumper-Names/Makefile b/devel/p5-Data-Dumper-Names/Makefile
new file mode 100644
index 00000000000..643b677ad36
--- /dev/null
+++ b/devel/p5-Data-Dumper-Names/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/12 10:55:30 sno Exp $
+#
+
+DISTNAME= Data-Dumper-Names-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/perldoc?Data::Dumper::Names
+COMMENT= Dump variables with names (no source filter)
+LICENSE= artistic-2.0
+
+DEPENDS+= p5-PadWalker>0.13:../../devel/p5-PadWalker
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PERL5_MODULE_TYPE= Module::Build
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Data/Dumper/Names/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Data-Dumper-Names/distinfo b/devel/p5-Data-Dumper-Names/distinfo
new file mode 100644
index 00000000000..ff6b29481e7
--- /dev/null
+++ b/devel/p5-Data-Dumper-Names/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/12 10:55:30 sno Exp $
+
+SHA1 (Data-Dumper-Names-0.03.tar.gz) = 133995c31dc9ce3620965cc8386c10732e9b2e44
+RMD160 (Data-Dumper-Names-0.03.tar.gz) = 0f1393068306f3609a148825f1862f9154f5a0ba
+Size (Data-Dumper-Names-0.03.tar.gz) = 5070 bytes