From b68b01559f2831905f3b4c32c2d50c793c4f7c9f Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 20 Mar 2001 01:57:20 +0000 Subject: Add steghide 0.3.1, a steganography tool to hide data in binary files. PR: 25388 Submitted by: RaRa Rasputin --- security/steghide/Makefile | 22 ++++++++++++++++++++++ security/steghide/distinfo | 1 + security/steghide/pkg-comment | 1 + security/steghide/pkg-descr | 13 +++++++++++++ security/steghide/pkg-plist | 9 +++++++++ 5 files changed, 46 insertions(+) create mode 100644 security/steghide/Makefile create mode 100644 security/steghide/distinfo create mode 100644 security/steghide/pkg-comment create mode 100644 security/steghide/pkg-descr create mode 100644 security/steghide/pkg-plist (limited to 'security/steghide') diff --git a/security/steghide/Makefile b/security/steghide/Makefile new file mode 100644 index 000000000000..52f7df38f17c --- /dev/null +++ b/security/steghide/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: steghide +# Date created: 26 February 2001 +# Whom: RaRa Rasputin +# +# $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 diff --git a/security/steghide/distinfo b/security/steghide/distinfo new file mode 100644 index 000000000000..a501419c13db --- /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 000000000000..df442c704e98 --- /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 000000000000..d6924ce15093 --- /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 000000000000..fb169de635e5 --- /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 -- cgit v1.2.3