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 /sysutils/hachoir-subfile | |
parent | - Update MASTER_SITES (subdirectory change in URL). (diff) |
- 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/Makefile | 22 | ||||
-rw-r--r-- | sysutils/hachoir-subfile/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hachoir-subfile/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/hachoir-subfile/pkg-plist | 20 |
4 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/hachoir-subfile/Makefile b/sysutils/hachoir-subfile/Makefile new file mode 100644 index 000000000000..2d4890acc8a5 --- /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 000000000000..306012ab735c --- /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 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 diff --git a/sysutils/hachoir-subfile/pkg-plist b/sysutils/hachoir-subfile/pkg-plist new file mode 100644 index 000000000000..2849e79f8b96 --- /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 |