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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-re2 Python wrapper for Google RE2 using Cython
0.2.22 devel Deleted 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 0.2.22Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2017-02-08
Ignore IGNORE: is marked as broken: fails to build
Maintainer: edwardchuang@gmail.com search for ports maintained by this maintainer
Port Added: 2016-03-20 13:33:11
Last Update: 2017-02-08 18:52:24
SVN Revision: 433665
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://pypi.python.org/pypi/re2/
Description:
pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces. WWW: https://pypi.python.org/pypi/re2/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}re2>0:devel/py-re2@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-re2
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (re2-0.2.22.tar.gz) = 1d3903832351b9a4bdcc1da68ad75529d4fa69adfcad40bbdb2bf43869d4743f SIZE (re2-0.2.22.tar.gz) = 1927331

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cython : lang/cython
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Library dependencies:
  1. libre2.so : devel/re2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:-2.7
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/r/re2/
  2. https://pypi.python.org/packages/source/r/re2/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.22
08 Feb 2017 18:52:24
Revision:433665Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
0.2.22
07 Jan 2017 17:04:18
Revision:430816Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
0.2.22
04 Jun 2016 16:43:14
Revision:416368Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

cythoning src/re2.pyx to src/re2.cpp

Error compiling Cython file:
------------------------------------------------------------
...
            return self._named_groups

        self._named_groups = result
        it = self.named_groups.begin()
        while it != self.named_groups.end():
            indexes[cpp_to_pystring(deref(it).first)] = deref(it).second
                                                            ^

Reported by:	pkg-fallout
0.2.22
20 Mar 2016 13:33:02
Revision:411444Original commit files touched by this commit
jbeich search for other commits by this committer
devel/py-re2: add new port

PR:		207637
Submitted by:	edwardchuang@gmail.com

pyre2 is a Python extension that wraps Google's RE2 regular expression
library. It implements many of the features of Python's built-in re
module with compatible interfaces.

https://pypi.python.org/pypi/re2/

Number of commits found: 4