pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test2-Harness



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Nov 15 13:08:36 UTC 2025

Added Files:
        pkgsrc/devel/p5-Test2-Harness: DESCR Makefile distinfo

Log Message:
Import Test2-Harness-1.000161 as devel/p5-Test2-Harness.

Test2::Harness is the backend code that handles running/processing
the tests. In general a user will not use it directly, instead you
should probably be looking at App::Yath which is the UI layer built
around Test2::Harness.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test2-Harness/DESCR \
    pkgsrc/devel/p5-Test2-Harness/Makefile \
    pkgsrc/devel/p5-Test2-Harness/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-Test2-Harness/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test2-Harness/DESCR:1.1
--- /dev/null   Sat Nov 15 13:08:36 2025
+++ pkgsrc/devel/p5-Test2-Harness/DESCR Sat Nov 15 13:08:36 2025
@@ -0,0 +1,4 @@
+Test2::Harness is the backend code that handles running/processing
+the tests. In general a user will not use it directly, instead you
+should probably be looking at App::Yath which is the UI layer built
+around Test2::Harness.
Index: pkgsrc/devel/p5-Test2-Harness/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test2-Harness/Makefile:1.1
--- /dev/null   Sat Nov 15 13:08:36 2025
+++ pkgsrc/devel/p5-Test2-Harness/Makefile      Sat Nov 15 13:08:36 2025
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2025/11/15 13:08:36 wen Exp $
+
+DISTNAME=              Test2-Harness-1.000161
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER=            wen%NetBSD.org@localhost
+HOMEPAGE=              https://metacpan.org/release/Test2-Harness
+COMMENT=               Test2 Harness designed for the Test2 event system
+LICENSE=               ${PERL5_LICENSE}
+
+DEPENDS+=              p5-Data-UUID>=0:../../devel/p5-Data-UUID
+DEPENDS+=              p5-Importer>=0.025:../../devel/p5-Importer
+DEPENDS+=              p5-Long-Jump>=0.000001:../../devel/p5-Long-Jump
+DEPENDS+=              p5-Scope-Guard>=0:../../devel/p5-Scope-Guard
+DEPENDS+=              p5-Term-Table>=0.015:../../devel/p5-Term-Table
+DEPENDS+=              p5-Test2-Plugin-MemUsage>=0.002002:../../devel/p5-Test2-Plugin-MemUsage
+DEPENDS+=              p5-Test2-Plugin-UUID>=0.002001:../../devel/p5-Test2-Plugin-UUID
+DEPENDS+=              p5-YAML-Tiny>=0:../../textproc/p5-YAML-Tiny
+DEPENDS+=              p5-goto-file>=0.005:../../devel/p5-goto-file
+
+USE_TOOLS+=            perl
+
+PERL5_PACKLIST=                auto/Test2/Harness/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test2-Harness/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test2-Harness/distinfo:1.1
--- /dev/null   Sat Nov 15 13:08:36 2025
+++ pkgsrc/devel/p5-Test2-Harness/distinfo      Sat Nov 15 13:08:36 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/15 13:08:36 wen Exp $
+
+BLAKE2s (Test2-Harness-1.000161.tar.gz) = 685dbee47810b973429fa7ec872c7fa067ddfe89c947258c65cca6d6ac786678
+SHA512 (Test2-Harness-1.000161.tar.gz) = dbc03de3d057bc889748c578f649e096309efda7d0647087c189e8e7ad332279d60021d9d934f9999cb309969ba937ef6958be4cb76e23d5b7aade87c3b9b366
+Size (Test2-Harness-1.000161.tar.gz) = 386243 bytes



Home | Main Index | Thread Index | Old Index