Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Refresh devel/p5-Class-Refresh: import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38bcd857e857
branches:  trunk
changeset: 432163:38bcd857e857
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 19 14:31:51 2020 +0000

description:
devel/p5-Class-Refresh: import p5-Class-Refresh-0.07

During development, it is fairly common to cycle between writing
code and testing that code. Generally the testing happens within
the test suite, but frequently it is more convenient to test things
by hand when tracking down a bug, or when doing some exploratory
coding. In many situations, however, this becomes inconvenient -
for instance, in a REPL, or in a stateful web application, restarting
from the beginning after every code change can get pretty tedious.
This module allows you to reload your application classes on the
fly, so that the code/test cycle becomes a lot easier.

diffstat:

 devel/p5-Class-Refresh/DESCR    |   9 +++++++++
 devel/p5-Class-Refresh/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-Class-Refresh/distinfo |   6 ++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r d47091b5805e -r 38bcd857e857 devel/p5-Class-Refresh/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Refresh/DESCR      Tue May 19 14:31:51 2020 +0000
@@ -0,0 +1,9 @@
+During development, it is fairly common to cycle between writing
+code and testing that code. Generally the testing happens within
+the test suite, but frequently it is more convenient to test things
+by hand when tracking down a bug, or when doing some exploratory
+coding. In many situations, however, this becomes inconvenient -
+for instance, in a REPL, or in a stateful web application, restarting
+from the beginning after every code change can get pretty tedious.
+This module allows you to reload your application classes on the
+fly, so that the code/test cycle becomes a lot easier.
diff -r d47091b5805e -r 38bcd857e857 devel/p5-Class-Refresh/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Refresh/Makefile   Tue May 19 14:31:51 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/05/19 14:31:51 wiz Exp $
+
+DISTNAME=      Class-Refresh-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Class::Refresh
+COMMENT=       Perl5 module for refreshing classes during runtime
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
+DEPENDS+=      p5-Class-Unload-[0-9]*:../../devel/p5-Class-Unload
+DEPENDS+=      p5-Devel-OverrideGlobalRequire-[0-9]*:../../devel/p5-Devel-OverrideGlobalRequire
+DEPENDS+=      p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+TEST_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+
+PERL5_PACKLIST=                auto/Class/Refresh/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d47091b5805e -r 38bcd857e857 devel/p5-Class-Refresh/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Refresh/distinfo   Tue May 19 14:31:51 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/19 14:31:51 wiz Exp $
+
+SHA1 (Class-Refresh-0.07.tar.gz) = ebdb5154896d0ceed6f6323d411dc49556382b0b
+RMD160 (Class-Refresh-0.07.tar.gz) = cda28360399fb59659b297d3577877db6ba32f64
+SHA512 (Class-Refresh-0.07.tar.gz) = 68f8aad3d76b27830d6973f5713716275486aed414d05a6212378d1c71dc615b7c048a684d0994fd4fca82b037ce0ea5901c7d3843454a7073ec367908c58514
+Size (Class-Refresh-0.07.tar.gz) = 21794 bytes



Home | Main Index | Thread Index | Old Index