Skip to Content.
Sympa Menu

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

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 (f5b918e1983529c0d049481b0db7f684a4b9bc7c)
  • Date: Tue, 16 Dec 2008 10:29:01 -0600

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

ChangeLog | 4 ++
crypto/cryptoolinux/BUILD | 5 ++
crypto/cryptoolinux/DEPENDS | 1
crypto/cryptoolinux/DETAILS | 15 ++++++++
crypto/cryptoolinux/HISTORY | 3 +
crypto/cryptoolinux/PRE_BUILD | 3 +
crypto/cryptoolinux/patch.diff | 74
+++++++++++++++++++++++++++++++++++++++++
7 files changed, 105 insertions(+)

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

crypto/cryptoolinux: new spell
a tool to learn cryptography and cryptanalysis

diff --git a/ChangeLog b/ChangeLog
index a65bfcc..aaa6490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-16 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/cryptoolinux: new spell
+ a tool to learn cryptography and cryptanalysis
+
2008-12-16 Thomas Orgis <sobukus AT sourcemage.org>
* utils/cpulimit: new spell, limit process cpu usage %

diff --git a/crypto/cryptoolinux/BUILD b/crypto/cryptoolinux/BUILD
new file mode 100755
index 0000000..ced724f
--- /dev/null
+++ b/crypto/cryptoolinux/BUILD
@@ -0,0 +1,5 @@
+PATH=$QTDIR/bin/qt4:$PATH &&
+mkdir build &&
+cd build &&
+cmake .. &&
+make
diff --git a/crypto/cryptoolinux/DEPENDS b/crypto/cryptoolinux/DEPENDS
new file mode 100755
index 0000000..428f269
--- /dev/null
+++ b/crypto/cryptoolinux/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/crypto/cryptoolinux/DETAILS b/crypto/cryptoolinux/DETAILS
new file mode 100755
index 0000000..532fa61
--- /dev/null
+++ b/crypto/cryptoolinux/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cryptoolinux
+ VERSION=0.2
+ SOURCE=CrypTooLinux-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.gna.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d88425378b2152f23a68ff9d2ff7f1a95d1980ff23f3d68763f64ae703abea06f581ff376a73fa0e96489928ca98d7c127652fb14f98bd63e8108c37db1ad43b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ctl"
+ WEB_SITE=http://www.cryptoolinux.net
+ LICENSE[0]=GPL
+ ENTERED=20081216
+ SHORT="a tool to learn cryptography and cryptanalysis"
+cat << EOF
+Cryptoolinux is a tool to learn cryptography and cryptanalysis. The primary
+objective is to make a clone of CrypTool on Linux. The secondary objective
+is to expand the application with new algorithms.
+EOF
diff --git a/crypto/cryptoolinux/HISTORY b/crypto/cryptoolinux/HISTORY
new file mode 100644
index 0000000..48b3c07
--- /dev/null
+++ b/crypto/cryptoolinux/HISTORY
@@ -0,0 +1,3 @@
+2008-12-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, patch.diff: spell created, v.
0.2
+
diff --git a/crypto/cryptoolinux/PRE_BUILD b/crypto/cryptoolinux/PRE_BUILD
new file mode 100755
index 0000000..1c08fa5
--- /dev/null
+++ b/crypto/cryptoolinux/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/patch.diff
diff --git a/crypto/cryptoolinux/patch.diff b/crypto/cryptoolinux/patch.diff
new file mode 100644
index 0000000..a3d669a
--- /dev/null
+++ b/crypto/cryptoolinux/patch.diff
@@ -0,0 +1,74 @@
+Index: release-0.2/src/libStats/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libStats/CMakeLists.txt (révision 85)
++++ release-0.2/src/libStats/CMakeLists.txt (copie de travail)
+@@ -26,3 +26,5 @@
+ SET(libraries libStats libalgebra libgmp.so libgmpxx.so)
+
+ TARGET_LINK_LIBRARIES(libStatsTest ${libraries})
++
++INSTALL(TARGETS libStats LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/src/libNumberTheory/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libNumberTheory/CMakeLists.txt (révision 85)
++++ release-0.2/src/libNumberTheory/CMakeLists.txt (copie de travail)
+@@ -32,3 +32,5 @@
+ SET(libraries libNumberTheory libalgebra libgmp.so libgmpxx.so)
+
+ TARGET_LINK_LIBRARIES(libNumberTheoryTest ${libraries})
++
++INSTALL(TARGETS libNumberTheory LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/src/libalgebra/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libalgebra/CMakeLists.txt (révision 85)
++++ release-0.2/src/libalgebra/CMakeLists.txt (copie de travail)
+@@ -70,3 +70,4 @@
+ #INSTALL_PROGRAMS(...)
+ #INSTALL_TARGET(...)
+
++INSTALL(TARGETS libalgebra LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/src/libClassicalAnalysis/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libClassicalAnalysis/CMakeLists.txt (révision 85)
++++ release-0.2/src/libClassicalAnalysis/CMakeLists.txt (copie de
travail)
+@@ -28,3 +28,5 @@
+ SET(libraries libClassicalAnalysis libalgebra libgmp.so libgmpxx.so)
+
+ TARGET_LINK_LIBRARIES(libClassicalAnalysisTest ${libraries})
++
++INSTALL(TARGETS libClassicalAnalysis LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/src/libAnalysis/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libAnalysis/CMakeLists.txt (révision 85)
++++ release-0.2/src/libAnalysis/CMakeLists.txt (copie de travail)
+@@ -36,3 +36,5 @@
+ SET(libraries libAnalysis libNumberTheory libalgebra libgmp.so libgmpxx.so)
+
+ TARGET_LINK_LIBRARIES(libAnalysisTest ${libraries})
++
++INSTALL(TARGETS libAnalysis LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/src/libClassicalCrypto/CMakeLists.txt
+===================================================================
+--- release-0.2/src/libClassicalCrypto/CMakeLists.txt (révision 85)
++++ release-0.2/src/libClassicalCrypto/CMakeLists.txt (copie de travail)
+@@ -32,3 +32,4 @@
+
+ TARGET_LINK_LIBRARIES(libClassicalCryptoTest ${libraries})
+
++INSTALL(TARGETS libClassicalCrypto LIBRARY DESTINATION /usr/lib)
+\ No newline at end of file
+Index: release-0.2/CMakeLists.txt
+===================================================================
+--- release-0.2/CMakeLists.txt (révision 85)
++++ release-0.2/CMakeLists.txt (copie de travail)
+@@ -10,4 +10,4 @@
+ INSTALL(DIRECTORY doc/translation DESTINATION /usr/share/cryptoolinux
+ PATTERN .svn EXCLUDE PATTERN *.ts EXCLUDE)
+
+-INSTALL(DIRECTORY doc/help DESTINATION /usr/share/cryptoolinux PATTERN .svn
EXCLUDE)
++#INSTALL(DIRECTORY doc/help DESTINATION /usr/share/cryptoolinux PATTERN
.svn EXCLUDE)



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f5b918e1983529c0d049481b0db7f684a4b9bc7c), Ladislav Hagara, 12/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page