diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e4902bce755b..a6ee53806ddc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -171,6 +171,7 @@ SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += sst + SUBDIR += stegdetect SUBDIR += steghide SUBDIR += strobe SUBDIR += stunnel 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 |