pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Oct 10 01:12:15 UTC 2021

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

Log Message:
Import Test-Snapshot-0.06 as devel/p5-Test-Snapshot.

Test::Snapshot implements a function to automate the storing and updating of
expected test outputs. This is based on the idea known in frontend development
circles as "snapshot testing", hence the module name.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Snapshot/DESCR \
    pkgsrc/devel/p5-Test-Snapshot/Makefile \
    pkgsrc/devel/p5-Test-Snapshot/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-Snapshot/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Snapshot/DESCR:1.1
--- /dev/null   Sun Oct 10 01:12:15 2021
+++ pkgsrc/devel/p5-Test-Snapshot/DESCR Sun Oct 10 01:12:15 2021
@@ -0,0 +1,3 @@
+Test::Snapshot implements a function to automate the storing and updating of
+expected test outputs. This is based on the idea known in frontend development
+circles as "snapshot testing", hence the module name.
Index: pkgsrc/devel/p5-Test-Snapshot/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Snapshot/Makefile:1.1
--- /dev/null   Sun Oct 10 01:12:15 2021
+++ pkgsrc/devel/p5-Test-Snapshot/Makefile      Sun Oct 10 01:12:15 2021
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/10/10 01:12:15 wen Exp $
+
+DISTNAME=      Test-Snapshot-0.06
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Test-Snapshot
+COMMENT=       Test against data stored in automatically-named file
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Text-Diff>=0:../../textproc/p5-Text-Diff
+
+TEST_DEPENDS+= p5-Capture-Tiny>=0:../../devel/p5-Capture-Tiny
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Test/Snapshot/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test-Snapshot/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Snapshot/distinfo:1.1
--- /dev/null   Sun Oct 10 01:12:15 2021
+++ pkgsrc/devel/p5-Test-Snapshot/distinfo      Sun Oct 10 01:12:15 2021
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/10/10 01:12:15 wen Exp $
+
+RMD160 (Test-Snapshot-0.06.tar.gz) = 3c2ccf1b530a8ea0aacb001c30daecdf12ae8150
+SHA512 (Test-Snapshot-0.06.tar.gz) = e3a667672fd094ffe12c894aea011849e2147dacc6731c546a117d1da55ff86c082aec03c03cc5174ce8329a18ce202d8a4441f935d7f0124a293478a03b6dac
+Size (Test-Snapshot-0.06.tar.gz) = 7764 bytes



Home | Main Index | Thread Index | Old Index