diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 47 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 044d21acc3cc..751e072f02e3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -138,6 +138,7 @@ SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += sst + SUBDIR += steghide SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo 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 <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 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 |