Skip to Content.
Sympa Menu

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

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 (c8ef686c07c193ad04a48946cd00371d62bedc01)
  • Date: Sun, 21 Oct 2007 17:07:20 -0500

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

ChangeLog | 4 ++++
crypto/gpgdir/BUILD | 1 +
crypto/gpgdir/DEPENDS | 3 +++
crypto/gpgdir/DETAILS | 18 ++++++++++++++++++
crypto/gpgdir/HISTORY | 3 +++
crypto/gpgdir/INSTALL | 1 +
6 files changed, 30 insertions(+)

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

crypto/gpgdir: new spell, recursively encrypts/decrypts directories using
a GPG key

diff --git a/ChangeLog b/ChangeLog
index 0104eef..0a8c202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-21 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/gpgdir: new spell
+ recursively encrypts/decrypts directories using a GPG key
+
2007-10-21 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/jack-keyboard: New spell, virtual keyboard that
uses JACK MIDI.
diff --git a/crypto/gpgdir/BUILD b/crypto/gpgdir/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/gpgdir/BUILD
@@ -0,0 +1 @@
+true
diff --git a/crypto/gpgdir/DEPENDS b/crypto/gpgdir/DEPENDS
new file mode 100755
index 0000000..2431c61
--- /dev/null
+++ b/crypto/gpgdir/DEPENDS
@@ -0,0 +1,3 @@
+depends class-methodmaker &&
+depends gnupg-interface &&
+depends term-readkey
diff --git a/crypto/gpgdir/DETAILS b/crypto/gpgdir/DETAILS
new file mode 100755
index 0000000..b214b65
--- /dev/null
+++ b/crypto/gpgdir/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gpgdir
+ VERSION=1.5
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://www.cipherdyne.org/gpgdir/download/$SOURCE
+
SOURCE_HASH=sha512:31b7c6f4d14c9198afb043326fdb4eb9161ec525e6914f247f7b62512eec5842353059ad3c61f02fd7636fc26e7a0678cb1f8b7123ec4806bc87be4d5ea45424
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.cipherdyne.org/gpgdir/
+ LICENSE[0]=GPL
+ ENTERED=20071021
+ SHORT="recursively encrypts/decrypts directories using a GPG key"
+cat << EOF
+gpgdir is a Perl script that uses the CPAN GnuPG module to encrypt and
decrypt
+directories using a GPG key specified in ~/.gpgdirrc. It supports recursively
+descending through a directory in order to make sure it encrypts or decrypts
+every file in a directory and all of its subdirectories. All file mtime and
+atime values are preserved across encryption and decryption operations. In
+addition, gpgdir is careful not to encrypt hidden files and directories.
+EOF
diff --git a/crypto/gpgdir/HISTORY b/crypto/gpgdir/HISTORY
new file mode 100644
index 0000000..e0be78b
--- /dev/null
+++ b/crypto/gpgdir/HISTORY
@@ -0,0 +1,3 @@
+2007-10-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created this spell,
version 1.5
+
diff --git a/crypto/gpgdir/INSTALL b/crypto/gpgdir/INSTALL
new file mode 100755
index 0000000..c05b045
--- /dev/null
+++ b/crypto/gpgdir/INSTALL
@@ -0,0 +1 @@
+./install.pl



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (c8ef686c07c193ad04a48946cd00371d62bedc01), Ladislav Hagara, 10/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page