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-libtre Python interface for the tre regular expressions library
0.8.0_1 textproc 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.8.0_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained, uses EOLed python27
Expired This port expired on: 2020-01-27
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-12-31 21:45:40
Last Update: 2020-01-27 17:18:16
SVN Revision: 524265
Also Listed In: python
License: BSD2CLAUSE
WWW:
http://laurikari.net/tre/
Description:
Libtre is an attempt to create a lightweight, robust, and efficient fully POSIX compliant regexp matching library. There is still some work left, but the results so far are promising. At the core of Libtre is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the length of the text being searched, and quadratic worst-case time in the length of the used regular expression. In other words, the time complexity of the algorithm is O(M2N), where M is the length of the regular expression and N is the length of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice. WWW: http://laurikari.net/tre/
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}libtre>0:textproc/py-libtre@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-libtre
Package flavors (<flavor>: <package>)
  • py27: py27-libtre
distinfo:
SHA256 (tre-0.8.0.tar.bz2) = 8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658 SIZE (tre-0.8.0.tar.bz2) = 380714

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
Library dependencies:
  1. libtre.so : textproc/libtre
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7 tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/bf/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/bf/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/bf/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/bf/
  5. http://laurikari.net/tre/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.0_1
27 Jan 2020 17:18:16
Revision:524265Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports (part 2):

2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.0_1
26 Dec 2019 07:54:29
Revision:520894Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.8.0_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.0_1
27 Jun 2016 21:30:34
Revision:417685Original commit files touched by this commit
rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
0.8.0_1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.8.0_1
10 Dec 2014 16:09:20
Revision:374477Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in textproc category
0.8.0_1
07 Dec 2014 10:01:37
Revision:374183Original commit files touched by this commit
mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
0.8.0_1
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
0.8.0_1
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.8.0_1
01 Mar 2014 18:12:44
Revision:346701Original commit files touched by this commit
miwi search for other commits by this committer
- Convert to autoplist
- Stage support
- Bump PORTREVISION
0.8.0
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.8.0
17 Jan 2011 22:11:57
Original commit files touched by this commit
bf search for other commits by this committer
- Mirror the distfile locally
- Remove MD5 checksum from distinfo
- Add LICENSE information

Approved by:    makc, miwi (mentors, implicit)
Feature safe:   yes
0.8.0
08 Jul 2010 12:51:38
Original commit files touched by this commit
bf search for other commits by this committer
Change my ports to use my FreeBSD.org email address.
0.8.0
22 Dec 2009 11:36:02
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.8.0

PR:             140552 140553
Submitted by:   bf <bf1783@gmail.com> (maintainer)
0.7.6
23 Jul 2009 13:54:02
Original commit files touched by this commit
yzlin search for other commits by this committer
- Update to 0.7.6

PR:             ports/136921
Submitted by:   bf <bf1783 AT gmail.com> (maintainer)
Approved by:    lwhsu (mentor)
0.7.5
07 Jun 2009 18:51:21
Original commit files touched by this commit
miwi search for other commits by this committer
- Update maintainer mail adresse

Submitted by:   "b. f." <bf1783@gmail.com> (maintainer via private mail)
0.7.5
31 Dec 2007 21:45:21
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add py-libtre 0.7.5, python interface for the tre regular expressions
library.

PR:             ports/113446
Submitted by:   bf <bf2006a at yahoo.com>

Number of commits found: 17