diff options
author | markp <markp@FreeBSD.org> | 2001-07-19 23:07:54 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-19 23:07:54 +0800 |
commit | 9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e (patch) | |
tree | 8e381625857ac15cda20806d99f9f882787c3951 /security/stegdetect | |
parent | 19889ff6593da8037fa16925f832f5491aad6bbe (diff) | |
download | freebsd-ports-gnome-9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e.tar.gz freebsd-ports-gnome-9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e.tar.zst freebsd-ports-gnome-9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e.zip |
Add stegdetect 0.2, an automated tool for detecting stenographic
content in jpegs.
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 20 | ||||
-rw-r--r-- | security/stegdetect/distinfo | 1 | ||||
-rw-r--r-- | security/stegdetect/pkg-comment | 1 | ||||
-rw-r--r-- | security/stegdetect/pkg-descr | 11 | ||||
-rw-r--r-- | security/stegdetect/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile new file mode 100644 index 000000000000..83f851148223 --- /dev/null +++ b/security/stegdetect/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: stegdetect +# Date created: Jul 19, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= stegdetect +PORTVERSION= 0.2 +CATEGORIES= security +MASTER_SITES= http://www.outguess.org/ + +MAINTAINER= markp@FreeBSD.org + +# Note: stegdetect includes a modified version of jpeg-6b linked statically +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +MAN1= stegdetect.1 + +.include <bsd.port.mk> diff --git a/security/stegdetect/distinfo b/security/stegdetect/distinfo new file mode 100644 index 000000000000..7d6382731ce0 --- /dev/null +++ b/security/stegdetect/distinfo @@ -0,0 +1 @@ +MD5 (stegdetect-0.2.tar.gz) = 4cc42e2868e0714a3f1b9c08decae34b diff --git a/security/stegdetect/pkg-comment b/security/stegdetect/pkg-comment new file mode 100644 index 000000000000..d4dd66aeb5e9 --- /dev/null +++ b/security/stegdetect/pkg-comment @@ -0,0 +1 @@ +An automated tool for detecting stenographic content in jpegs diff --git a/security/stegdetect/pkg-descr b/security/stegdetect/pkg-descr new file mode 100644 index 000000000000..86f70eeffc61 --- /dev/null +++ b/security/stegdetect/pkg-descr @@ -0,0 +1,11 @@ +Stegdetect is an automated tool for detecting steganographic content +in images. It is capable of detecting severval different +steganographic methods to embed hidden information in JPEG images. +Currently, the detectable schemes are: + +* jsteg +* jphide (unix and windows) +* invisible secrets +* outguess 01.3b + +WWW: http://www.outguess.org/detection.html diff --git a/security/stegdetect/pkg-plist b/security/stegdetect/pkg-plist new file mode 100644 index 000000000000..ba5784f2c8d2 --- /dev/null +++ b/security/stegdetect/pkg-plist @@ -0,0 +1 @@ +bin/stegdetect |