Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/bsdsfv
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/ChangeLog,v 1.28 2008/01/26 18:42:10 grobian Exp $
26 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
21 Nov 2006; Timothy Redaelli
Taked maintainership.
21 Nov 2006; Diego Pettenò
Move to maintainer-needed.
29 Oct 2006; Diego Pettenò
Remove old version.
09 Oct 2006; Timothy Redaelli
Added ~x86-fbsd keyword.
08 Sep 2006; Daniel Gryniewicz
Marked stable on amd64 for bug #146744
05 Aug 2006; Michael Hanselmann
Stable on ppc.
03 Aug 2006; Gustavo Zacarias
Stable on sparc wrt #142351
02 Aug 2006; Fabian Groffen
Marked ppc-macos stable (bug #142351)
01 Aug 2006; Andrej Kacian
Stable on x86, bug #142351.
20 Sep 2005; Diego Pettenò
files/bsdsfv-1.18-64bit.patch:
Fix patch to work on non-glibc systems, inttypes seems to be needed there, too.
*bsdsfv-1.18-r1 (19 Sep 2005)
19 Sep 2005; Diego Pettenò
+files/bsdsfv-1.18-64bit.patch, +bsdsfv-1.18-r1.ebuild:
Added patch to work fine on 64bit arches. Don't let the package be stripped
by the makefile. Respected the configured compiler.
10 Apr 2005; Mike Frysinger
Mark -amd64 since it failed to properly verify half the files in a 70 disk set.
20 Feb 2005;
Stable on ppc-macos.
20 Jan 2005;
Keyworded ~ppc-macos.
27 Apr 2004; Daniel Ahlberg
Added IUSE.
*bsdsfv-1.18 (10 Nov 2003)
10 Nov 2003; Mike Frysinger
Version bump #33135.
*bsdsfv-1.17 (29 Jun 2003)
29 Jun 2003; Mike Frysinger
Version bump.
*bsdsfv-1.14 (15 Apr 2003)
16 Apr 2003; Dylan Carlson
files/bsdsfv-1.14-gentoo.diff:
Fixed the patch (thanks to dragon for pointing this out).
15 Apr 2003; Dylan Carlson
bsdsfv-1.14.ebuild, files/bsdsfv-1.14-gentoo.diff:
Version bump, masked for testing. The authors changed the versioning scheme.
This new version also includes a patch supplied by PJ to colorize the output
( thanks to: PJ
06 Dec 2002; Rodney Rees
*bsdsfv-1.0.13 (17 Aug 2002)
17 Aug 2002; Bruce A. Locke
Version Bump (reminded by cr0t.daywalker@gmx.net (Cr0t))
*bsdsfv-1.0.12 (1 Feb 2002)
13 Aug 2002; Pieter Van den Abeele
Added ppc keyword
AUX bsdsfv-1.18-64bit.patch 2388 RMD160 6f561ab76efa9d83024aceec65f944704a7b9c90 SHA1 bf412941fedd5675dc4964f0fe9c5ecabb0bb427 SHA256 6c51c25eeb444f9a5c599f22bcc3ed8b62c6b0e6a0b19318c8e1b4b16f3b4692
DIST bsdsfv-1.18.tar.gz 13301 RMD160 5b1a0d31b5e0cb6814a08a438f8bfaf930f4005e SHA1 5e72c5e12bce2d5f77469d8f2425064a0ea6fc1e SHA256 577245da123d1ea95266c1628e66a6cf87b8046e1a902ddd408671baecf88495
EBUILD bsdsfv-1.18-r1.ebuild 735 RMD160 e6dac494effdadeacf711f84f865ead07dc4bef3 SHA1 bded82cc56a80e327f8ec325104bc446c30b2adc SHA256 f40529125f14c6a1d19a948db09d54781f0c19d232669b06701dd94c5ce0282b
MISC ChangeLog 3154 RMD160 1382a1564c36d2a9512bebdb4cdc9d66c4bf9fb3 SHA1 4905dbdcdbc66e48a3f300c20742dd58e2464604 SHA256 efd59183c1698d2945e9cced5f04d643bb03e9fa0153aa8950b12711106b240c
MISC metadata.xml 283 RMD160 29d3ca257ead737ac885587c89457b01521e8356 SHA1 0570b7c1d69efe6ec39891cfb534d6716b963959 SHA256 917a446a1ce022dac20f25e2415132b1e9b7982a02e67ac142bb448f56c3f0ca
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/bsdsfv/bsdsfv-1.18-r1.ebuild,v 1.10 2008/01/26 18:42:10 grobian Exp $
inherit eutils toolchain-funcs
DESCRIPTION="all-in-one SFV checksum utility"
HOMEPAGE="http://bsdsfv.sourceforge.net/"
SRC_URI="mirror://sourceforge/bsdsfv/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm ~hppa m68k ppc s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-64bit.patch
}
src_compile() {
emake STRIP=true CC=$(tc-getCC) || die "emake failed"
}
src_install() {
dobin bsdsfv || die
dodoc README MANUAL
}