pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/steghide Initial import of steghide-0.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6a24cbabbe7
branches:  trunk
changeset: 478290:d6a24cbabbe7
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Jul 21 03:08:08 2004 +0000

description:
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:

 security/steghide/DESCR            |   9 +++++++++
 security/steghide/Makefile         |  22 ++++++++++++++++++++++
 security/steghide/PLIST            |  17 +++++++++++++++++
 security/steghide/distinfo         |   6 ++++++
 security/steghide/patches/patch-aa |  11 +++++++++++
 security/steghide/patches/patch-ab |  13 +++++++++++++
 6 files changed, 78 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/DESCR   Wed Jul 21 03:08:08 2004 +0000
@@ -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 -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/Makefile        Wed Jul 21 03:08:08 2004 +0000
@@ -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@localhost
+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 -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/PLIST   Wed Jul 21 03:08:08 2004 +0000
@@ -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 -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/distinfo        Wed Jul 21 03:08:08 2004 +0000
@@ -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 -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/patches/patch-aa        Wed Jul 21 03:08:08 2004 +0000
@@ -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 -r a5852aeaaf22 -r d6a24cbabbe7 security/steghide/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/steghide/patches/patch-ab        Wed Jul 21 03:08:08 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index