Port details |
- py-regex Alternative regular expression module, to replace re
- 2024.7.24 textproc =4 2024.7.24Version of this port present on the latest quarterly branch.
- Maintainer: fax@nohik.ee
- Port Added: 2014-02-09 08:48:36
- Last Update: 2024-08-13 16:14:58
- Commit Hash: b775256
- People watching this port, also watch:: net-snmp, py39-sortedcontainers, python38, py39-docopt, texlive-base
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/mrabarnett/mrab-regex
- Description:
- This new regex implementation is intended eventually to replace Python's
current re module implementation.
- ¦ ¦ ¦ ¦
- 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}regex>0:textproc/py-regex@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-regex/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-regex
- pkg install py311-regex
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-regex listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-regex
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723558090
SHA256 (regex-2024.7.24.tar.gz) = 9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506
SIZE (regex-2024.7.24.tar.gz) = 393485
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- deskutils/calibre
- misc/py-apache-beam
- misc/py-torchmetrics
- for Run
-
- deskutils/calibre
- devel/py-black
- devel/py-cfn-lint
- devel/py-dateparser
- devel/py-lark
- devel/py-pytest-mypy-plugins
- devel/py-re-assert
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-regex
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.7.24 13 Aug 2024 16:14:58 |
Vladimir Druzenko (vvd) Author: Eero Hänninen |
textproc/py-regex: Update 2023.10.3 → 2024.7.24
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple example
Version: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to
missing new GB9c rule implementation
Version: 2024.5.15
Git issue 530: hangs with fuzzy and optionals
It's not hanging, it'll finish eventually. It's just an example of
catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though,
which is now fixed.
Version: 2024.5.10
Updated for Python 3.13. (Only the first 15 lines of the commit message are shown above ) |
2023.10.3 28 Nov 2023 14:44:27 |
Guido Falsi (madpilot) |
textproc/py-regex: Update to 2023.10.3
PR: 275395
Approved by: Eero Hänninen <fax@nohik.ee> (maintainer) |
2022.9.13 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2022.9.13 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2022.9.13 04 Oct 2022 23:24:20 |
Yuri Victorovich (yuri) |
textproc/py-regex: Updat 2020.7.14 -> 2022.9.13; Add tests; Correct WWW
PR: 266822
Approved by: fax@nohik.ee (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2020.7.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2020.7.14 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.7.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.7.14 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2020.7.14 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
2020.7.14 05 Oct 2020 17:25:33 |
sunpoet |
Update to 2020.7.14
Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/
PR: 250117
Submitted by: sunpoet (myself)
Approved by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2020.4.4 12 May 2020 22:31:45 |
sunpoet |
Update to 2020.4.4
Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/
PR: 246406
Submitted by: sunpoet (myself)
Approved by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2018.02.21 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2018.02.21 22 Feb 2018 19:51:30 |
sunpoet |
Update to 2018.02.21
- While I'm here, do not silence installation message
Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default
PR: 226113
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2017.09.23 25 Sep 2017 15:13:02 |
sunpoet |
Update to 2017.09.23
Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default
PR: 222593
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2016.11.21 27 Dec 2016 18:52:50 |
rakuco |
Update to 2016.11.21.
PR: 215606
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2016.07.21 03 Aug 2016 20:17:48 |
pawel |
Update to version 2016.07.21
PR: 211547
Submitted by: Eero Hanninen (maintainer) |
2016.02.25 02 Mar 2016 23:01:44 |
rakuco |
Update to 2016.02.25.
PR: 207643
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2014.06.28 20 Sep 2014 16:07:36 |
wg |
textproc/py-regex: update to 2014.06.28
- USES python
PR: 193738
Submitted by: maintainer |
2014.05.23 26 May 2014 13:52:19 |
culot |
- Update to 2014.05.23
PR: ports/190260
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2014.04.10 22 May 2014 06:27:13 |
miwi |
- Update to 2014.04.10
PR: 189129
Submitted by: maintainer |
2014.02.19 02 Mar 2014 08:20:58 |
culot |
- Update to 2014.02.19
PR: ports/187077
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer) |
2014.02.16 21 Feb 2014 23:02:21 |
pawel |
- Update to version 2014.02.16
- Strip library
PR: ports/186834
Submitted by: maintainer |
2014.01.30 09 Feb 2014 08:48:25 |
koobs |
[NEW PORT] textproc/py-regex: Alternative regular expression module
This new regex implementation is intended eventually to replace Python's
current re module implementation.
WWW: https://pypi.python.org/pypi/regex
PR: ports/186029
Submitted by: Eero Hanninen <fax@nohik.ee> |