# $Id: Portfile 61887 2009-12-23 02:23:28Z jmr@macports.org $

PortSystem 1.0

name            sleuthkit
version         3.0.1
categories      sysutils
maintainers     nomaintainer
platforms       darwin
description     Forensic toolkit
long_description The Sleuth Kit (previously known as TASK) is a collection \
	of UNIX-based command line file system and media management forensic \
	analysis tools. The file system tools allow you to examine file systems of \
	a suspect computer in a non-intrusive fashion. Because the tools do not \
	rely on the operating system to process the file systems, deleted and \
	hidden content is shown. \
	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.
master_sites    sourceforge
homepage        http://www.sleuthkit.org/sleuthkit/
checksums           md5     55956dd3bbfa6c9e2ebcc685c2a9569d \
                    sha1    a578d02c026ccb4389fd463445d9e7d329aeeaf9 \
                    rmd160  966613ef87a5523134b2d6482ee834fffb98b1ee

depends_build   port:file port:perl5
depends_lib     port:openssl port:p5-datemanip port:zlib

configure.args      --mandir=${prefix}/share/man
