From 1122de13fcdd5d4a43731727251f61429d5dc5b0 Mon Sep 17 00:00:00 2001 From: sat Date: Fri, 13 Jul 2007 18:04:23 +0000 Subject: - 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] --- sysutils/hachoir-wx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/hachoir-wx') diff --git a/sysutils/hachoir-wx/Makefile b/sysutils/hachoir-wx/Makefile index b937a48f8021..02116cdf16a1 100644 --- a/sysutils/hachoir-wx/Makefile +++ b/sysutils/hachoir-wx/Makefile @@ -9,9 +9,9 @@ PORTNAME= hachoir-wx PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= sysutils python -MASTER_SITES= http://cheeseshop.python.org/packages/source/h/${PORTNAME}/ CENKES +MASTER_SITES= CHEESESHOP CENKES -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser -- cgit