pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Dumper-Names PkgSrc change:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7eab1b85e8f
branches:  trunk
changeset: 557202:d7eab1b85e8f
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Apr 12 10:55:30 2009 +0000

description:
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:

 devel/p5-Data-Dumper-Names/DESCR    |   7 +++++++
 devel/p5-Data-Dumper-Names/Makefile |  23 +++++++++++++++++++++++
 devel/p5-Data-Dumper-Names/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 048b257563a6 -r d7eab1b85e8f devel/p5-Data-Dumper-Names/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper-Names/DESCR  Sun Apr 12 10:55:30 2009 +0000
@@ -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 -r 048b257563a6 -r d7eab1b85e8f devel/p5-Data-Dumper-Names/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper-Names/Makefile       Sun Apr 12 10:55:30 2009 +0000
@@ -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@localhost
+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 -r 048b257563a6 -r d7eab1b85e8f devel/p5-Data-Dumper-Names/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper-Names/distinfo       Sun Apr 12 10:55:30 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index