From owner-cvs-all@FreeBSD.ORG Thu Jan 25 04:41:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BE8816A401; Thu, 25 Jan 2007 04:41:13 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D94013C441; Thu, 25 Jan 2007 04:41:13 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0P4fDM0088956; Thu, 25 Jan 2007 04:41:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0P4fD4R088951; Thu, 25 Jan 2007 04:41:13 GMT (envelope-from sat) Message-Id: <200701250441.l0P4fD4R088951@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 25 Jan 2007 04:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 04:41:13 -0000 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)