Port details |
- py-cucumber-expressions Cucumber Expressions - a simpler alternative to Regular Expressions
- 18.0.1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-09-07 23:12:14
- Last Update: 2025-09-07 23:03:08
- Commit Hash: 0177db4
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/cucumber/cucumber-expressions
- Description:
- Cucumber Expressions is an alternative to Regular Expressions with a more
intuitive syntax.
Cucumber supports both Cucumber Expressions and Regular Expressions for defining
Step Definitions, but you cannot mix Cucumber Expression syntax with Regular
Expression syntax in the same expression.
On platforms that don't have a literal syntax for regular expressions (such as
Java), Cucumber will create a Cucumber Expression by default. To use Regular
Expressions, add anchors (starting with ^ and ending with $) or forward slashes
(/). For more information, see Cucumber Expression - Java Heuristics.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cucumber-expressions>0:devel/py-cucumber-expressions@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cucumber-expressions/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cucumber-expressions
- pkg install py311-cucumber-expressions
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cucumber-expressions listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cucumber-expressions
- Package flavors (<flavor>: <package>)
- py311: py311-cucumber-expressions
- distinfo:
- TIMESTAMP = 1757120468
SHA256 (cucumber_expressions-18.0.1.tar.gz) = 86ce41bf28ee520408416f38022e5a083d815edf04a0bd1dae46d474ca597c60
SIZE (cucumber_expressions-18.0.1.tar.gz) = 22232
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-behave
Configuration Options:
- No options to configure
- Options name:
- devel_py-cucumber-expressions
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.0.1 07 Sep 2025 23:03:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-cucumber-expressions: Add py-cucumber-expressions 18.0.1
Cucumber Expressions is an alternative to Regular Expressions with a more
intuitive syntax.
Cucumber supports both Cucumber Expressions and Regular Expressions for defining
Step Definitions, but you cannot mix Cucumber Expression syntax with Regular
Expression syntax in the same expression.
On platforms that don't have a literal syntax for regular expressions (such as
Java), Cucumber will create a Cucumber Expression by default. To use Regular
Expressions, add anchors (starting with ^ and ending with $) or forward slashes
(/). For more information, see Cucumber Expression - Java Heuristics. |
Number of commits found: 1
|