[SM-Commit] GIT changes to master z-rejected grimoire by Ladislav Hagara (7e1ff7df780d4e346d5ef11466910d4211a8d5c6)

Ladislav Hagara scm at sourcemage.org
Sat Jul 5 14:13:07 EDT 2008


GIT changes to master z-rejected grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 dev/null                                    |binary
 z-crypto/truecrypt/BUILD                    |    4 ++--
 z-crypto/truecrypt/DEPENDS                  |    3 ++-
 z-crypto/truecrypt/DETAILS                  |   21 ++++++++++++---------
 z-crypto/truecrypt/HISTORY                  |    6 ++++++
 z-crypto/truecrypt/INSTALL                  |    2 +-
 z-crypto/truecrypt/PREPARE                  |   14 ++++++++++++++
 z-crypto/truecrypt/PRE_BUILD                |    4 ++++
 z-crypto/truecrypt/TRIGGERS                 |    1 -
 z-crypto/truecrypt/TrueCrypt_Foundation.gpg |    0 
 10 files changed, 41 insertions(+), 14 deletions(-)

New commits:
commit 7e1ff7df780d4e346d5ef11466910d4211a8d5c6
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    truecrypt 6.0

diff --git a/z-crypto/truecrypt/BUILD b/z-crypto/truecrypt/BUILD
index d510a77..29395a8 100755
--- a/z-crypto/truecrypt/BUILD
+++ b/z-crypto/truecrypt/BUILD
@@ -1,2 +1,2 @@
-cd Linux    &&
-./build.sh
+make WX_ROOT=$SOURCE_DIRECTORY/wxGTK-2.8.8 wxbuild  &&
+make
diff --git a/z-crypto/truecrypt/DEPENDS b/z-crypto/truecrypt/DEPENDS
index 7ec290c..b9802d7 100755
--- a/z-crypto/truecrypt/DEPENDS
+++ b/z-crypto/truecrypt/DEPENDS
@@ -1 +1,2 @@
-depends  device-mapper
+depends device-mapper  &&
+depends fuse
diff --git a/z-crypto/truecrypt/DETAILS b/z-crypto/truecrypt/DETAILS
index e69dc58..9f25ee6 100755
--- a/z-crypto/truecrypt/DETAILS
+++ b/z-crypto/truecrypt/DETAILS
@@ -1,16 +1,19 @@
            SPELL=truecrypt
-         VERSION=4.3a
-          SOURCE=$SPELL-$VERSION-source-code.tar.gz
-      SOURCE_GPG="TrueCrypt_Foundation.gpg:$SOURCE.sig"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source-code
+         VERSION=6.0
+     SOURCE_ORIG="TrueCrypt $VERSION Source.tar.gz"
+          SOURCE="TrueCrypt-$VERSION-Source.tar.gz"
+     SOURCE_HASH=sha512:afbec5257f8abf03aff86dc1ef866f141d08df4ba87dee6689f81e06b3ce269f645a9470f2719e83e37291e4bc6c9f2f93c4a122aff77dd9b99c250b28e3143d
+
+         SOURCE2=wxGTK-2.8.8.tar.gz
+     SOURCE2_URL=$SOURCEFORGE_URL/wxwindows/$SOURCE2
+    SOURCE2_HASH=sha512:de9c03156e29425f51c83fbca71bb83d107a1f11aa094df7c559b894c95de0991a7a2f624071d1533c54cc1d1ff62a04d38017616b712c1273c622221c61cd8e
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source
         WEB_SITE=http://www.truecrypt.org
-   SOURCE_URL[0]=$WEB_SITE/downloads/$SOURCE
-         SOURCE2=$SOURCE.sig
-  SOURCE2_URL[0]=$SOURCE_URL.sig
-  SOURCE2_IGNORE=signature
+   SOURCE_URL[0]=
          ENTERED=20051104
       LICENSE[0]=http://www.truecrypt.org/license.php
-           SHORT="Free open-source disk encryption software for Windows XP/2000/2003 and Linux"
+           SHORT="free open-source disk encryption software"
 cat << EOF
 Free open-source disk encryption software for Windows XP/2000/2003 and Linux.
 EOF
diff --git a/z-crypto/truecrypt/HISTORY b/z-crypto/truecrypt/HISTORY
index d7d8798..a4dfee8 100644
--- a/z-crypto/truecrypt/HISTORY
+++ b/z-crypto/truecrypt/HISTORY
@@ -1,3 +1,9 @@
+2008-07-05 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 6.0, added wxGTK sources, updated
+	* PREPARE, PRE_BUILD: added
+	* BUILD, DEPENDS, INSTALL: updated
+	* TRIGGERS, TrueCrypt_Foundation.gpg: removed
+
 2007-05-07 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 4.3a
 
diff --git a/z-crypto/truecrypt/INSTALL b/z-crypto/truecrypt/INSTALL
index 0ee85e9..792b41f 100755
--- a/z-crypto/truecrypt/INSTALL
+++ b/z-crypto/truecrypt/INSTALL
@@ -1 +1 @@
-./install.sh
+install -m 755 Main/truecrypt $INSTALL_ROOT/usr/bin
diff --git a/z-crypto/truecrypt/PREPARE b/z-crypto/truecrypt/PREPARE
new file mode 100755
index 0000000..b564dd4
--- /dev/null
+++ b/z-crypto/truecrypt/PREPARE
@@ -0,0 +1,14 @@
+. DETAILS > /dev/null  &&
+
+if [ ! -e "/var/spool/sorcery/$SOURCE_ORIG" ]; then
+
+message "
+${MESSAGE_COLOR}Source code package ${FILE_COLOR}$SOURCE ${PROBLEM_COLOR}is missing${MESSAGE_COLOR}.
+You have to download it from ${QUERY_COLOR}http://www.truecrypt.org/downloads2.php${MESSAGE_COLOR}
+and put it into ${QUERY_COLOR}/var/spool/sorcery${MESSAGE_COLOR}.${DEFAULT_COLOR}
+"
+return 1
+
+fi
+
+cp "$SOURCE_CACHE/$SOURCE_ORIG" $SOURCE_CACHE/$SOURCE
diff --git a/z-crypto/truecrypt/PRE_BUILD b/z-crypto/truecrypt/PRE_BUILD
new file mode 100755
index 0000000..94ad8ba
--- /dev/null
+++ b/z-crypto/truecrypt/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build  &&
+cd $SOURCE_DIRECTORY  &&
+
+unpack_file 2
diff --git a/z-crypto/truecrypt/TRIGGERS b/z-crypto/truecrypt/TRIGGERS
deleted file mode 100755
index bb1c400..0000000
--- a/z-crypto/truecrypt/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast  linux  cast_self
diff --git a/z-crypto/truecrypt/TrueCrypt_Foundation.gpg b/z-crypto/truecrypt/TrueCrypt_Foundation.gpg
deleted file mode 100644
index 7a6035b..0000000
Binary files a/z-crypto/truecrypt/TrueCrypt_Foundation.gpg and /dev/null differ



More information about the SM-Commit mailing list