[Lunar-commits] <moonbase> bcrypt: Bcrypt is a cross platform file encryption utility.

Auke Kok sofar at foo-projects.org
Mon Jun 22 23:04:39 CEST 2009


commit 22f0353f0afb30c5ab916ae862e50215f2e442ff
Author: Jason Williams <jason5876 at gmail.com>
Date:   Mon Jun 22 23:04:39 2009 +0200

    bcrypt: Bcrypt is a cross platform file encryption utility.
---
 zbeta/bcrypt/BUILD   |    6 ++++++
 zbeta/bcrypt/DETAILS |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/zbeta/bcrypt/BUILD b/zbeta/bcrypt/BUILD
new file mode 100644
index 0000000..be2dc7a
--- /dev/null
+++ b/zbeta/bcrypt/BUILD
@@ -0,0 +1,6 @@
+(
+
+   sedit "s:/usr/local:/usr:g" Makefile
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/bcrypt/DETAILS b/zbeta/bcrypt/DETAILS
new file mode 100644
index 0000000..bdb7faf
--- /dev/null
+++ b/zbeta/bcrypt/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=bcrypt
+         VERSION=1.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:fd4c7c83fdc560f143bb0e0a8c9fb7aa57e69698
+        WEB_SITE=http://bcrypt.sourceforge.net/
+         ENTERED=20090607
+         UPDATED=20090607
+           SHORT="Blowfish file encryption utility."
+
+cat << EOF
+Bcrypt is a cross platform file encryption utility. Encrypted
+files are portable across all supported operating systems and
+processors.
+EOF


More information about the Lunar-commits mailing list