summaryrefslogtreecommitdiffstats
path: root/sysutils/hachoir-subfile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-07-13 18:04:23 +0000
committersat <sat@FreeBSD.org>2007-07-13 18:04:23 +0000
commit1122de13fcdd5d4a43731727251f61429d5dc5b0 (patch)
tree61c62c52e7be6ba699b7c882f33eb1edaedcb4b2 /sysutils/hachoir-subfile
parent08265154277217e4ca6f41692a12c55777bb37bf (diff)
downloadFreeBSD-ports-1122de13fcdd5d4a43731727251f61429d5dc5b0.zip
FreeBSD-ports-1122de13fcdd5d4a43731727251f61429d5dc5b0.tar.gz
- 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')
-rw-r--r--sysutils/hachoir-subfile/Makefile22
-rw-r--r--sysutils/hachoir-subfile/distinfo3
-rw-r--r--sysutils/hachoir-subfile/pkg-descr4
-rw-r--r--sysutils/hachoir-subfile/pkg-plist20
4 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/hachoir-subfile/Makefile b/sysutils/hachoir-subfile/Makefile
new file mode 100644
index 0000000..2d4890a
--- /dev/null
+++ b/sysutils/hachoir-subfile/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hachoir-subfile
+# Date created: 13 July 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= hachoir-subfile
+PORTVERSION= 0.5.2
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP CENKES
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= Find subfiles in any binary stream
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
+ ${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:${PORTSDIR}/devel/hachoir-regex
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/hachoir-subfile/distinfo b/sysutils/hachoir-subfile/distinfo
new file mode 100644
index 0000000..306012a
--- /dev/null
+++ b/sysutils/hachoir-subfile/distinfo
@@ -0,0 +1,3 @@
+MD5 (hachoir-subfile-0.5.2.tar.gz) = 1e2e199d2743fb082fc721e5e3aec58a
+SHA256 (hachoir-subfile-0.5.2.tar.gz) = a190c6c12bbf5d632362285206a57de2dbb13b4a8063b289bcdd9cf7bf7c5d93
+SIZE (hachoir-subfile-0.5.2.tar.gz) = 15419
diff --git a/sysutils/hachoir-subfile/pkg-descr b/sysutils/hachoir-subfile/pkg-descr
new file mode 100644
index 0000000..8a2cf8f
--- /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
diff --git a/sysutils/hachoir-subfile/pkg-plist b/sysutils/hachoir-subfile/pkg-plist
new file mode 100644
index 0000000..2849e79
--- /dev/null
+++ b/sysutils/hachoir-subfile/pkg-plist
@@ -0,0 +1,20 @@
+bin/hachoir-subfile
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/__init__.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/__init__.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/__init__.pyo
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/data_rate.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/data_rate.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/data_rate.pyo
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/output.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/output.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/output.pyo
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/pattern.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/pattern.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/pattern.pyo
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/search.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/search.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/search.pyo
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/version.py
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/version.pyc
+%%PYTHON_SITELIBDIR%%/hachoir_subfile/version.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/hachoir_subfile
OpenPOWER on IntegriCloud