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-esmre Regular expression accelerator in Python
0.3.1_1 textproc Deleted on this many watch lists=1 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.3.1_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-09-15
Maintainer: dbaio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-07-15 17:15:26
Last Update: 2020-09-19 13:01:00
SVN Revision: 548980
People watching this port, also watch:: policyd2, rc, py39-cjkwrap, py39-darts.util.lru, monit
Also Listed In: python
License: LGPL21
WWW:
https://pypi.org/project/esmre/
Description:
Modules used to accelerate execution of a large collection of regular expressions using the Aho-Corasick algorithms. WWW: https://pypi.org/project/esmre/
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}esmre>0:textproc/py-esmre@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-esmre
Package flavors (<flavor>: <package>)
  • py27: py27-esmre
distinfo:
TIMESTAMP = 1467932447 SHA256 (esmre-0.3.1.tar.gz) = fa8fb1ed9e2489e58e9fc751a9b83f1776ed65815d4991f4df73146d0173e532 SIZE (esmre-0.3.1.tar.gz) = 24237

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. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. security/w3af*
  2. Collapse this list of deleted ports.
* - 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:
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/e/esmre/
  2. https://pypi.org/packages/source/e/esmre/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.1_1
19 Sep 2020 13:01:00
Revision:548980Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.1_1
09 May 2020 09:57:04
Revision:534727Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports using python 2.7
0.3.1_1
19 Feb 2020 17:59:36
Revision:526520Original commit files touched by this commit
antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
0.3.1_1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
0.3.1_1
08 May 2017 17:21:49
Revision:440442Original commit files touched by this commit
dbaio search for other commits by this committer
Update my email address

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
0.3.1_1
24 Sep 2016 14:22:51
Revision:422725Original commit files touched by this commit
rm search for other commits by this committer
textproc/py-esmre: remove NO_ARCH

This port is not architecture neutral, so remove NO_ARCH and
bump PORTREVISION.
While here, limit python version to 2.x, because the module
fails to build with python3.

PR:		212834
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
0.3.1
15 Jul 2016 17:15:20
Revision:418593Original commit files touched by this commit
pi search for other commits by this committer
New port: textproc/py-esmre

Modules used to accelerate execution of a large collection
of regular expressions using the Aho-Corasick algorithms.

WWW: https://pypi.python.org/pypi/esmre

PR:		211057
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Number of commits found: 7