Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Fennec-Lite devel/p5-Fennec-Lite: import p5-F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7acbfb19c795
branches:  trunk
changeset: 438604:7acbfb19c795
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 20:00:56 2020 +0000

description:
devel/p5-Fennec-Lite: import p5-Fennec-Lite-0.004

Fennec does a ton, but it may be hard to adopt it all at once. It
also is a large project, and has not yet been fully split into
component projects. Fennec::Lite takes a minimalist approach to do
for Fennec what Mouse does for Moose.

Fennec::Lite is a single module file with no non-core dependencies.
It can easily be used by any project, either directly, or by copying
it into your project. The file itself is less than 300 lines of
code at the time of this writing, that includes whitespace.

diffstat:

 devel/p5-Fennec-Lite/DESCR    |   9 +++++++++
 devel/p5-Fennec-Lite/Makefile |  17 +++++++++++++++++
 devel/p5-Fennec-Lite/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 347ba4f88127 -r 7acbfb19c795 devel/p5-Fennec-Lite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Fennec-Lite/DESCR        Mon Sep 07 20:00:56 2020 +0000
@@ -0,0 +1,9 @@
+Fennec does a ton, but it may be hard to adopt it all at once. It
+also is a large project, and has not yet been fully split into
+component projects. Fennec::Lite takes a minimalist approach to do
+for Fennec what Mouse does for Moose.
+
+Fennec::Lite is a single module file with no non-core dependencies.
+It can easily be used by any project, either directly, or by copying
+it into your project. The file itself is less than 300 lines of
+code at the time of this writing, that includes whitespace.
diff -r 347ba4f88127 -r 7acbfb19c795 devel/p5-Fennec-Lite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Fennec-Lite/Makefile     Mon Sep 07 20:00:56 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/09/07 20:00:57 wiz Exp $
+
+DISTNAME=      Fennec-Lite-0.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Fennec::Lite
+COMMENT=       Minimalist Fennec, the commonly used bits
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Fennec/Lite/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 347ba4f88127 -r 7acbfb19c795 devel/p5-Fennec-Lite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Fennec-Lite/distinfo     Mon Sep 07 20:00:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/07 20:00:57 wiz Exp $
+
+SHA1 (Fennec-Lite-0.004.tar.gz) = 4f6441f0bf427986acea5038a396647a75f5288e
+RMD160 (Fennec-Lite-0.004.tar.gz) = 1e8aa5e5ae01888a48d0d3d09ff8993c79d4ce0e
+SHA512 (Fennec-Lite-0.004.tar.gz) = 507b58a0f7f1efb4f46b615f3bdd28666b52bffe35376afe07341074c8051032d0650a35afe884e8e603de1b63653763e1f0501d7f390fea14fbebc0eb4fa8af
+Size (Fennec-Lite-0.004.tar.gz) = 10555 bytes



Home | Main Index | Thread Index | Old Index