diff options
author | seb <seb@pkgsrc.org> | 2009-02-07 21:36:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-02-07 21:36:55 +0000 |
commit | 1dd2095dc5cac39b1912b3dcc59d5414359f55b1 (patch) | |
tree | 2874399bbff0f1c875d6aac3aa330ebc663ad72e /devel/p5-Carp-REPL | |
parent | d4f9fc95f6edc3e1fe019c4fd446ad4cde238e0d (diff) | |
download | pkgsrc-1dd2095dc5cac39b1912b3dcc59d5414359f55b1.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/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Carp-REPL/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Carp-REPL/distinfo | 5 |
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 |