pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Exporter-Declare
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index