Date: Fri, 13 Jul 2007 18:04:23 +0000 (UTC) From: Andrew Pantyukhin <sat@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/sysutils Makefile ports/devel/hachoir-core Makefile distinfo pkg-plist ports/devel/hachoir-parser Makefile distinfo ports/devel/hachoir-regex Makefile distinfo pkg-descr pkg-plist ... Message-ID: <200707131804.l6DI4OoP027083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2007-07-13 18:04:23 UTC
FreeBSD ports repository
Modified files:
devel Makefile
sysutils Makefile
devel/hachoir-core Makefile distinfo pkg-plist
devel/hachoir-parser Makefile distinfo
sysutils/hachoir-metadata Makefile distinfo
sysutils/hachoir-urwid Makefile distinfo
sysutils/hachoir-wx Makefile
Added files:
devel/hachoir-regex Makefile distinfo pkg-descr pkg-plist
sysutils/hachoir-subfile Makefile distinfo pkg-descr pkg-plist
Log:
- 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]
Revision Changes Path
1.2811 +1 -0 ports/devel/Makefile
1.4 +2 -2 ports/devel/hachoir-core/Makefile
1.4 +3 -3 ports/devel/hachoir-core/distinfo
1.4 +9 -0 ports/devel/hachoir-core/pkg-plist
1.4 +2 -2 ports/devel/hachoir-parser/Makefile
1.4 +3 -3 ports/devel/hachoir-parser/distinfo
1.1 +19 -0 ports/devel/hachoir-regex/Makefile (new)
1.1 +3 -0 ports/devel/hachoir-regex/distinfo (new)
1.1 +7 -0 ports/devel/hachoir-regex/pkg-descr (new)
1.1 +22 -0 ports/devel/hachoir-regex/pkg-plist (new)
1.929 +1 -0 ports/sysutils/Makefile
1.4 +2 -2 ports/sysutils/hachoir-metadata/Makefile
1.4 +3 -3 ports/sysutils/hachoir-metadata/distinfo
1.1 +22 -0 ports/sysutils/hachoir-subfile/Makefile (new)
1.1 +3 -0 ports/sysutils/hachoir-subfile/distinfo (new)
1.1 +4 -0 ports/sysutils/hachoir-subfile/pkg-descr (new)
1.1 +20 -0 ports/sysutils/hachoir-subfile/pkg-plist (new)
1.4 +2 -2 ports/sysutils/hachoir-urwid/Makefile
1.4 +3 -3 ports/sysutils/hachoir-urwid/distinfo
1.4 +2 -2 ports/sysutils/hachoir-wx/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707131804.l6DI4OoP027083>
