summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2004-04-15 04:07:02 +0000
committerJoshua Brindle <method@gentoo.org>2004-04-15 04:07:02 +0000
commitaed6932265ccf790ba944b8291e2607ec13e49e7 (patch)
treed45cbd6457d1bc143904f2af21f43a5dc628aeb8 /app-crypt
parentMarked stable on mips. (diff)
downloadhistorical-aed6932265ccf790ba944b8291e2607ec13e49e7.tar.gz
historical-aed6932265ccf790ba944b8291e2607ec13e49e7.tar.bz2
historical-aed6932265ccf790ba944b8291e2607ec13e49e7.zip
initial import
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bsign/ChangeLog9
-rw-r--r--app-crypt/bsign/Manifest4
-rw-r--r--app-crypt/bsign/bsign-0.4.5.ebuild33
-rw-r--r--app-crypt/bsign/files/digest-bsign-0.4.51
-rw-r--r--app-crypt/bsign/metadata.xml10
5 files changed, 57 insertions, 0 deletions
diff --git a/app-crypt/bsign/ChangeLog b/app-crypt/bsign/ChangeLog
new file mode 100644
index 000000000000..42b863a62a9e
--- /dev/null
+++ b/app-crypt/bsign/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-crypt/bsign
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/ChangeLog,v 1.1 2004/04/15 04:07:02 method Exp $
+
+*bsign-0.4.5 (14 Apr 2004)
+
+ 14 Apr 2004; Joshua Brindle <method@gentoo.org> bsign-0.4.5.ebuild:
+ initial import
+
diff --git a/app-crypt/bsign/Manifest b/app-crypt/bsign/Manifest
new file mode 100644
index 000000000000..425046b6898a
--- /dev/null
+++ b/app-crypt/bsign/Manifest
@@ -0,0 +1,4 @@
+MD5 d2b937360bf1c4cc6347d7ef2a8b3f47 bsign-0.4.5.ebuild 907
+MD5 74bd52a9c8ad28696ba15c912c5aaa48 metadata.xml 610
+MD5 cef33bff27dde440d22c231afd74c0e4 ChangeLog 328
+MD5 fba559d844e5d86a9345a7270fa8c367 files/digest-bsign-0.4.5 62
diff --git a/app-crypt/bsign/bsign-0.4.5.ebuild b/app-crypt/bsign/bsign-0.4.5.ebuild
new file mode 100644
index 000000000000..87ea7f0ca3b9
--- /dev/null
+++ b/app-crypt/bsign/bsign-0.4.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bsign/bsign-0.4.5.ebuild,v 1.1 2004/04/15 04:07:02 method Exp $
+
+DESCRIPTION="This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication"
+HOMEPAGE="http://packages.debian.org/unstable/admin/bsign.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/b/bsign/${PN}_${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin bsign
+ dobin bsign_sign
+ dobin bsign_verify
+ dobin bsign_hash
+ dobin bsign_check
+ doman bsign.1
+}
diff --git a/app-crypt/bsign/files/digest-bsign-0.4.5 b/app-crypt/bsign/files/digest-bsign-0.4.5
new file mode 100644
index 000000000000..7dda91224bb9
--- /dev/null
+++ b/app-crypt/bsign/files/digest-bsign-0.4.5
@@ -0,0 +1 @@
+MD5 57984eb43bacd5cfd497cbf36912a14d bsign_0.4.5.tar.gz 77471
diff --git a/app-crypt/bsign/metadata.xml b/app-crypt/bsign/metadata.xml
new file mode 100644
index 000000000000..c37e7782f395
--- /dev/null
+++ b/app-crypt/bsign/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>hardened</herd>
+<maintainer>
+ <email>method@gentoo.org</email>
+</maintainer>
+<longdescription>This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication. Currently, target file types are all ELF format: executables, kernel modules, shared and static link libraries. This program has functionality similar to tripwire and integrit without the need to maintain a database.
+</longdescription>
+</pkgmetadata>