From owner-cvs-ports@FreeBSD.ORG Thu May 31 17:14:00 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BE941065670; Thu, 31 May 2012 17:14:00 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 557518FC21; Thu, 31 May 2012 17:14:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4VHE08O075732; Thu, 31 May 2012 17:14:00 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4VHE0Yn075731; Thu, 31 May 2012 17:14:00 GMT (envelope-from nobutaka) Message-Id: <201205311714.q4VHE0Yn075731@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 31 May 2012 17:14:00 +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/sysutils Makefile ports/sysutils/bulk_extractor Makefile distinfo pkg-descr ports/sysutils/bulk_extractor/files patch-configure.ac patch-src_scan_net.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 17:14:00 -0000 nobutaka 2012-05-31 17:14:00 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bulk_extractor Makefile distinfo pkg-descr sysutils/bulk_extractor/files patch-configure.ac patch-src_scan_net.cpp Log: Add bulk_extractor, a program that scans a disk image and extracts useful information. Revision Changes Path 1.1411 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/bulk_extractor/Makefile (new) 1.1 +2 -0 ports/sysutils/bulk_extractor/distinfo (new) 1.1 +17 -0 ports/sysutils/bulk_extractor/files/patch-configure.ac (new) 1.1 +21 -0 ports/sysutils/bulk_extractor/files/patch-src_scan_net.cpp (new) 1.1 +9 -0 ports/sysutils/bulk_extractor/pkg-descr (new)