# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 79464 2011-06-14 14:15:47Z macsforever2000@macports.org $

PortSystem          1.0

name                sleuthkit
version             3.2.2

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.
master_sites        sourceforge
homepage            http://www.sleuthkit.org/sleuthkit/

checksums           md5     bc6244a086e4e35215b8e1a776f63c5c \
                    sha1    459b622e0099f2d7c9e75d49fd44c23cda8ff887 \
                    rmd160  377278239d61397c11bac3a01544edbba9efaec6

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

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