aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hachoir-subfile/pkg-descr
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 /sysutils/hachoir-subfile/pkg-descr
parent08265154277217e4ca6f41692a12c55777bb37bf (diff)
downloadfreebsd-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-subfile/pkg-descr')
-rw-r--r--sysutils/hachoir-subfile/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/hachoir-subfile/pkg-descr b/sysutils/hachoir-subfile/pkg-descr
new file mode 100644
index 000000000000..8a2cf8fdddc1
--- /dev/null
+++ b/sysutils/hachoir-subfile/pkg-descr
@@ -0,0 +1,4 @@
+hachoir-subfile is a tool based on hachoir-parser to find subfiles in
+any binary stream.
+
+WWW: http://hachoir.org/wiki/hachoir-subfile