Sat Feb 7 21:36:55 2009 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Carp-REPL/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Carp-REPL/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Carp-REPL/Makefile

File Added: pkgsrc/devel/p5-Carp-REPL/DESCR
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.

File Added: pkgsrc/devel/p5-Carp-REPL/distinfo
$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

File Added: pkgsrc/devel/p5-Carp-REPL/Makefile
# $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"