Received: by mail.netbsd.org (Postfix, from userid 605) id 88EBD84D57; Mon, 7 Sep 2020 20:15:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1142C84D56 for ; Mon, 7 Sep 2020 20:15:17 +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 c9SCLBvIqZ-N for ; Mon, 7 Sep 2020 20:15:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8122584D23 for ; Mon, 7 Sep 2020 20:15:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E917FB28; Mon, 7 Sep 2020 20:15:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159950971665030" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 20:15:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Exporter-Declare To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907201516.7E917FB28@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. --_----------=_159950971665030 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:15:16 UTC 2020 Added Files: pkgsrc/devel/p5-Exporter-Declare: DESCR Makefile distinfo Log Message: devel/p5-Exporter-Declare: import p5-Exporter-Declare-0.114 Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Exporter-Declare/DESCR \ pkgsrc/devel/p5-Exporter-Declare/Makefile \ pkgsrc/devel/p5-Exporter-Declare/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159950971665030 Content-Disposition: inline Content-Length: 2306 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-Exporter-Declare/DESCR diff -u /dev/null pkgsrc/devel/p5-Exporter-Declare/DESCR:1.1 --- /dev/null Mon Sep 7 20:15:16 2020 +++ pkgsrc/devel/p5-Exporter-Declare/DESCR Mon Sep 7 20:15:16 2020 @@ -0,0 +1,6 @@ +Exporter::Declare is a meta-driven exporting tool. Exporter::Declare +tries to adopt all the good features of other exporting tools, +while throwing away horrible interfaces. Exporter::Declare also +provides hooks that allow you to add options and arguments for +import. Finally, Exporter::Declare's meta-driven system allows for +top-notch introspection. Index: pkgsrc/devel/p5-Exporter-Declare/Makefile diff -u /dev/null pkgsrc/devel/p5-Exporter-Declare/Makefile:1.1 --- /dev/null Mon Sep 7 20:15:16 2020 +++ pkgsrc/devel/p5-Exporter-Declare/Makefile Mon Sep 7 20:15:16 2020 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2020/09/07 20:15:16 wiz Exp $ + +DISTNAME= Exporter-Declare-0.114 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/Exporter::Declare +COMMENT= Exporting done right +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased +DEPENDS+= p5-Meta-Builder-[0-9]*:../../devel/p5-Meta-Builder +TEST_DEPENDS+= p5-Fennec-Lite-[0-9]*:../../devel/p5-Fennec-Lite +TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Exporter/Declare/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Exporter-Declare/distinfo diff -u /dev/null pkgsrc/devel/p5-Exporter-Declare/distinfo:1.1 --- /dev/null Mon Sep 7 20:15:16 2020 +++ pkgsrc/devel/p5-Exporter-Declare/distinfo Mon Sep 7 20:15:16 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/09/07 20:15:16 wiz Exp $ + +SHA1 (Exporter-Declare-0.114.tar.gz) = d868ebe12829a47ad3275ab38af4d1d4fe5114b5 +RMD160 (Exporter-Declare-0.114.tar.gz) = 22beb5efb5c664826eecf5d0fa3170ef2e75fc72 +SHA512 (Exporter-Declare-0.114.tar.gz) = 79795d2cb6a393959cea29c914760d6776acde324b2c6ba15317771dce8129e0f0beae5c99c4cc715010e70696d9e594e4cb592c434d7ee06600830501937569 +Size (Exporter-Declare-0.114.tar.gz) = 29376 bytes --_----------=_159950971665030--