Received: by mail.netbsd.org (Postfix, from userid 605) id 40C0B84D58; Mon, 7 Sep 2020 20:00:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCA2C84D57 for ; Mon, 7 Sep 2020 20:00:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bBWKwbZx2iCu for ; Mon, 7 Sep 2020 20:00:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 366CC84D3F for ; Mon, 7 Sep 2020 20:00:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E130FB28; Mon, 7 Sep 2020 20:00:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599508857197320" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 20:00:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Fennec-Lite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907200057.2E130FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599508857197320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1599508857197320 Content-Disposition: inline Content-Length: 2139 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1599508857197320--