Summary: | [PATCH] sysutils/hachoir-urwid: update to 1.0.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Li-Wen Hsu <lwhsu> | ||||
Component: | Individual Port(s) | Assignee: | Andrew Pantyukhin <infofarmer> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | infofarmer | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Li-Wen Hsu
2007-07-13 16:20:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->infofarmer Over to maintainer 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! State Changed From-To: open->closed Committed, thanks! State Changed From-To: open->closed Committed, thanks! |