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
Port details
hachoir-regex Regular expression manipulation library
1.0.5 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 1.0.5Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Outdated, uses EOLed python27
Expired This port expired on: 2020-02-08
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-07-13 18:06:05
Last Update: 2020-02-11 14:40:24
SVN Revision: 525826
Also Listed In: python
License: not specified in port
WWW:
http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
Description:
hachoir-regex is a Python library for regular expression manipulation. You can use a|b (or) and a+b (and) operators. Expressions are optimized during the construction: merge ranges, simplify repetitions, etc. It also contains a class for pattern matching allowing to search multiple strings and regex at the same time. WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
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:
  • hachoir-regex>0:devel/hachoir-regex
No installation instructions:
This port has been deleted.
PKGNAME: hachoir-regex
Package flavors (<flavor>: <package>)
  • py27: hachoir-regex
distinfo:
SHA256 (hachoir-regex-1.0.5.tar.gz) = a35b2bb0ff11418230fffbb97605adba012bf65d2aba3e5e7d8295774d5ba986 SIZE (hachoir-regex-1.0.5.tar.gz) = 22156

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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. sysutils/hachoir-subfile*
  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/h/hachoir-regex/
  2. https://pypi.org/packages/source/h/hachoir-regex/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.5
11 Feb 2020 14:40:24
Revision:525826Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-02-08 devel/hachoir-core: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-parser: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-regex: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-metadata: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-subfile: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-urwid: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-wx: Outdated, uses EOLed python27
1.0.5
07 Jan 2020 10:20:00
Revision:522321Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate hachoir ports

With hat:	portmgr
1.0.5
07 Oct 2017 06:11:17
Revision:451426Original commit files touched by this commit
antoine search for other commits by this committer
hachoir-* is not compatible with python3

With hat:	portmgr
1.0.5
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.0.5
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.0.5
19 Nov 2013 17:07:02
Revision:334329Original commit files touched by this commit
lwhsu search for other commits by this committer
- Support STAGEDIR
1.0.5
20 Sep 2013 17:04:44
Revision:327723Original 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:
devel part 2)
1.0.5
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0.5
30 Jan 2010 07:35:38
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.0.5
- Update WWW
1.0.4
15 Jan 2010 11:00:45
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.0.4
1.0.3
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
1.0.3
04 Apr 2008 04:33:36
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.0.3
1.0.2
13 Jul 2007 18:04:23
Original commit files touched by this commit
sat search for other commits by this committer
- Update hachoir suite:
- core to 1.0.1 [1]
- parser to 1.0 [2]
- metadata to 1.0.1
- urwid to 1.0.1 [3]
- Transfer maintainership to lwhsu
- Add regex and subfile:

hachoir-regex is a Python library for regular expression manupulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.

WWW: http://hachoir.org/wiki/hachoir-regex

hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.

WWW: http://hachoir.org/wiki/hachoir-subfile

PR:             ports/114557 [1], ports/114558 [2], ports/114559 [3]
Submitted by:   lwhsu [1], [2], [3]

Number of commits found: 13