Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a0fde2c5b5fc7ef81faa158c820b4aa3352e3cd0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a0fde2c5b5fc7ef81faa158c820b4aa3352e3cd0)
  • Date: Fri, 24 Jun 2016 11:49:22 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
crypto/tomb/BUILD | 1 +
crypto/tomb/DEPENDS | 6 ++++++
crypto/tomb/DETAILS | 30 ++++++++++++++++++++++++++++++
crypto/tomb/HISTORY | 2 ++
crypto/tomb/INSTALL | 1 +
6 files changed, 43 insertions(+)

New commits:
commit a0fde2c5b5fc7ef81faa158c820b4aa3352e3cd0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tomb: new spell, File Encryption on GNU/Linux

diff --git a/ChangeLog b/ChangeLog
index 4297200..aa4d919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * crypto/tomb: new spell, File Encryption on GNU/Linux
+
2016-06-21 Pavel Vinogradov <public AT sourcemage.org>
* chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin

diff --git a/crypto/tomb/BUILD b/crypto/tomb/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/tomb/BUILD
@@ -0,0 +1 @@
+true
diff --git a/crypto/tomb/DEPENDS b/crypto/tomb/DEPENDS
new file mode 100755
index 0000000..1c4f059
--- /dev/null
+++ b/crypto/tomb/DEPENDS
@@ -0,0 +1,6 @@
+depends zsh &&
+depends GNUPG &&
+depends cryptsetup-luks &&
+# FIXME uses mlocate for indexing and searching
+# suggest_depends mlocate '' '' 'for file search support'
+true
diff --git a/crypto/tomb/DETAILS b/crypto/tomb/DETAILS
new file mode 100755
index 0000000..392b6e9
--- /dev/null
+++ b/crypto/tomb/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=tomb
+ VERSION=2.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://files.dyne.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:11723f1cccc75ffe64156b1f26ee7095a0147b48e05c58e98ea0fac933e9f7e5884c705a10dd4416338bab443c56902435709de85e313a053fe61883631e1290
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ GATHER_DOCS=no
+ WEB_SITE="https://www.dyne.org/software/tomb/";
+ LICENSE[0]="GPLv3+"
+ ENTERED=20160623
+ KEYWORDS=""
+ SHORT="File Encryption on GNU/Linux"
+cat << EOF
+Tomb is an 100% free and open source system for file encryption on GNU/Linux,
+facilitating the backup of secret files. Tomb is written in code that is
+easy to review and links commonly shared components.
+
+Tomb generates encrypted storage folders to be opened and closed using
+their associated keyfiles, which are also protected with a password chosen
+by the user.
+
+A tomb is like a locked folder that can be safely transported and hidden in
+a filesystem; its keys can be kept separate, for instance keeping the tomb
+file on your computer harddisk and the key files on a USB stick.
+
+Tomb is a simple tool to manage encrypted storage on GNU/Linux, from the
+hashes of the dyne:bolic nesting mechanism.
+
+Tomb works only on GNU/Linux systems.
+EOF
diff --git a/crypto/tomb/HISTORY b/crypto/tomb/HISTORY
new file mode 100644
index 0000000..0ff586b
--- /dev/null
+++ b/crypto/tomb/HISTORY
@@ -0,0 +1,2 @@
+2016-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/crypto/tomb/INSTALL b/crypto/tomb/INSTALL
new file mode 100755
index 0000000..a420c42
--- /dev/null
+++ b/crypto/tomb/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT"/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a0fde2c5b5fc7ef81faa158c820b4aa3352e3cd0), Ismael Luceno, 06/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page