diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-13 18:04:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-13 18:04:23 +0000 |
commit | e616e021d52e0ba0821104f7daab5f50bdd70e1f (patch) | |
tree | 120548c0209d805fb47b780ca900f49ca93389b9 /devel/hachoir-core/Makefile | |
parent | b252d41c079101d378468038d4e07b4a9cfdf861 (diff) | |
download | ports-e616e021d52e0ba0821104f7daab5f50bdd70e1f.tar.gz ports-e616e021d52e0ba0821104f7daab5f50bdd70e1f.zip |
- 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]
Notes
Notes:
svn path=/head/; revision=195530
Diffstat (limited to 'devel/hachoir-core/Makefile')
-rw-r--r-- | devel/hachoir-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hachoir-core/Makefile b/devel/hachoir-core/Makefile index 04936c51c9ff..fe4552a22084 100644 --- a/devel/hachoir-core/Makefile +++ b/devel/hachoir-core/Makefile @@ -6,11 +6,11 @@ # PORTNAME= hachoir-core -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP CENKES -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir core parser USE_PYTHON= yes |