aboutsummaryrefslogtreecommitdiff
path: root/devel/hachoir-core
Commit message (Collapse)AuthorAgeFilesLines
* - Update hachoir to latest versions:Andrew Pantyukhin2007-04-153-5/+8
| | | | | | | | | | - 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-043-17/+13
| | | | | | | | 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 devel/hachoir-core and devel/hachoir-parser:Andrew Pantyukhin2007-01-254-0/+159
Hachoir is the french name for a mincer: a tool used by butchers to cut meat. Hachoir is also a tool written for hackers to cut file or any binary stream. A file is splitted in a tree of fields where the smallest field can be just a bit. There are various field types: integer, string, bits, padding, sub file, etc. hachoir-parser is a package of most common file format parsers written using hachoir-core. Not all parsers are complete, some are very good and other are poor: only parse first level of the tree for example. WWW: http://hachoir.org/wiki/hachoir-core WWW: http://hachoir.org/wiki/hachoir-parser Notes: svn path=/head/; revision=183230