From owner-svn-ports-head@FreeBSD.ORG Thu Nov 29 00:20:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 380B4F74; Thu, 29 Nov 2012 00:20:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB1D8FC08; Thu, 29 Nov 2012 00:20:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT0Ke5B058405; Thu, 29 Nov 2012 00:20:40 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT0Kecl058401; Thu, 29 Nov 2012 00:20:40 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211290020.qAT0Kecl058401@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 29 Nov 2012 00:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307951 - head/sysutils/sleuthkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 00:20:41 -0000 Author: ehaupt Date: Thu Nov 29 00:20:40 2012 New Revision: 307951 URL: http://svnweb.freebsd.org/changeset/ports/307951 Log: - Update to 4.0.1 - Take maintainership - Remove double spaces from pkg-descr and 'fmt -w 80' Feature safe: yes Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/distinfo head/sysutils/sleuthkit/pkg-descr head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/Makefile Thu Nov 29 00:20:40 2012 (r307951) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* Modified: head/sysutils/sleuthkit/distinfo ============================================================================== --- head/sysutils/sleuthkit/distinfo Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/distinfo Thu Nov 29 00:20:40 2012 (r307951) @@ -1,2 +1,2 @@ -SHA256 (sleuthkit-4.0.0.tar.gz) = bee3c95997cf77670758947dbd49743a43bef88c1ac71ed3794ff7713d8a83ad -SIZE (sleuthkit-4.0.0.tar.gz) = 7454421 +SHA256 (sleuthkit-4.0.1.tar.gz) = 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 +SIZE (sleuthkit-4.0.1.tar.gz) = 7488397 Modified: head/sysutils/sleuthkit/pkg-descr ============================================================================== --- head/sysutils/sleuthkit/pkg-descr Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-descr Thu Nov 29 00:20:40 2012 (r307951) @@ -1,12 +1,12 @@ The Sleuth Kit (TSK) is a library and collection of command line tools that -allow you to investigate volume and file system data. The library can be -incorporated into larger digital forensics tools and the command line tools -can be directly used to find evidence. +allow you to investigate volume and file system data. The library can be +incorporated into larger digital forensics tools and the command line tools can +be directly used to find evidence. -The media management tools allow you to examine the layout of disks and -other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk -labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT -disks. With these tools, you can identify where partitions are located and -extract them so that they can be analyzed with file system analysis tools. +The media management tools allow you to examine the layout of disks and other +media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac +partitions, Sun slices (Volume Table of Contents), and GPT disks. With these +tools, you can identify where partitions are located and extract them so that +they can be analyzed with file system analysis tools. WWW: http://www.sleuthkit.org/sleuthkit/ Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-plist Thu Nov 29 00:20:40 2012 (r307951) @@ -2,6 +2,7 @@ bin/blkcalc bin/blkcat bin/blkls bin/blkstat +bin/fcat bin/ffind bin/fls bin/fsstat @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h include/tsk3/fs/tsk_ntfs.h include/tsk3/hashdb/tsk_hashdb.h include/tsk3/img/tsk_img.h +include/tsk3/libtsk.h +include/tsk3/tsk_incs.h include/tsk3/vs/tsk_bsd.h include/tsk3/vs/tsk_dos.h include/tsk3/vs/tsk_gpt.h include/tsk3/vs/tsk_mac.h include/tsk3/vs/tsk_sun.h include/tsk3/vs/tsk_vs.h -include/tsk3/libtsk.h -include/tsk3/tsk_incs.h -@dirrm include/tsk3/vs -@dirrm include/tsk3/img -@dirrm include/tsk3/hashdb -@dirrm include/tsk3/fs -@dirrm include/tsk3/base -@dirrm include/tsk3/auto -@dirrm include/tsk3 lib/libtsk3.a lib/libtsk3.la lib/libtsk3.so -lib/libtsk3.so.8 +lib/libtsk3.so.9 %%DATADIR%%/sorter/default.sort %%DATADIR%%/sorter/freebsd.sort %%DATADIR%%/sorter/images.sort @@ -63,5 +57,12 @@ lib/libtsk3.so.8 %%DATADIR%%/sorter/openbsd.sort %%DATADIR%%/sorter/solaris.sort %%DATADIR%%/sorter/windows.sort +@dirrm include/tsk3/vs +@dirrm include/tsk3/img +@dirrm include/tsk3/hashdb +@dirrm include/tsk3/fs +@dirrm include/tsk3/base +@dirrm include/tsk3/auto +@dirrm include/tsk3 @dirrm %%DATADIR%%/sorter @dirrm %%DATADIR%%