From owner-cvs-all@FreeBSD.ORG Fri Dec 23 09:13:21 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A95FF106566C; Fri, 23 Dec 2011 09:13:21 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7914C8FC0C; Fri, 23 Dec 2011 09:13:21 +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 pBN9DLdU036904; Fri, 23 Dec 2011 09:13:21 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBN9DLdP036903; Fri, 23 Dec 2011 09:13:21 GMT (envelope-from culot) Message-Id: <201112230913.pBN9DLdP036903@repoman.freebsd.org> From: Frederic Culot Date: Fri, 23 Dec 2011 09:13:21 +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/scalpel Makefile distinfo pkg-descr ports/sysutils/scalpel/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 09:13:21 -0000 culot 2011-12-23 09:13:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/scalpel Makefile distinfo pkg-descr sysutils/scalpel/files pkg-message.in Log: Scalpel is a fast file carver that reads a database of header and footer definitions and extracts matching files or data fragments from a set of image files or raw device files. Scalpel is filesystem-independent and will carve files from FATx, NTFS, ext2/3, HFS+, or raw partitions. It is useful for both digital forensics investigation and file recovery. WWW: http://www.digitalforensicssolutions.com/Scalpel/ PR: ports/163544 Submitted by: Hakisho Nukama Revision Changes Path 1.1359 +1 -0 ports/sysutils/Makefile 1.1 +38 -0 ports/sysutils/scalpel/Makefile (new) 1.1 +2 -0 ports/sysutils/scalpel/distinfo (new) 1.1 +11 -0 ports/sysutils/scalpel/files/pkg-message.in (new) 1.1 +8 -0 ports/sysutils/scalpel/pkg-descr (new)