diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-01-17 19:43:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-01-17 19:43:56 +0000 |
commit | 3dcae91d3360647b71d60ccd9d1147554a9bc692 (patch) | |
tree | 91fb4a251bb794e0cf1c177994b3b7c9a28dd8a5 /devel/p5-Reply | |
parent | f0415a71235f112b6cf78084755c540069661f4b (diff) | |
download | pkgsrc-3dcae91d3360647b71d60ccd9d1147554a9bc692.tar.gz |
Initial import of p5-Reply.
Reply is a lightweight, extensible REPL for Perl. It is plugin-based
(see Reply::Plugin), and through plugins supports many advanced
features such as coloring and pretty printing, readline support, and
pluggable commands.
Diffstat (limited to 'devel/p5-Reply')
-rw-r--r-- | devel/p5-Reply/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Reply/Makefile | 43 | ||||
-rw-r--r-- | devel/p5-Reply/distinfo | 6 |
3 files changed, 53 insertions, 0 deletions
diff --git a/devel/p5-Reply/DESCR b/devel/p5-Reply/DESCR new file mode 100644 index 00000000000..d0815f86de3 --- /dev/null +++ b/devel/p5-Reply/DESCR @@ -0,0 +1,4 @@ +Reply is a lightweight, extensible REPL for Perl. It is plugin-based +(see Reply::Plugin), and through plugins supports many advanced +features such as coloring and pretty printing, readline support, and +pluggable commands. diff --git a/devel/p5-Reply/Makefile b/devel/p5-Reply/Makefile new file mode 100644 index 00000000000..d4c148ac3ff --- /dev/null +++ b/devel/p5-Reply/Makefile @@ -0,0 +1,43 @@ +# $NetBSD: Makefile,v 1.1 2017/01/17 19:43:56 schmonz Exp $ + +DISTNAME= Reply-0.42 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Reply/ +COMMENT= Perl read, eval, print, loop, yay! +LICENSE= mit + +# recommended: +# p5-App-Nopaste-[0-9]* +# p5-B-Keywords-[0-9]* +# p5-Carp-Always-[0-9]* +# p5-Class-Refresh>=0.05 +# p5-Data-Dump-[0-9]* +# p5-Data-Printer-[0-9]* +# p5-IO-Pager-[0-9]* +# p5-Proc-InvokeEditor-[0-9]* +# p5-Term-ReadKey-[0-9]* +# p5-Term-ReadLine-Gnu-[0-9]*: + +DEPENDS+= p5-Config-INI-Reader-Ordered-[0-9]*:../../devel/p5-Config-INI-Reader-Ordered +DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper +DEPENDS+= p5-Devel-LexAlias-[0-9]*:../../devel/p5-Devel-LexAlias +DEPENDS+= p5-Eval-Closure>=0.11:../../devel/p5-Eval-Closure +DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir +DEPENDS+= p5-Getopt-Long>=2.36:../../devel/p5-Getopt-Long +DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime +DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash +DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker +DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor +DEPENDS+= p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Reply/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Reply/distinfo b/devel/p5-Reply/distinfo new file mode 100644 index 00000000000..9df533df76a --- /dev/null +++ b/devel/p5-Reply/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/01/17 19:43:56 schmonz Exp $ + +SHA1 (Reply-0.42.tar.gz) = 80de428a3913ee7bf5dd7f69b44ed1d9bd6b9b3c +RMD160 (Reply-0.42.tar.gz) = 039c8871bf82c389cb50209d11a8f4a3fa2fb614 +SHA512 (Reply-0.42.tar.gz) = d60a584b3cf676be97bbe199d965a488d6a869b1f6cd55d6b405da3f9c717cf63b4380408a72e6f1e06d3d32a90aa5633889a907d94da147e35804b9d0387662 +Size (Reply-0.42.tar.gz) = 28721 bytes |