aboutsummaryrefslogtreecommitdiff
path: root/devel/hachoir-parser
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-12/+0
| | | | Notes: svn path=/head/; revision=371546
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* - Support STAGEDIRLi-Wen Hsu2013-11-191-1/+0
| | | | Notes: svn path=/head/; revision=334329
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.3.4Li-Wen Hsu2010-08-163-4/+7
| | | | Notes: svn path=/head/; revision=259368
* - Update to 1.3.3Li-Wen Hsu2010-04-172-4/+4
| | | | Notes: svn path=/head/; revision=252805
* - Update to 1.3.2Li-Wen Hsu2010-04-032-4/+4
| | | | Notes: svn path=/head/; revision=252146
* - Update to 1.3.1Li-Wen Hsu2010-01-304-5/+12
| | | | | | | - Update WWW Notes: svn path=/head/; revision=248831
* - Update to 1.2.1Li-Wen Hsu2009-01-293-4/+10
| | | | Notes: svn path=/head/; revision=227076
* - Update to 1.2Li-Wen Hsu2008-09-073-4/+13
| | | | Notes: svn path=/head/; revision=220158
* - Update to 1.1Li-Wen Hsu2008-04-043-5/+11
| | | | Notes: svn path=/head/; revision=210471
* - 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-153-15/+38
| | | | | | | | | | - 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-4/+61
| | | | | | | | 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/+280
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