pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Class-Refresh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 19 14:31:51 UTC 2020

Added Files:
        pkgsrc/devel/p5-Class-Refresh: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Class-Refresh/DESCR \
    pkgsrc/devel/p5-Class-Refresh/Makefile \
    pkgsrc/devel/p5-Class-Refresh/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-Class-Refresh/DESCR
diff -u /dev/null pkgsrc/devel/p5-Class-Refresh/DESCR:1.1
--- /dev/null   Tue May 19 14:31:51 2020
+++ pkgsrc/devel/p5-Class-Refresh/DESCR Tue May 19 14:31:51 2020
@@ -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.
Index: pkgsrc/devel/p5-Class-Refresh/Makefile
diff -u /dev/null pkgsrc/devel/p5-Class-Refresh/Makefile:1.1
--- /dev/null   Tue May 19 14:31:51 2020
+++ pkgsrc/devel/p5-Class-Refresh/Makefile      Tue May 19 14:31:51 2020
@@ -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"
Index: pkgsrc/devel/p5-Class-Refresh/distinfo
diff -u /dev/null pkgsrc/devel/p5-Class-Refresh/distinfo:1.1
--- /dev/null   Tue May 19 14:31:51 2020
+++ pkgsrc/devel/p5-Class-Refresh/distinfo      Tue May 19 14:31:51 2020
@@ -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