[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (caf44484610c644f61c0c0090858fb5a035ccccf)

Ladislav Hagara scm at sourcemage.org
Tue Apr 8 05:31:19 EDT 2008


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog                 |    3 +++
 crypto/gifshuffle/BUILD   |    1 +
 crypto/gifshuffle/DETAILS |   17 +++++++++++++++++
 crypto/gifshuffle/HISTORY |    3 +++
 crypto/gifshuffle/INSTALL |    2 ++
 5 files changed, 26 insertions(+)

New commits:
commit caf44484610c644f61c0c0090858fb5a035ccccf
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    crypto/gifshuffle: new spell, GIF colourmap steganography

diff --git a/ChangeLog b/ChangeLog
index ccf18c1..e17890b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-08 Ladislav Hagara <hgr at vabo.cz>
+	* crypto/gifshuffle: new spell, GIF colourmap steganography
+
 2008-04-07 Ladislav Hagara <hgr at vabo.cz>
 	* crypto/snow: new spell, whitespace steganography program
 
diff --git a/crypto/gifshuffle/BUILD b/crypto/gifshuffle/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/gifshuffle/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/gifshuffle/DETAILS b/crypto/gifshuffle/DETAILS
new file mode 100755
index 0000000..1448fc8
--- /dev/null
+++ b/crypto/gifshuffle/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=gifshuffle
+         VERSION=2.0
+          SOURCE=$SPELL.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+   SOURCE_URL[0]=http://www.darkside.com.au/gifshuffle/$SOURCE
+     SOURCE_HASH=sha512:0a0521f924c508c80c11309203e64cbd948945ddd557f01008a39987602320be780c1710dfcaa8ec9886fff4e9745465f2f242919ede4cedb2af9f73e5cc54be
+        WEB_SITE=http://www.darkside.com.au/gifshuffle/
+         ENTERED=20080408
+      LICENSE[0]=PD
+        KEYWORDS="crypto"
+           SHORT="GIF colourmap steganography"
+cat << EOF
+The program gifshuffle is used to conceal messages in GIF images by shuffling
+the colourmap, which leaves the image visibly unchanged. gifshuffle works with
+all GIF images, including those with transparency and animation, and in addition
+provides compression and encryption of the concealed message.
+EOF
diff --git a/crypto/gifshuffle/HISTORY b/crypto/gifshuffle/HISTORY
new file mode 100644
index 0000000..76bdd7d
--- /dev/null
+++ b/crypto/gifshuffle/HISTORY
@@ -0,0 +1,3 @@
+2008-04-08 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, BUILD, INSTALL: created this spell, version 2.0
+
diff --git a/crypto/gifshuffle/INSTALL b/crypto/gifshuffle/INSTALL
new file mode 100755
index 0000000..cba5280
--- /dev/null
+++ b/crypto/gifshuffle/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 gifshuffle   $INSTALL_ROOT/usr/bin             &&
+install -m 644 gifshuffle.1 $INSTALL_ROOT/usr/share/man/man1



More information about the SM-Commit mailing list