From owner-svn-ports-head@FreeBSD.ORG Fri Nov 30 07:53:57 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 7838ED04; Fri, 30 Nov 2012 07:53:57 +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 43D828FC12; Fri, 30 Nov 2012 07:53:57 +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 qAU7rvZR043714; Fri, 30 Nov 2012 07:53:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU7rvtg043712; Fri, 30 Nov 2012 07:53:57 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211300753.qAU7rvtg043712@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 30 Nov 2012 07:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307997 - 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: Fri, 30 Nov 2012 07:53:57 -0000 Author: ehaupt Date: Fri Nov 30 07:53:56 2012 New Revision: 307997 URL: http://svnweb.freebsd.org/changeset/ports/307997 Log: - "Undestroy" the work of the previous maintainer by restoring previous formating of pkg-descr - Release maintainership Feature safe: yes Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/pkg-descr Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Fri Nov 30 07:52:12 2012 (r307996) +++ head/sysutils/sleuthkit/Makefile Fri Nov 30 07:53:56 2012 (r307997) @@ -6,7 +6,7 @@ PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* Modified: head/sysutils/sleuthkit/pkg-descr ============================================================================== --- head/sysutils/sleuthkit/pkg-descr Fri Nov 30 07:52:12 2012 (r307996) +++ head/sysutils/sleuthkit/pkg-descr Fri Nov 30 07:53:56 2012 (r307997) @@ -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/