Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5 11 Feb 2020 14:40:24 |
rene |
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 |
antoine |
Deprecate hachoir ports
With hat: portmgr |
1.0.5 07 Oct 2017 06:11:17 |
antoine |
hachoir-* is not compatible with python3
With hat: portmgr |
1.0.5 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.0.5 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.0.5 19 Nov 2013 17:07:02 |
lwhsu |
- Support STAGEDIR |
1.0.5 20 Sep 2013 17:04:44 |
bapt |
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 |
ohauer |
-remove MD5 |
1.0.5 30 Jan 2010 07:35:38 |
lwhsu |
- Update to 1.0.5
- Update WWW |
1.0.4 15 Jan 2010 11:00:45 |
lwhsu |
- Update to 1.0.4 |
1.0.3 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.0.3 04 Apr 2008 04:33:36 |
lwhsu |
- Update to 1.0.3 |
1.0.2 13 Jul 2007 18:04:23 |
sat |
- 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] |