aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
commit0ae3bdb947d5abceef876bc71608a5109a8cd8c1 (patch)
treeed780f34cac2e0eb7c6dea60c473401573725cfe /security/stegdetect
parent3a6764bfe7cffda296fb84406c2f051ba40e8f3d (diff)
downloadports-0ae3bdb947d5abceef876bc71608a5109a8cd8c1.tar.gz
ports-0ae3bdb947d5abceef876bc71608a5109a8cd8c1.zip
Add stegdetect 0.2, an automated tool for detecting stenographic
content in jpegs.
Notes
Notes: svn path=/head/; revision=45247
Diffstat (limited to 'security/stegdetect')
-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
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