diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-11-29 08:20:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-11-29 08:20:40 +0800 |
commit | aad7799a5e1159349620e919533f8675204e6622 (patch) | |
tree | 63778de45fc8d16343d7bc650f63da81c15f711d /sysutils | |
parent | 8d1a49b5b0c3ca315bff1c5dcd7f7e8306374e65 (diff) | |
download | freebsd-ports-gnome-aad7799a5e1159349620e919533f8675204e6622.tar.gz freebsd-ports-gnome-aad7799a5e1159349620e919533f8675204e6622.tar.zst freebsd-ports-gnome-aad7799a5e1159349620e919533f8675204e6622.zip |
- Update to 4.0.1
- Take maintainership
- Remove double spaces from pkg-descr and 'fmt -w 80'
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sleuthkit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sleuthkit/distinfo | 4 | ||||
-rw-r--r-- | sysutils/sleuthkit/pkg-descr | 16 | ||||
-rw-r--r-- | sysutils/sleuthkit/pkg-plist | 21 |
4 files changed, 23 insertions, 22 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index ca98c5458b6c..883f74d94997 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* diff --git a/sysutils/sleuthkit/distinfo b/sysutils/sleuthkit/distinfo index 5aa5ac1f9d61..b52d19b9b3c9 100644 --- a/sysutils/sleuthkit/distinfo +++ b/sysutils/sleuthkit/distinfo @@ -1,2 +1,2 @@ -SHA256 (sleuthkit-4.0.0.tar.gz) = bee3c95997cf77670758947dbd49743a43bef88c1ac71ed3794ff7713d8a83ad -SIZE (sleuthkit-4.0.0.tar.gz) = 7454421 +SHA256 (sleuthkit-4.0.1.tar.gz) = 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 +SIZE (sleuthkit-4.0.1.tar.gz) = 7488397 diff --git a/sysutils/sleuthkit/pkg-descr b/sysutils/sleuthkit/pkg-descr index 2c8218079e47..4d0c47b6b9a6 100644 --- a/sysutils/sleuthkit/pkg-descr +++ b/sysutils/sleuthkit/pkg-descr @@ -1,12 +1,12 @@ The Sleuth Kit (TSK) is a library and collection of command line tools that -allow you to investigate volume and file system data. The library can be -incorporated into larger digital forensics tools and the command line tools -can be directly used to find evidence. +allow you to investigate volume and file system data. The library can be +incorporated into larger digital forensics tools and the command line tools can +be directly used to find evidence. -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. +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. WWW: http://www.sleuthkit.org/sleuthkit/ diff --git a/sysutils/sleuthkit/pkg-plist b/sysutils/sleuthkit/pkg-plist index f576558db03c..f18957e7b0f8 100644 --- a/sysutils/sleuthkit/pkg-plist +++ b/sysutils/sleuthkit/pkg-plist @@ -2,6 +2,7 @@ bin/blkcalc bin/blkcat bin/blkls bin/blkstat +bin/fcat bin/ffind bin/fls bin/fsstat @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h include/tsk3/fs/tsk_ntfs.h include/tsk3/hashdb/tsk_hashdb.h include/tsk3/img/tsk_img.h +include/tsk3/libtsk.h +include/tsk3/tsk_incs.h include/tsk3/vs/tsk_bsd.h include/tsk3/vs/tsk_dos.h include/tsk3/vs/tsk_gpt.h include/tsk3/vs/tsk_mac.h include/tsk3/vs/tsk_sun.h include/tsk3/vs/tsk_vs.h -include/tsk3/libtsk.h -include/tsk3/tsk_incs.h -@dirrm include/tsk3/vs -@dirrm include/tsk3/img -@dirrm include/tsk3/hashdb -@dirrm include/tsk3/fs -@dirrm include/tsk3/base -@dirrm include/tsk3/auto -@dirrm include/tsk3 lib/libtsk3.a lib/libtsk3.la lib/libtsk3.so -lib/libtsk3.so.8 +lib/libtsk3.so.9 %%DATADIR%%/sorter/default.sort %%DATADIR%%/sorter/freebsd.sort %%DATADIR%%/sorter/images.sort @@ -63,5 +57,12 @@ lib/libtsk3.so.8 %%DATADIR%%/sorter/openbsd.sort %%DATADIR%%/sorter/solaris.sort %%DATADIR%%/sorter/windows.sort +@dirrm include/tsk3/vs +@dirrm include/tsk3/img +@dirrm include/tsk3/hashdb +@dirrm include/tsk3/fs +@dirrm include/tsk3/base +@dirrm include/tsk3/auto +@dirrm include/tsk3 @dirrm %%DATADIR%%/sorter @dirrm %%DATADIR%% |