pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Cucumber-TagExpressions



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Sep  6 18:53:49 UTC 2023

Added Files:
        pkgsrc/devel/p5-Cucumber-TagExpressions: DESCR Makefile distinfo

Log Message:
Add p5-Cucumber-TagExpressions: Cucumber tag expression parser

Cucumber tag expressions allow users to define the subset of Gherkin
scenarios they want to run. This library parses the expression and
returns an evaluator object which can be used to test the tags specified
on a scenario against the filter expression.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Cucumber-TagExpressions/DESCR \
    pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile \
    pkgsrc/devel/p5-Cucumber-TagExpressions/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-Cucumber-TagExpressions/DESCR
diff -u /dev/null pkgsrc/devel/p5-Cucumber-TagExpressions/DESCR:1.1
--- /dev/null   Wed Sep  6 18:53:49 2023
+++ pkgsrc/devel/p5-Cucumber-TagExpressions/DESCR       Wed Sep  6 18:53:48 2023
@@ -0,0 +1,4 @@
+Cucumber tag expressions allow users to define the subset of Gherkin
+scenarios they want to run. This library parses the expression and
+returns an evaluator object which can be used to test the tags specified
+on a scenario against the filter expression.
Index: pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile
diff -u /dev/null pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile:1.1
--- /dev/null   Wed Sep  6 18:53:49 2023
+++ pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile    Wed Sep  6 18:53:48 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/09/06 18:53:48 schmonz Exp $
+
+DISTNAME=      Cucumber-TagExpressions-5.0.6
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CU/CUKEBOT/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Cucumber-TagExpressions
+COMMENT=       Cucumber tag expression parser
+LICENSE=       mit
+
+DEPENDS+=      p5-Moo>=0:../../devel/p5-Moo
+
+PERL5_PACKLIST=        auto/Cucumber/TagExpressions/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo
diff -u /dev/null pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo:1.1
--- /dev/null   Wed Sep  6 18:53:49 2023
+++ pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo    Wed Sep  6 18:53:49 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/09/06 18:53:49 schmonz Exp $
+
+BLAKE2s (Cucumber-TagExpressions-5.0.6.tar.gz) = 40c3da4c509af89ea8a3c8dbfebe41a3b32c10b9df0728525a705ce53e115ae8
+SHA512 (Cucumber-TagExpressions-5.0.6.tar.gz) = 2526d42268c040c84a21da7556a1b32950aedcf06e8fb63dc04ca7d9a37fa95b3c15fcf14a0bb2bf4e8e90d83a8c1effe7382436314e396311a3071055820883
+Size (Cucumber-TagExpressions-5.0.6.tar.gz) = 8407 bytes



Home | Main Index | Thread Index | Old Index