pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Fennec-Lite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 20:00:57 UTC 2020

Added Files:
        pkgsrc/devel/p5-Fennec-Lite: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Fennec-Lite/DESCR \
    pkgsrc/devel/p5-Fennec-Lite/Makefile pkgsrc/devel/p5-Fennec-Lite/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-Fennec-Lite/DESCR
diff -u /dev/null pkgsrc/devel/p5-Fennec-Lite/DESCR:1.1
--- /dev/null   Mon Sep  7 20:00:57 2020
+++ pkgsrc/devel/p5-Fennec-Lite/DESCR   Mon Sep  7 20:00:56 2020
@@ -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.
Index: pkgsrc/devel/p5-Fennec-Lite/Makefile
diff -u /dev/null pkgsrc/devel/p5-Fennec-Lite/Makefile:1.1
--- /dev/null   Mon Sep  7 20:00:57 2020
+++ pkgsrc/devel/p5-Fennec-Lite/Makefile        Mon Sep  7 20:00:57 2020
@@ -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"
Index: pkgsrc/devel/p5-Fennec-Lite/distinfo
diff -u /dev/null pkgsrc/devel/p5-Fennec-Lite/distinfo:1.1
--- /dev/null   Mon Sep  7 20:00:57 2020
+++ pkgsrc/devel/p5-Fennec-Lite/distinfo        Mon Sep  7 20:00:57 2020
@@ -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