# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 85046 2011-10-08 06:48:40Z ryandesign@macports.org $

PortSystem          1.0

name                sleuthkit
version             3.2.3
categories          sysutils
maintainers         gmail.com:jessekornblum
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.

homepage            http://www.sleuthkit.org/sleuthkit/
master_sites        sourceforge:project/sleuthkit/sleuthkit/${version}

checksums           rmd160  ee9849ff34bd7d1ce90819f22f1e09a71e4d0e8c \
                    sha256  ba5f63d7fd60d978de03777c72b1571004caa8dfe384f09757b6a8efa890ea62

depends_build       port:file \
                    port:perl5.12
depends_lib         port:openssl \
                    port:p5.12-datemanip \
                    port:zlib

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