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

Ladislav Hagara scm at sourcemage.org
Sun Feb 21 21:38:38 EST 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog                     |    4 ++++
 python-pypi/obfuscate/DEPENDS |    1 +
 python-pypi/obfuscate/DETAILS |   25 +++++++++++++++++++++++++
 python-pypi/obfuscate/HISTORY |    3 +++
 4 files changed, 33 insertions(+)

New commits:
commit e3b2a1b785b3675cb09d26e41fd117bf224113a0
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    python-pypi/obfuscate: new spell, obfuscate and unobfuscate text using
    classical encryption algorithms

diff --git a/ChangeLog b/ChangeLog
index c1e5228..c73dd70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-22 Ladislav Hagara <hgr at vabo.cz>
+	* python-pypi/obfuscate: new spell
+	  obfuscate and unobfuscate text using classical encryption algorithms
+
 2010-02-20 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
 	* net/connman: new spell connection manager
 
diff --git a/python-pypi/obfuscate/DEPENDS b/python-pypi/obfuscate/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/obfuscate/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/obfuscate/DETAILS b/python-pypi/obfuscate/DETAILS
new file mode 100755
index 0000000..9bcb505
--- /dev/null
+++ b/python-pypi/obfuscate/DETAILS
@@ -0,0 +1,25 @@
+           SPELL=obfuscate
+         VERSION=0.2.2b
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://pypi.python.org/packages/source/o/obfuscate/$SOURCE
+     SOURCE_HASH=sha512:a525df1e1fd1088ec549d4c246371343349539df250ca8db46f344b090bf74394c49935e42f0bc4e00b10c1f5aa090d503f9cb6f5090d16586bd21c56bba9a52
+        WEB_SITE=http://pypi.python.org/pypi/obfuscate/
+         ENTERED=20102022
+      LICENSE[0]=MIT
+           SHORT="obfuscate and unobfuscate text using classical encryption algorithms"
+cat << EOF
+Obfuscate provides classical encryption algorithms suitable for obfuscating
+and unobfuscating text.
+
+Includes
+ - Caesar cipher, rot13, rot5, rot18, rot47
+ - atbash
+ - Playfair, Playfair6 and Playfair16
+ - Railfence (encryption only)
+ - Keyword
+ - Affine
+ - Vigenere
+ - frob (xor)
+ - and others.
+EOF
diff --git a/python-pypi/obfuscate/HISTORY b/python-pypi/obfuscate/HISTORY
new file mode 100644
index 0000000..f02cf80
--- /dev/null
+++ b/python-pypi/obfuscate/HISTORY
@@ -0,0 +1,3 @@
+2010-02-22 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS: spell created, version 0.2.2b
+



More information about the SM-Commit mailing list