pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Reply Initial import of p5-Reply.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef2503362d0d
branches:  trunk
changeset: 357279:ef2503362d0d
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jan 17 19:43:56 2017 +0000

description:
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:

 devel/p5-Reply/DESCR    |   4 ++++
 devel/p5-Reply/Makefile |  43 +++++++++++++++++++++++++++++++++++++++++++
 devel/p5-Reply/distinfo |   6 ++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 4a788647203d -r ef2503362d0d devel/p5-Reply/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Reply/DESCR      Tue Jan 17 19:43:56 2017 +0000
@@ -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 -r 4a788647203d -r ef2503362d0d devel/p5-Reply/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Reply/Makefile   Tue Jan 17 19:43:56 2017 +0000
@@ -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@localhost
+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 -r 4a788647203d -r ef2503362d0d devel/p5-Reply/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Reply/distinfo   Tue Jan 17 19:43:56 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index