aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hachoir-urwid
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWLi-Wen Hsu2010-01-301-1/+1
| | | | Notes: svn path=/head/; revision=248832
* - Update to 1.1Li-Wen Hsu2008-09-072-4/+4
| | | | Notes: svn path=/head/; revision=220159
* - Remove unused MASTER_SITELi-Wen Hsu2008-04-041-1/+1
| | | | Notes: svn path=/head/; revision=210478
* - Update hachoir suite:Andrew Pantyukhin2007-07-132-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=195530
* - Update hachoir to latest versions:Andrew Pantyukhin2007-04-152-5/+5
| | | | | | | | | | - core to 0.9.0 - parser to 0.10.0 - metadata to 0.10.0 - urwid to 0.9.0 Notes: svn path=/head/; revision=189977
* - Update hachoir tools to latest versionsAndrew Pantyukhin2007-03-042-4/+4
| | | | | | | | PR: ports/109832, ports/109833, ports/109834, ports/109835 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Notes: svn path=/head/; revision=186488
* Add ports sysutils/hachoir-metadata and sysutils/hachoir-urwid:Andrew Pantyukhin2007-01-254-0/+40
hachoir-metadata is tool to extract metadata from multimedia files (sound, video, archives, etc.) hachoir-urwid is the most sexy user interface based on hachoir-parser to explore a binary file. WWW: http://hachoir.org/wiki/hachoir-metadata WWW: http://hachoir.org/wiki/hachoir-urwid Notes: svn path=/head/; revision=183231