diff options
-rw-r--r-- | app-misc/bfr/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/bfr/Manifest | 5 | ||||
-rw-r--r-- | app-misc/bfr/bfr-1.5.ebuild | 24 | ||||
-rw-r--r-- | app-misc/bfr/files/digest-bfr-1.5 | 1 |
4 files changed, 35 insertions, 3 deletions
diff --git a/app-misc/bfr/ChangeLog b/app-misc/bfr/ChangeLog new file mode 100644 index 000000000000..7b2f0f5b0b73 --- /dev/null +++ b/app-misc/bfr/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-misc/bfr +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/ChangeLog,v 1.1 2003/09/15 02:22:09 mkennedy Exp $ + +*bfr-1.5 (14 Sep 2003) + + 14 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> : + Initial import. Ebuild submitted by Matthew Kennedy <mkennedy@gentoo.org>. diff --git a/app-misc/bfr/Manifest b/app-misc/bfr/Manifest index 1acc7d8c2882..dacd071bb30f 100644 --- a/app-misc/bfr/Manifest +++ b/app-misc/bfr/Manifest @@ -1,4 +1,3 @@ -MD5 2b6fcfe0ed89dd525f58e1b7237c725d bfr-1.5.ebuild 581 -MD5 8d52421dca1f2d3fc106864446cea725 bfr-1.5.ebuild~ 5988 -MD5 125ee013081b112d56a1d15507d72ef2 ChangeLog 3674 +MD5 2a03eb1be454fa29eb846fed66105cad bfr-1.5.ebuild 731 +MD5 f5bfb8a704ed776ce2dcc3e8eea36bb8 ChangeLog 365 MD5 ee28df28437904204ad60a3940eaf065 files/digest-bfr-1.5 59 diff --git a/app-misc/bfr/bfr-1.5.ebuild b/app-misc/bfr/bfr-1.5.ebuild new file mode 100644 index 000000000000..52cfa6cddd2d --- /dev/null +++ b/app-misc/bfr/bfr-1.5.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-misc/bfr/bfr-1.5.ebuild,v 1.1 2003/09/15 02:22:09 mkennedy Exp $ + +DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer. It buffers data from stdin and sends it to stdout, adjusting to best fit the pace stdout can handle." +HOMEPAGE="http://www.glines.org:8000/software/buffer.html" +SRC_URI="http://www.glines.org:8000/bin/pk/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} diff --git a/app-misc/bfr/files/digest-bfr-1.5 b/app-misc/bfr/files/digest-bfr-1.5 new file mode 100644 index 000000000000..d41166e891a1 --- /dev/null +++ b/app-misc/bfr/files/digest-bfr-1.5 @@ -0,0 +1 @@ +MD5 ae90e689f12b90bde7166aac18b187d3 bfr-1.5.tar.bz2 55857 |