[Lunar-commits] <moonbase> bcrypt: Moving to crypto.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Feb 4 14:05:24 CET 2012


commit 7252133ac74bdf8eb50a9df422394bd900a29941
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Feb 4 08:05:24 2012 -0500

    bcrypt: Moving to crypto.
---
 crypto/bcrypt/BUILD   |    6 ++++++
 crypto/bcrypt/DETAILS |   15 +++++++++++++++
 zbeta/bcrypt/BUILD    |    6 ------
 zbeta/bcrypt/DETAILS  |   15 ---------------
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/crypto/bcrypt/BUILD b/crypto/bcrypt/BUILD
new file mode 100644
index 0000000..be2dc7a
--- /dev/null
+++ b/crypto/bcrypt/BUILD
@@ -0,0 +1,6 @@
+(
+
+   sedit "s:/usr/local:/usr:g" Makefile
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/crypto/bcrypt/DETAILS b/crypto/bcrypt/DETAILS
new file mode 100644
index 0000000..bdb7faf
--- /dev/null
+++ b/crypto/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
diff --git a/zbeta/bcrypt/BUILD b/zbeta/bcrypt/BUILD
deleted file mode 100644
index be2dc7a..0000000
--- a/zbeta/bcrypt/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-   sedit "s:/usr/local:/usr:g" Makefile
-   default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/bcrypt/DETAILS b/zbeta/bcrypt/DETAILS
deleted file mode 100644
index bdb7faf..0000000
--- a/zbeta/bcrypt/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          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