From aed6932265ccf790ba944b8291e2607ec13e49e7 Mon Sep 17 00:00:00 2001 From: Joshua Brindle Date: Thu, 15 Apr 2004 04:07:02 +0000 Subject: initial import --- app-crypt/bsign/ChangeLog | 9 +++++++++ app-crypt/bsign/Manifest | 4 ++++ app-crypt/bsign/bsign-0.4.5.ebuild | 33 ++++++++++++++++++++++++++++++++ app-crypt/bsign/files/digest-bsign-0.4.5 | 1 + app-crypt/bsign/metadata.xml | 10 ++++++++++ 5 files changed, 57 insertions(+) create mode 100644 app-crypt/bsign/ChangeLog create mode 100644 app-crypt/bsign/Manifest create mode 100644 app-crypt/bsign/bsign-0.4.5.ebuild create mode 100644 app-crypt/bsign/files/digest-bsign-0.4.5 create mode 100644 app-crypt/bsign/metadata.xml (limited to 'app-crypt') 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 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 @@ + + + +hardened + + method@gentoo.org + +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. + + -- cgit v1.2.3-65-gdbad