Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a1d56277a9bda42be7bb8f53388d420de032cf6c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a1d56277a9bda42be7bb8f53388d420de032cf6c)
  • Date: Thu, 12 Jun 2008 22:32:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
crypto/twofish-py/DEPENDS | 2 ++
crypto/twofish-py/DETAILS | 15 +++++++++++++++
crypto/twofish-py/HISTORY | 2 ++
crypto/twofish-py/INSTALL | 5 +++++
crypto/twofish-py/PRE_BUILD | 7 +++++++
6 files changed, 34 insertions(+)

New commits:
commit a1d56277a9bda42be7bb8f53388d420de032cf6c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

twofish-py: new spell, Python Twofish module

diff --git a/ChangeLog b/ChangeLog
index 0c575dd..31fdb92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * crypto/twofish-py: new spell, Python Twofish module
+
2008-06-11 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/awesome-status: new spell, status info for awesome wm

diff --git a/crypto/twofish-py/DEPENDS b/crypto/twofish-py/DEPENDS
new file mode 100755
index 0000000..0c5288f
--- /dev/null
+++ b/crypto/twofish-py/DEPENDS
@@ -0,0 +1,2 @@
+depends autoconf &&
+depends python
diff --git a/crypto/twofish-py/DETAILS b/crypto/twofish-py/DETAILS
new file mode 100755
index 0000000..d025916
--- /dev/null
+++ b/crypto/twofish-py/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=twofish-py
+ VERSION=0.7
+ SOURCE=twofishmodule-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:95f57f3c3fb6791f4f1f40be080890a0bf1a1f4693b3d39d17326cae09b5a183962f31e672ec70f471b3c291a68ef89179daddc79fc65e9da1abb608ca9c2787
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/twofishmodule-$VERSION
+ WEB_SITE=http://sourceforge.net/projects/twofish-py/
+ LICENSE[0]=BSD
+ ENTERED=20080613
+ SHORT="Python Twofish module"
+cat << EOF
+Project to further develop Python Twofish module as released by Enhanced
+Software Technologies Inc. in order to improve error handling and add
+OFB/Counter mode, as well as add streaming modes.
+EOF
diff --git a/crypto/twofish-py/HISTORY b/crypto/twofish-py/HISTORY
new file mode 100644
index 0000000..bfa6a4b
--- /dev/null
+++ b/crypto/twofish-py/HISTORY
@@ -0,0 +1,2 @@
+2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/crypto/twofish-py/INSTALL b/crypto/twofish-py/INSTALL
new file mode 100755
index 0000000..db72bf5
--- /dev/null
+++ b/crypto/twofish-py/INSTALL
@@ -0,0 +1,5 @@
+# creating binary code (with optimized one)
+python -c "import compileall; compileall.compile_dir('.')" &&
+python -Oc "import compileall; compileall.compile_dir('.')" &&
+
+default_install
diff --git a/crypto/twofish-py/PRE_BUILD b/crypto/twofish-py/PRE_BUILD
new file mode 100755
index 0000000..80e6494
--- /dev/null
+++ b/crypto/twofish-py/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+autoconf &&
+
+sed -i "s:*.py:*.py *.pyc *.pyo:" Makefile.in &&
+sed -i "s:Objects\: :Objects\:\\\n\\\:" twofishmodule.c



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a1d56277a9bda42be7bb8f53388d420de032cf6c), Vlad Glagolev, 06/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page