pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-StackTrace-WithLexicals Initial import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d855a4cbc88
branches:  trunk
changeset: 554029:2d855a4cbc88
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Feb 07 15:12:11 2009 +0000

description:
Initial import of p5-Devel-StackTrace-WithLexicals version 0.03 in
the NetBSD Packages Collection.

The Perl 5 module Devel::StackTrace::WithLexicals by combining the
modules Devel::StackTrace and PadWalker, generates stack traces
with all the callers' lexical variables.

diffstat:

 devel/p5-Devel-StackTrace-WithLexicals/DESCR    |   3 +++
 devel/p5-Devel-StackTrace-WithLexicals/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-Devel-StackTrace-WithLexicals/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 079a172871e4 -r 2d855a4cbc88 devel/p5-Devel-StackTrace-WithLexicals/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-StackTrace-WithLexicals/DESCR      Sat Feb 07 15:12:11 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Devel::StackTrace::WithLexicals by combining the
+modules Devel::StackTrace and PadWalker, generates stack traces
+with all the callers' lexical variables.
diff -r 079a172871e4 -r 2d855a4cbc88 devel/p5-Devel-StackTrace-WithLexicals/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-StackTrace-WithLexicals/Makefile   Sat Feb 07 15:12:11 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/07 15:12:11 seb Exp $
+#
+
+DISTNAME=      Devel-StackTrace-WithLexicals-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/
+COMMENT=       Perl 5 module combining Devel::StackTrace and PadWalker
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Devel/StackTrace/WithLexicals/.packlist
+
+DEPENDS+=      p5-Devel-StackTrace>=1.1902:../../devel/p5-Devel-StackTrace
+DEPENDS+=      p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
+
+# For test
+BUILD_DEPENDS+=        p5-Exception-Class>=1.09:../../devel/p5-Exception-Class
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 079a172871e4 -r 2d855a4cbc88 devel/p5-Devel-StackTrace-WithLexicals/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-StackTrace-WithLexicals/distinfo   Sat Feb 07 15:12:11 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/07 15:12:11 seb Exp $
+
+SHA1 (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 23b66dac055ff43157837903d898562feb2fc3ad
+RMD160 (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 042ecbe8f9f4e73f5c158c6ad36654a79ec1a7e3
+Size (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 16872 bytes



Home | Main Index | Thread Index | Old Index