summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-06-18 21:39:45 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-06-18 21:39:45 +0000
commit061a72f0da2ba185c09205e26e5c91e1a0831fd3 (patch)
tree73c15816da0f513dd06cce7ac078f4c18d417a6d /app-crypt
parentInitial import. (diff)
downloadgentoo-2-061a72f0da2ba185c09205e26e5c91e1a0831fd3.tar.gz
gentoo-2-061a72f0da2ba185c09205e26e5c91e1a0831fd3.tar.bz2
gentoo-2-061a72f0da2ba185c09205e26e5c91e1a0831fd3.zip
Initial import.
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bcrypt/ChangeLog18
-rw-r--r--app-crypt/bcrypt/Manifest3
-rw-r--r--app-crypt/bcrypt/bcrypt-1.1.ebuild24
-rw-r--r--app-crypt/bcrypt/files/digest-bcrypt-1.11
4 files changed, 45 insertions, 1 deletions
diff --git a/app-crypt/bcrypt/ChangeLog b/app-crypt/bcrypt/ChangeLog
new file mode 100644
index 000000000000..063581bd9508
--- /dev/null
+++ b/app-crypt/bcrypt/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for app-crypt/bcrypt
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/ChangeLog,v 1.1 2003/06/18 21:39:41 absinthe Exp $
+
+*bcrypt-1.1 (18 Jun 2003)
+
+ 18 Jun 2003; Dylan Carlson <absinthe@gentoo.org> bcrypt-1.1.ebuild:
+ Initial import.
+
+ NOTE:
+ In addition to encrypting your data, bcrypt will by default overwrite the
+ original input file with random garbage three times before deleting it in
+ order to thwart data recovery attempts by persons who may gain access to
+ your computer.
+
+ If you're not quite ready for this level of paranoia yet, use the '-r'
+ switch. Please see the bcrypt(1) man page for more details.
+
diff --git a/app-crypt/bcrypt/Manifest b/app-crypt/bcrypt/Manifest
index da1eb20979b5..fce4f9b49d40 100644
--- a/app-crypt/bcrypt/Manifest
+++ b/app-crypt/bcrypt/Manifest
@@ -1,2 +1,3 @@
-MD5 31f2495e33647aaa8adaf28d31de59a4 bcrypt-1.1.ebuild 723
+MD5 190dbcc05d6072c9cb8f72a662be7f2d bcrypt-1.1.ebuild 715
+MD5 cacdeb6c1d8192523b0c986dd5a96c95 ChangeLog 728
MD5 99d04f9cdab690b8f1c86be81f974c24 files/digest-bcrypt-1.1 61
diff --git a/app-crypt/bcrypt/bcrypt-1.1.ebuild b/app-crypt/bcrypt/bcrypt-1.1.ebuild
new file mode 100644
index 000000000000..9f98e49ba038
--- /dev/null
+++ b/app-crypt/bcrypt/bcrypt-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/bcrypt-1.1.ebuild,v 1.1 2003/06/18 21:39:41 absinthe Exp $
+
+DESCRIPTION="A file encryption utility using Paul Kocher's implementation of the blowfish algorithm"
+HOMEPAGE="http://bcrypt.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="x86 ppc sparc alpha"
+IUSE=""
+DEPEND="sys-libs/zlib"
+
+src_compile() {
+ sed -e "s:CFLAGS = -O2 -Wall:CFLAGS = -Wall ${CFLAGS}:" Makefile > Makefile.new
+ mv Makefile.new Makefile
+ make || die
+}
+
+src_install() {
+ dobin bcrypt
+ dodoc LICENSE README
+ doman bcrypt.1
+}
diff --git a/app-crypt/bcrypt/files/digest-bcrypt-1.1 b/app-crypt/bcrypt/files/digest-bcrypt-1.1
new file mode 100644
index 000000000000..4ad9dd7d4ab3
--- /dev/null
+++ b/app-crypt/bcrypt/files/digest-bcrypt-1.1
@@ -0,0 +1 @@
+MD5 8ce2873836ccd433329c8df0e37e298c bcrypt-1.1.tar.gz 36781