pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-LectroTest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 09:22:00 UTC 2018

Added Files:
        pkgsrc/devel/p5-Test-LectroTest: DESCR Makefile distinfo

Log Message:
devel/p5-Test-LectroTest: import p5-Test-LectroTest-0.5001

A simple (yet full featured) interface to LectroTest, an automated,
specification-based testing system for Perl. To use it, declare
properties that specify the expected behavior of your software.
LectroTest then checks your software to see whether those properties
hold.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-LectroTest/DESCR \
    pkgsrc/devel/p5-Test-LectroTest/Makefile \
    pkgsrc/devel/p5-Test-LectroTest/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-Test-LectroTest/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-LectroTest/DESCR:1.1
--- /dev/null   Tue Aug 21 09:22:00 2018
+++ pkgsrc/devel/p5-Test-LectroTest/DESCR       Tue Aug 21 09:22:00 2018
@@ -0,0 +1,5 @@
+A simple (yet full featured) interface to LectroTest, an automated,
+specification-based testing system for Perl. To use it, declare
+properties that specify the expected behavior of your software.
+LectroTest then checks your software to see whether those properties
+hold.
Index: pkgsrc/devel/p5-Test-LectroTest/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-LectroTest/Makefile:1.1
--- /dev/null   Tue Aug 21 09:22:00 2018
+++ pkgsrc/devel/p5-Test-LectroTest/Makefile    Tue Aug 21 09:22:00 2018
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/08/21 09:22:00 wiz Exp $
+
+DISTNAME=      Test-LectroTest-0.5001
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TM/TMOERTEL/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Test-LectroTest
+COMMENT=       Easy, automatic, specification-based tests
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Test/LectroTest/.packlist
+#PERL5_MODULE_TYPE=    Module::Install::Bundled
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test-LectroTest/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-LectroTest/distinfo:1.1
--- /dev/null   Tue Aug 21 09:22:00 2018
+++ pkgsrc/devel/p5-Test-LectroTest/distinfo    Tue Aug 21 09:22:00 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/21 09:22:00 wiz Exp $
+
+SHA1 (Test-LectroTest-0.5001.tar.gz) = 667dea15d70f26c3e350bd1253e482f3828425e4
+RMD160 (Test-LectroTest-0.5001.tar.gz) = a15fe6488f0ff3ac88d284b3298545af8bf32809
+SHA512 (Test-LectroTest-0.5001.tar.gz) = 2c26baa0b4314bcd4effe3f405eac57aa62b0aeb46240100e8df277e5480f9d0967ed185d6a54be83481f69d98314f093b31c0a09888f17c479ffbddcb12479b
+Size (Test-LectroTest-0.5001.tar.gz) = 65937 bytes



Home | Main Index | Thread Index | Old Index