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 /devel/hachoir-regex | |
parent | b252d41c079101d378468038d4e07b4a9cfdf861 (diff) | |
download | ports-e616e021d52e0ba0821104f7daab5f50bdd70e1f.tar.gz ports-e616e021d52e0ba0821104f7daab5f50bdd70e1f.zip |
Notes
Diffstat (limited to 'devel/hachoir-regex')
-rw-r--r-- | devel/hachoir-regex/Makefile | 19 | ||||
-rw-r--r-- | devel/hachoir-regex/distinfo | 3 | ||||
-rw-r--r-- | devel/hachoir-regex/pkg-descr | 7 | ||||
-rw-r--r-- | devel/hachoir-regex/pkg-plist | 22 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/hachoir-regex/Makefile b/devel/hachoir-regex/Makefile new file mode 100644 index 000000000000..9ba1f8c9a4e7 --- /dev/null +++ b/devel/hachoir-regex/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: hachoir-regex +# Date created: 13 July 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hachoir-regex +PORTVERSION= 1.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP CENKES + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Regular expression manipulation library + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/devel/hachoir-regex/distinfo b/devel/hachoir-regex/distinfo new file mode 100644 index 000000000000..3f8f404e47d0 --- /dev/null +++ b/devel/hachoir-regex/distinfo @@ -0,0 +1,3 @@ +MD5 (hachoir-regex-1.0.2.tar.gz) = 0b2206d7ae6a89f6a77cd68d0540f37d +SHA256 (hachoir-regex-1.0.2.tar.gz) = fe6637862b4803e1249b02e6a699bc4f7925eb149eb0e200d18c905556533bf7 +SIZE (hachoir-regex-1.0.2.tar.gz) = 21520 diff --git a/devel/hachoir-regex/pkg-descr b/devel/hachoir-regex/pkg-descr new file mode 100644 index 000000000000..5af14c28a1c5 --- /dev/null +++ b/devel/hachoir-regex/pkg-descr @@ -0,0 +1,7 @@ +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 diff --git a/devel/hachoir-regex/pkg-plist b/devel/hachoir-regex/pkg-plist new file mode 100644 index 000000000000..2a90d6d88b8f --- /dev/null +++ b/devel/hachoir-regex/pkg-plist @@ -0,0 +1,22 @@ +%%PYTHON_SITELIBDIR%%/hachoir_regex/__init__.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/__init__.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/__init__.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/compatibility.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/compatibility.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/compatibility.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/parser.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/parser.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/parser.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/pattern.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/pattern.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/pattern.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/regex.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/regex.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/regex.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/tools.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/tools.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/tools.pyo +%%PYTHON_SITELIBDIR%%/hachoir_regex/version.py +%%PYTHON_SITELIBDIR%%/hachoir_regex/version.pyc +%%PYTHON_SITELIBDIR%%/hachoir_regex/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/hachoir_regex |