diff options
author | will <will@FreeBSD.org> | 2001-03-20 01:57:20 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-20 01:57:20 +0000 |
commit | 5b03dcdf81501e86ccfc0c1e338b80be4c228ea4 (patch) | |
tree | ba5443fa3e194d2ad5ce26f9431678ce65ac9eab /security/steghide | |
parent | 5cf3b204702a07befd8da5ef00422704ccd8b5f1 (diff) | |
download | FreeBSD-ports-5b03dcdf81501e86ccfc0c1e338b80be4c228ea4.zip FreeBSD-ports-5b03dcdf81501e86ccfc0c1e338b80be4c228ea4.tar.gz |
Add steghide 0.3.1, a steganography tool to hide data in binary files.
PR: 25388
Submitted by: RaRa Rasputin <rara.rasputin@virgin.net>
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/Makefile | 22 | ||||
-rw-r--r-- | security/steghide/distinfo | 1 | ||||
-rw-r--r-- | security/steghide/pkg-comment | 1 | ||||
-rw-r--r-- | security/steghide/pkg-descr | 13 | ||||
-rw-r--r-- | security/steghide/pkg-plist | 9 |
5 files changed, 46 insertions, 0 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile new file mode 100644 index 0000000..52f7df3 --- /dev/null +++ b/security/steghide/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: steghide +# Date created: 26 February 2001 +# Whom: RaRa Rasputin <rara.rasputin@virgin.net> +# +# $FreeBSD$ +# + +PORTNAME= steghide +PORTVERSION= 0.3.1 +CATEGORIES= security +MASTER_SITES= http://steghide.sourceforge.net/download/ +DISTNAME= steghide-0.3-1 + +MAINTAINER= rara.rasputin@virgin.net + +HAS_CONFIGURE= yes + +MAN1= steghide.1 +MANCOMPRESSED= no +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/security/steghide/distinfo b/security/steghide/distinfo new file mode 100644 index 0000000..a501419 --- /dev/null +++ b/security/steghide/distinfo @@ -0,0 +1 @@ +MD5 (steghide-0.3-1.tar.gz) = 81a81bc8a9709e873a9d687963298bae diff --git a/security/steghide/pkg-comment b/security/steghide/pkg-comment new file mode 100644 index 0000000..df442c7 --- /dev/null +++ b/security/steghide/pkg-comment @@ -0,0 +1 @@ +Steganography tool to hide data in binary files diff --git a/security/steghide/pkg-descr b/security/steghide/pkg-descr new file mode 100644 index 0000000..d6924ce --- /dev/null +++ b/security/steghide/pkg-descr @@ -0,0 +1,13 @@ +Steghide is a steganography tool which is able to hide data in "container +files" and to extract this data again. If you do not know what steganography is +take a look at Neil F. Johnson's paper about steganography at +http://www.isse.gmu.edu/~njohnson/stegdoc/ +Steghide is designed to be portable and configurable and features hiding data +in bmp, wav and au files, blowfish encryption, MD5 hashing of passphrases to +blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in +the container data. + +WWW: http://steghide.sourceforge.net + +- Rasputin +rara.rasputin@virgin.net diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist new file mode 100644 index 0000000..fb169de --- /dev/null +++ b/security/steghide/pkg-plist @@ -0,0 +1,9 @@ +bin/steghide +doc/steghide-0.3/AUTHORS +doc/steghide-0.3/BUGS +doc/steghide-0.3/COPYING +doc/steghide-0.3/HISTORY +doc/steghide-0.3/INSTALL +doc/steghide-0.3/README +doc/steghide-0.3/TODO +@dirrm doc/steghide-0.3 |