pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Carp-REPL Initial import of p5-Carp-REPL vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bcce5477fd5
branches:  trunk
changeset: 554063:8bcce5477fd5
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Feb 07 21:36:55 2009 +0000

description:
Initial import of p5-Carp-REPL version 0.13 in the NetBSD Packages
Collection.

When the Perl 5 module Carp::REPL is loaded and the perl interpreter
dies, a read-eval-print-loop (REPL), with a few debugger like
commands, is spawned before it quits. A REPL can also be spawned
when a warning is issued.  This module is intended to be used mostly
through the command line but can also be used for testing or any
other situation.

diffstat:

 devel/p5-Carp-REPL/DESCR    |   6 ++++++
 devel/p5-Carp-REPL/Makefile |  29 +++++++++++++++++++++++++++++
 devel/p5-Carp-REPL/distinfo |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 73f1df80d0eb -r 8bcce5477fd5 devel/p5-Carp-REPL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carp-REPL/DESCR  Sat Feb 07 21:36:55 2009 +0000
@@ -0,0 +1,6 @@
+When the Perl 5 module Carp::REPL is loaded and the perl interpreter
+dies, a read-eval-print-loop (REPL), with a few debugger like
+commands, is spawned before it quits. A REPL can also be spawned
+when a warning is issued.  This module is intended to be used mostly
+through the command line but can also be used for testing or any
+other situation.
diff -r 73f1df80d0eb -r 8bcce5477fd5 devel/p5-Carp-REPL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carp-REPL/Makefile       Sat Feb 07 21:36:55 2009 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/07 21:36:55 seb Exp $
+#
+
+DISTNAME=      Carp-REPL-0.13
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Carp/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Carp-REPL/
+COMMENT=       Perl 5 read-eval-print-loop on die and/or warn
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+USE_TOOLS+=    perl
+PERL5_PACKLIST=        auto/Carp/REPL/.packlist
+
+DEPENDS+=      p5-Data-Dump-Streamer-[0-9]*:../../devel/p5-Data-Dump-Streamer
+DEPENDS+=      p5-Devel-LexAlias-[0-9]*:../../devel/p5-Devel-LexAlias
+DEPENDS+=      p5-Devel-REPL-[0-9]*:../../devel/p5-Devel-REPL
+DEPENDS+=      p5-Devel-StackTrace-WithLexicals-[0-9]*:../../devel/p5-Devel-StackTrace-WithLexicals
+DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+
+# For test target
+BUILD_DEPENDS+=        p5-Test-Expect-[0-9]*:../../devel/p5-Test-Expect
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 73f1df80d0eb -r 8bcce5477fd5 devel/p5-Carp-REPL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carp-REPL/distinfo       Sat Feb 07 21:36:55 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/07 21:36:55 seb Exp $
+
+SHA1 (Carp-REPL-0.13.tar.gz) = 9b973c85150ba0485e29556de2bca0b35969fc19
+RMD160 (Carp-REPL-0.13.tar.gz) = bad50218723702beb6bbadbd6d85db7d9a2021aa
+Size (Carp-REPL-0.13.tar.gz) = 28409 bytes



Home | Main Index | Thread Index | Old Index