pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Snapshot Import Test-Snapshot-0.06 as de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a96d8f8e4de
branches:  trunk
changeset: 459596:3a96d8f8e4de
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 10 01:12:15 2021 +0000

description:
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.

diffstat:

 devel/p5-Test-Snapshot/DESCR    |   3 +++
 devel/p5-Test-Snapshot/Makefile |  21 +++++++++++++++++++++
 devel/p5-Test-Snapshot/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 0e79072de3f1 -r 3a96d8f8e4de devel/p5-Test-Snapshot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Snapshot/DESCR      Sun Oct 10 01:12:15 2021 +0000
@@ -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.
diff -r 0e79072de3f1 -r 3a96d8f8e4de devel/p5-Test-Snapshot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Snapshot/Makefile   Sun Oct 10 01:12:15 2021 +0000
@@ -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"
diff -r 0e79072de3f1 -r 3a96d8f8e4de devel/p5-Test-Snapshot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Snapshot/distinfo   Sun Oct 10 01:12:15 2021 +0000
@@ -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