Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#2343 closed defect (fixed)

NEW: sleuthkit-1.72

Reported by: dornseif@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

sleuthkit-1.72

the portfile can be found here: INLINE

Description: Forensic Toolkit

Homepage: http://www.sleuthkit.org/sleuthkit/

Comments: although the somewhat screwed build process of the sleuthkit compiles in some static paths it seems to work very well even without this paths. When activation for the first time I saw an error message about work/sleuthkit-1.75/bin/file being in the war, but this didn’t occur again. Hopefully this was only an leftover from my port development.

# $Id:$

PortSystem 1.0 name sleuthkit version 1.72 categories sysutils maintainers md@… 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:${name} homepage http://www.sleuthkit.org/sleuthkit/ checksums md5 152fda4cc80696a9f6be9d7ce619ef31 use_configure no # there is no install target destroot.target post-destroot {

xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYING LICENSE TODO.txt INSTALL.txt

README.txt \

docs/nsrl.txt docs/other.txt docs/ref_fs.txt docs/ref_timeline.txt \ docs/skins_fat.txt docs/skins_ntfs.txt \ ${destroot}${prefix}/share/doc/${name}

xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/tct.docs xinstall -m 644 -W ${worksrcpath}/tct.docs CHANGES.FROM.TCT \

additional-resources help-when-broken-into README bibliography \ README.FIRST help-recovering-file \ ${destroot}${prefix}/share/doc/${name}/tct.docs

xinstall -m 755 -W ${worksrcpath}/bin/ dcalc dls \

ffind fls hfind ifind istat md5 sha1 sstrings \ dcat dstat fsstat icat ils mactime mmls sorter \ ${destroot}${prefix}/bin

system "mv ${worksrcpath}/bin/file ${worksrcpath}/bin/file_sk" xinstall -m 755 ${worksrcpath}/bin/file_sk ${destroot}${prefix}/bin/file_sk xinstall -m 755 -d ${destroot}${prefix}/man/man1 xinstall -m 644 -W ${worksrcpath}/man/man1/ dcalc.1 dls.1 \

ffind.1 fls.1 hfind.1 ifind.1 istat.1 mmls.1 dcat.1 \ dstat.1 fsstat.1 icat.1 ils.1 mactime.1 sorter.1 \ ${destroot}${prefix}/man/man1

xinstall -m 644 ${worksrcpath}/man/man1/file.1 ${destroot}${prefix}/man/man1/file_sk.1

}

Change History (3)

comment:1 Changed 20 years ago by mww@…

Owner: changed from darwinports-bugs@… to mww@…

would you mind supplying an attachement or url where to download the Portfile? Inlined Portfiles 1st have to be resurrected from html-mode..

comment:2 Changed 20 years ago by dornseif@…

The Portfile can be downloaded at http://c0re.23.nu/c0de/dports-dev/sleuthkit/Portfile

See URL field in Bug template ;-)

comment:3 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks - commited!

Note: See TracTickets for help on using tickets.