notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-cucumber-expressions Cucumber Expressions - a simpler alternative to Regular Expressions
18.0.1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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):
py311-cucumber-expressions
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-18.0.1--18.0.1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-18.0.1--18.0.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/cucumber_expressions/
  2. https://pypi.org/packages/source/c/cucumber_expressions/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
18.0.1
07 Sep 2025 23:03:08
commit hash: 0177db4ceb345185ef5e8a38f15675f596cb0f85commit hash: 0177db4ceb345185ef5e8a38f15675f596cb0f85commit hash: 0177db4ceb345185ef5e8a38f15675f596cb0f85commit hash: 0177db4ceb345185ef5e8a38f15675f596cb0f85 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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