aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hachoir-parser
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-07-14 02:04:23 +0800
committersat <sat@FreeBSD.org>2007-07-14 02:04:23 +0800
commit1122de13fcdd5d4a43731727251f61429d5dc5b0 (patch)
tree61c62c52e7be6ba699b7c882f33eb1edaedcb4b2 /devel/hachoir-parser
parent08265154277217e4ca6f41692a12c55777bb37bf (diff)
downloadfreebsd-ports-graphics-1122de13fcdd5d4a43731727251f61429d5dc5b0.tar.gz
freebsd-ports-graphics-1122de13fcdd5d4a43731727251f61429d5dc5b0.tar.zst
freebsd-ports-graphics-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 'devel/hachoir-parser')
-rw-r--r--devel/hachoir-parser/Makefile4
-rw-r--r--devel/hachoir-parser/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/hachoir-parser/Makefile b/devel/hachoir-parser/Makefile
index 2bc28d99440..4cac93cc399 100644
--- a/devel/hachoir-parser/Makefile
+++ b/devel/hachoir-parser/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= hachoir-parser
-PORTVERSION= 0.10.0
+PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP CENKES
-MAINTAINER= infofarmer@FreeBSD.org
+MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Parsers of most common file formats
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core
diff --git a/devel/hachoir-parser/distinfo b/devel/hachoir-parser/distinfo
index 88f2faf322d..b2e93336eb0 100644
--- a/devel/hachoir-parser/distinfo
+++ b/devel/hachoir-parser/distinfo
@@ -1,3 +1,3 @@
-MD5 (hachoir-parser-0.10.0.tar.gz) = ea49704e7ece1a9a2845309cd00768b1
-SHA256 (hachoir-parser-0.10.0.tar.gz) = f548ab6f5a49b31570091cd4bd94182ff4fea9c771452671f58f7ae549488d13
-SIZE (hachoir-parser-0.10.0.tar.gz) = 320668
+MD5 (hachoir-parser-1.0.tar.gz) = f5e68f756fa6166d657a0cfde844d991
+SHA256 (hachoir-parser-1.0.tar.gz) = 7d59d0b59d3a2e3de2881be23996e3dd7e614c07b49711bfce840a3c3c693e13
+SIZE (hachoir-parser-1.0.tar.gz) = 327897