summaryrefslogtreecommitdiff
path: root/devel/p5-Carp-REPL
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-02-07 21:36:55 +0000
committerseb <seb@pkgsrc.org>2009-02-07 21:36:55 +0000
commit124f10d763d87226a1308ad17f00a8c0290235a5 (patch)
tree2874399bbff0f1c875d6aac3aa330ebc663ad72e /devel/p5-Carp-REPL
parent8d44de26a4e0dddab77eb52ff856aad8f8e8451d (diff)
downloadpkgsrc-124f10d763d87226a1308ad17f00a8c0290235a5.tar.gz
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 (limited to 'devel/p5-Carp-REPL')
-rw-r--r--devel/p5-Carp-REPL/DESCR6
-rw-r--r--devel/p5-Carp-REPL/Makefile29
-rw-r--r--devel/p5-Carp-REPL/distinfo5
3 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-Carp-REPL/DESCR b/devel/p5-Carp-REPL/DESCR
new file mode 100644
index 00000000000..2cf81cd96e9
--- /dev/null
+++ b/devel/p5-Carp-REPL/DESCR
@@ -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 --git a/devel/p5-Carp-REPL/Makefile b/devel/p5-Carp-REPL/Makefile
new file mode 100644
index 00000000000..7e4b549d709
--- /dev/null
+++ b/devel/p5-Carp-REPL/Makefile
@@ -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
+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 --git a/devel/p5-Carp-REPL/distinfo b/devel/p5-Carp-REPL/distinfo
new file mode 100644
index 00000000000..b522b99384c
--- /dev/null
+++ b/devel/p5-Carp-REPL/distinfo
@@ -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