pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import p5-Test-Most as wip/p5-Test-Most
Module Name: pkgsrc-wip
Committed By: Sasha Kovar <sasha-pkgsrc%arcocene.org@localhost>
Pushed By: abend
Date: Wed Jun 7 23:32:08 2017 +0000
Changeset: deae7841f09feb31afaedce96c7dc6d764d15a67
Added Files:
p5-Test-Most/DESCR
p5-Test-Most/Makefile
p5-Test-Most/PLIST
p5-Test-Most/distinfo
Log Message:
Import p5-Test-Most as wip/p5-Test-Most
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=deae7841f09feb31afaedce96c7dc6d764d15a67
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Test-Most/DESCR | 8 ++++++++
p5-Test-Most/Makefile | 20 ++++++++++++++++++++
p5-Test-Most/PLIST | 6 ++++++
p5-Test-Most/distinfo | 6 ++++++
4 files changed, 40 insertions(+)
diffs:
diff --git a/p5-Test-Most/DESCR b/p5-Test-Most/DESCR
new file mode 100644
index 0000000000..36c1aa76da
--- /dev/null
+++ b/p5-Test-Most/DESCR
@@ -0,0 +1,8 @@
+Test::Most exists to reduce boilerplate and to make your testing life easier.
+We provide "one stop shopping" for most commonly used testing modules. In
+fact, we often require the latest versions so that you get bug fixes through
+Test::Most and don't have to keep upgrading these modules separately.
+
+This module provides you with the most commonly used testing functions,
+along with automatically turning on strict and warning and gives you a bit
+more fine-grained control over your test suite.
diff --git a/p5-Test-Most/Makefile b/p5-Test-Most/Makefile
new file mode 100644
index 0000000000..da12bb9e65
--- /dev/null
+++ b/p5-Test-Most/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= Test-Most-0.35
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= sasha-pkgsrc%arcocene.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Shell-Command/
+COMMENT= Most commonly needed test functions and features
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
+DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Test-Most/PLIST b/p5-Test-Most/PLIST
new file mode 100644
index 0000000000..0858d463f6
--- /dev/null
+++ b/p5-Test-Most/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+${PERL5_SUB_INSTALLVENDORLIB}/Test/Most.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Test/Most/Exception.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Test/Most/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Test::Most.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Test::Most::Exception.3
diff --git a/p5-Test-Most/distinfo b/p5-Test-Most/distinfo
new file mode 100644
index 0000000000..316a239a11
--- /dev/null
+++ b/p5-Test-Most/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Test-Most-0.35.tar.gz) = 6ac702ff3623624082979f3c9496e66a175335fc
+RMD160 (Test-Most-0.35.tar.gz) = 8db7982856202af932c8be3f275030e8843605ce
+SHA512 (Test-Most-0.35.tar.gz) = 1b2d201811e59d7afce47ff5f7da67c170d4685ffbec23360757b5cacc9fe72fc82609bc46cc9d8e351fdb75715696457c201dd94fadaeca70a6f31690236291
+Size (Test-Most-0.35.tar.gz) = 16074 bytes
Home |
Main Index |
Thread Index |
Old Index