# -*- 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 107207 2013-06-21 19:47:18Z macsforever2000@macports.org $

PortSystem          1.0

name                sleuthkit
version             4.1.0
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  817e89f5e4155e53e59cd1de74770d25dba495bd \
                    sha256  b410428df2e1b253fa23ce6a299d059d8c2650bf9c602f7b80c0f4ce1368c36a

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

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