Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d08445086ef15a8b9b4484153d9f293df37bba7a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d08445086ef15a8b9b4484153d9f293df37bba7a)
  • Date: Tue, 21 Oct 2008 20:12:03 -0500

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

ChangeLog | 3 +++
crypto/publimark/DEPENDS | 2 ++
crypto/publimark/DETAILS | 18 ++++++++++++++++++
crypto/publimark/HISTORY | 3 +++
4 files changed, 26 insertions(+)

New commits:
commit 37141fa90e0327a0323ebb97b83e67ee6469c9ee
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/publimark: new spell, public key steganographic tool for audio

diff --git a/ChangeLog b/ChangeLog
index 548064e..28aa2c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-22 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/publimark: new spell, public key steganographic tool for
audio
+
2008-10-21 Julien "_kaze_" ROZO <julien AT rozo.org>
* audio-libs/aften: new spell, a simple A/52 (AC-3) audio encoder

diff --git a/crypto/publimark/DEPENDS b/crypto/publimark/DEPENDS
new file mode 100755
index 0000000..46263aa
--- /dev/null
+++ b/crypto/publimark/DEPENDS
@@ -0,0 +1,2 @@
+depends audiofile &&
+depends botan
diff --git a/crypto/publimark/DETAILS b/crypto/publimark/DETAILS
new file mode 100755
index 0000000..9ca64e4
--- /dev/null
+++ b/crypto/publimark/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=publimark
+ VERSION=0.1.3
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=http://pagesperso-orange.fr/gleguelv/soft/publimark/$SOURCE
+
SOURCE_HASH=sha512:3c0f329ece49a2364b967e3c7eb4bfce81567524b929584477f36a7304dc9db23429606515c36dfccd8cff83eff0fe3e7a71b0d2bcbfbfa8da191aa06b93fa21
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pagesperso-orange.fr/gleguelv/soft/publimark/
+ LICENSE[0]=GPL
+ ENTERED=20081022
+ SHORT="a public key steganographic tool for audio"
+cat << EOF
+Publimark is a command line tool to secretly embed text in an audio file
+(i.e. audio steganography). Like cryptography, it uses a pair of keys: the
+public one can be shared, whereas the private one must be kept secret.
Anybody
+can send a steganographic message, but only the private key owner will be
+able to read it. Of course, marked audio files are still playable without
+any noticeable change.
+EOF
diff --git a/crypto/publimark/HISTORY b/crypto/publimark/HISTORY
new file mode 100644
index 0000000..5c20ecd
--- /dev/null
+++ b/crypto/publimark/HISTORY
@@ -0,0 +1,3 @@
+2008-10-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.1.3
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d08445086ef15a8b9b4484153d9f293df37bba7a), Ladislav Hagara, 10/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page