| Port details |
- py-backrefs Wrapper around re and regex that adds additional back references
- 8.0 textproc
=0 7.0Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2025-03-07 13:51:10
- Last Update: 2026-08-02 09:14:18
- Commit Hash: c6eed5a
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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 py312-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 py312-backrefs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-backrefs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1785589331
SHA256 (backrefs-8.0.tar.gz) = b556cd7d36c3a3a2f256b89590b176b8eddfb73bcfaee3a3ddd84ea66d21ce50
SIZE (backrefs-8.0.tar.gz) = 7013081
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:
-
- py312-hatchling>=0.21.1 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-regex>0 : textproc/py-regex@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- textproc/py-mkdocs-material
Configuration Options:
- ===> The following configuration options are available for py312-backrefs-8.0:
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:
|