diff options
author | sat <sat@FreeBSD.org> | 2007-07-14 02:04:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-14 02:04:23 +0800 |
commit | 1122de13fcdd5d4a43731727251f61429d5dc5b0 (patch) | |
tree | 61c62c52e7be6ba699b7c882f33eb1edaedcb4b2 /sysutils/hachoir-wx | |
parent | 08265154277217e4ca6f41692a12c55777bb37bf (diff) | |
download | freebsd-ports-gnome-1122de13fcdd5d4a43731727251f61429d5dc5b0.tar.gz freebsd-ports-gnome-1122de13fcdd5d4a43731727251f61429d5dc5b0.tar.zst freebsd-ports-gnome-1122de13fcdd5d4a43731727251f61429d5dc5b0.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]
Diffstat (limited to 'sysutils/hachoir-wx')
-rw-r--r-- | sysutils/hachoir-wx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index b937a48f8021..02116cdf16a1 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -9,9 +9,9 @@ PORTNAME= hachoir-wx PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= sysutils python -MASTER_SITES= http://cheeseshop.python.org/packages/source/h/${PORTNAME}/ CENKES +MASTER_SITES= CHEESESHOP CENKES -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser |