Skip to Content.
Sympa Menu

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

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 (e3b2a1b785b3675cb09d26e41fd117bf224113a0)
  • Date: Sun, 21 Feb 2010 20:38:38 -0600

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
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e3b2a1b785b3675cb09d26e41fd117bf224113a0), Ladislav Hagara, 02/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page