Date: Thu, 25 Jan 2007 04:41:13 +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/devel/hachoir-core Makefile distinfo pkg-descr pkg-plist ports/devel/hachoir-parser Makefile distinfo pkg-descr pkg-plist Message-ID: <200701250441.l0P4fD4R088951@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2007-01-25 04:41:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hachoir-core Makefile distinfo pkg-descr pkg-plist devel/hachoir-parser Makefile distinfo pkg-descr pkg-plist Log: Add ports devel/hachoir-core and devel/hachoir-parser: 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 Revision Changes Path 1.2607 +2 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/hachoir-core/Makefile (new) 1.1 +3 -0 ports/devel/hachoir-core/distinfo (new) 1.1 +7 -0 ports/devel/hachoir-core/pkg-descr (new) 1.1 +130 -0 ports/devel/hachoir-core/pkg-plist (new) 1.1 +21 -0 ports/devel/hachoir-parser/Makefile (new) 1.1 +3 -0 ports/devel/hachoir-parser/distinfo (new) 1.1 +12 -0 ports/devel/hachoir-parser/pkg-descr (new) 1.1 +244 -0 ports/devel/hachoir-parser/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701250441.l0P4fD4R088951>