summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-05-19 14:31:51 +0000
committerwiz <wiz@pkgsrc.org>2020-05-19 14:31:51 +0000
commit47d701535acdf9d45930ae28ef8a412309037f10 (patch)
tree65515324539fe1d3b717748da2709907c3c8fd4b /devel
parent568a5dfe998a5c9aff93c34409a2290033d76d16 (diff)
downloadpkgsrc-47d701535acdf9d45930ae28ef8a412309037f10.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Class-Refresh/DESCR9
-rw-r--r--devel/p5-Class-Refresh/Makefile24
-rw-r--r--devel/p5-Class-Refresh/distinfo6
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Class-Refresh/DESCR b/devel/p5-Class-Refresh/DESCR
new file mode 100644
index 00000000000..571ebdc2ca5
--- /dev/null
+++ b/devel/p5-Class-Refresh/DESCR
@@ -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 --git a/devel/p5-Class-Refresh/Makefile b/devel/p5-Class-Refresh/Makefile
new file mode 100644
index 00000000000..501b6e8ce05
--- /dev/null
+++ b/devel/p5-Class-Refresh/Makefile
@@ -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
+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 --git a/devel/p5-Class-Refresh/distinfo b/devel/p5-Class-Refresh/distinfo
new file mode 100644
index 00000000000..0b0a5fa5147
--- /dev/null
+++ b/devel/p5-Class-Refresh/distinfo
@@ -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