diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-11-30 15:53:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-11-30 15:53:56 +0800 |
commit | ea07e05ce38d06b85a2b31c03464ca5f7038099a (patch) | |
tree | 9efe90d29e0f32ccfa3459f0ab82983f957a41db | |
parent | 5225045c0e4ed02393fb0f5d4588d686b7f680d0 (diff) | |
download | freebsd-ports-gnome-ea07e05ce38d06b85a2b31c03464ca5f7038099a.tar.gz freebsd-ports-gnome-ea07e05ce38d06b85a2b31c03464ca5f7038099a.tar.zst freebsd-ports-gnome-ea07e05ce38d06b85a2b31c03464ca5f7038099a.zip |
- "Undestroy" the work of the previous maintainer by restoring previous
formating of pkg-descr
- Release maintainership
Feature safe: yes
-rw-r--r-- | sysutils/sleuthkit/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sleuthkit/pkg-descr | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 883f74d94997..9dcc7feb5f46 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* diff --git a/sysutils/sleuthkit/pkg-descr b/sysutils/sleuthkit/pkg-descr index 4d0c47b6b9a6..2c8218079e47 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/ |