diff options
author | snj <snj@pkgsrc.org> | 2004-07-21 03:08:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-07-21 03:08:08 +0000 |
commit | 6912515fb223793af7769e9ae7e5910f6b89f185 (patch) | |
tree | 2a76629dd8a25e39c38ab846bc0aec59ae21b135 /security/steghide | |
parent | 345fcc4c7e5e744affacf7a90f96774be81bbea3 (diff) | |
download | pkgsrc-6912515fb223793af7769e9ae7e5910f6b89f185.tar.gz |
Initial import of steghide-0.5.1.
Steghide is a steganography program that can hide data in JPEG, BMP, WAV,
and AU files.
Taken from pkgsrc-wip and modified by me.
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/DESCR | 9 | ||||
-rw-r--r-- | security/steghide/Makefile | 22 | ||||
-rw-r--r-- | security/steghide/PLIST | 17 | ||||
-rw-r--r-- | security/steghide/distinfo | 6 | ||||
-rw-r--r-- | security/steghide/patches/patch-aa | 11 | ||||
-rw-r--r-- | security/steghide/patches/patch-ab | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/security/steghide/DESCR b/security/steghide/DESCR new file mode 100644 index 00000000000..30f33506709 --- /dev/null +++ b/security/steghide/DESCR @@ -0,0 +1,9 @@ +Steghide is a steganography program that is able to hide +data in various kinds of image- and audio-files. The color- +respectively sample-frequencies are not changed thus making the +embedding resistant against first-order statistical tests. +Features: + * compression of embedded data + * encryption of embedded data + * embedding of a checksum to verify the integrity of the extracted data + * support for JPEG, BMP, WAV and AU files diff --git a/security/steghide/Makefile b/security/steghide/Makefile new file mode 100644 index 00000000000..8403a790435 --- /dev/null +++ b/security/steghide/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $ + +DISTNAME= steghide-0.5.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=steghide/} + +MAINTAINER= adam@monkeybyte.org +HOMEPAGE= http://steghide.sourceforge.net/ +COMMENT= Steganography program + +BUILD_USES_MSGFMT= yes + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../security/libmcrypt/buildlink3.mk" +.include "../../security/mhash/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/security/steghide/PLIST b/security/steghide/PLIST new file mode 100644 index 00000000000..1c8bc582b0c --- /dev/null +++ b/security/steghide/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $ +bin/steghide +man/man1/steghide.1 +share/doc/steghide/ABOUT-NLS +share/doc/steghide/BUGS +share/doc/steghide/COPYING +share/doc/steghide/CREDITS +share/doc/steghide/HISTORY +share/doc/steghide/INSTALL +share/doc/steghide/LEAME +share/doc/steghide/README +share/doc/steghide/TODO +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/steghide.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/steghide.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/steghide.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/steghide.mo +@dirrm share/doc/steghide diff --git a/security/steghide/distinfo b/security/steghide/distinfo new file mode 100644 index 00000000000..79a8f18ffda --- /dev/null +++ b/security/steghide/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $ + +SHA1 (steghide-0.5.1.tar.gz) = a6d204744fabfe5751ab5e2d889ac373c0b0a30c +Size (steghide-0.5.1.tar.gz) = 476125 bytes +SHA1 (patch-aa) = 7bf2c4237f697a6d50b730aefdc9e922d6794c49 +SHA1 (patch-ab) = 6e914fdad61d3830a899a32a535e3f329cb0514b diff --git a/security/steghide/patches/patch-aa b/security/steghide/patches/patch-aa new file mode 100644 index 00000000000..6816d58159a --- /dev/null +++ b/security/steghide/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $ + +--- src/Makefile.am.orig 2003-12-11 18:31:13.000000000 -0800 ++++ src/Makefile.am +@@ -33,5 +33,5 @@ WavChunkHeader.cc WavChunkUnused.cc WavF + WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc + LIBS = @LIBINTL@ @LIBS@ + localedir = $(datadir)/locale +-LIBTOOL = $(SHELL) libtool ++LIBTOOL = libtool + MAINTAINERCLEANFILES = Makefile.in diff --git a/security/steghide/patches/patch-ab b/security/steghide/patches/patch-ab new file mode 100644 index 00000000000..2b95f97472f --- /dev/null +++ b/security/steghide/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/07/21 03:08:08 snj Exp $ + +--- src/Makefile.in.orig 2003-12-11 18:31:35.000000000 -0800 ++++ src/Makefile.in +@@ -190,7 +190,7 @@ WavChunkHeader.cc WavChunkUnused.cc WavF + WavPCMSampleValue.cc error.cc main.cc msg.cc SMDConstructionHeuristic.cc + + localedir = $(datadir)/locale +-LIBTOOL = $(SHELL) libtool ++LIBTOOL = libtool + MAINTAINERCLEANFILES = Makefile.in + subdir = src + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |