pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Reply



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Jan 17 19:43:56 UTC 2017

Added Files:
        pkgsrc/devel/p5-Reply: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Reply/DESCR \
    pkgsrc/devel/p5-Reply/Makefile pkgsrc/devel/p5-Reply/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Reply/DESCR
diff -u /dev/null pkgsrc/devel/p5-Reply/DESCR:1.1
--- /dev/null   Tue Jan 17 19:43:56 2017
+++ pkgsrc/devel/p5-Reply/DESCR Tue Jan 17 19:43:56 2017
@@ -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.
Index: pkgsrc/devel/p5-Reply/Makefile
diff -u /dev/null pkgsrc/devel/p5-Reply/Makefile:1.1
--- /dev/null   Tue Jan 17 19:43:56 2017
+++ pkgsrc/devel/p5-Reply/Makefile      Tue Jan 17 19:43:56 2017
@@ -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"
Index: pkgsrc/devel/p5-Reply/distinfo
diff -u /dev/null pkgsrc/devel/p5-Reply/distinfo:1.1
--- /dev/null   Tue Jan 17 19:43:56 2017
+++ pkgsrc/devel/p5-Reply/distinfo      Tue Jan 17 19:43:56 2017
@@ -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