Port details |
- py-backrefs Wrapper around re and regex that adds additional back references
- 5.8 textproc
=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: kai@FreeBSD.org
 - Port Added: 2025-03-07 13:51:10
- Last Update: 2025-03-07 13:47:38
- Commit Hash: 230ddcb
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/facelessuser/backrefs
- Description:
- Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex
library.
Backrefs adds various additional back references (and a couple other features)
that are known to some regular expression engines, but not to Python's Re
and/or Regex. The supported back references actually vary depending on the
regular expression engine being used as the engine may already have support for
some.
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}backrefs>0:textproc/py-backrefs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-backrefs/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-backrefs
- pkg install py311-backrefs
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-backrefs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-backrefs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1741278890
SHA256 (backrefs-5.8.tar.gz) = 2cab642a205ce966af3dd4b38ee36009b31fa9502a35fd61d59ccc116e40a6bd
SIZE (backrefs-5.8.tar.gz) = 6773994
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-hatchling>=0.21.1 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-regex>0 : textproc/py-regex@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- textproc/py-mkdocs-material
Configuration Options:
- ===> The following configuration options are available for py311-backrefs-5.8:
EXTRAS=on: Support for bregex (a wrapper for the external Regex library)
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-backrefs
- 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 |
5.8 07 Mar 2025 13:47:38
    |
Kai Knoblich (kai)  |
textproc/py-backrefs: New port
Backrefs is a wrapper around Python's built-in Re and the 3rd party
Regex library.
Backrefs adds various additional back references (and a couple other
features) that are known to some regular expression engines, but not to
Python's Re and/or Regex. The supported back references actually vary
depending on the regular expression engine being used as the engine may
already have support for some. |
Number of commits found: 1
|