summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
committermarkp <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
commit9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e (patch)
tree8e381625857ac15cda20806d99f9f882787c3951 /security
parent19889ff6593da8037fa16925f832f5491aad6bbe (diff)
downloadFreeBSD-ports-9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e.zip
FreeBSD-ports-9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e.tar.gz
Add stegdetect 0.2, an automated tool for detecting stenographic
content in jpegs.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/stegdetect/Makefile20
-rw-r--r--security/stegdetect/distinfo1
-rw-r--r--security/stegdetect/pkg-comment1
-rw-r--r--security/stegdetect/pkg-descr11
-rw-r--r--security/stegdetect/pkg-plist1
6 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e4902bc..a6ee538 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 0000000..83f8511
--- /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 0000000..7d63827
--- /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 0000000..d4dd66a
--- /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 0000000..86f70ee
--- /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 0000000..ba5784f
--- /dev/null
+++ b/security/stegdetect/pkg-plist
@@ -0,0 +1 @@
+bin/stegdetect
OpenPOWER on IntegriCloud