Portage is a package management system used by Gentoo Linux
# ChangeLog for media-radio/cwdaemon
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.11 2007/05/15 13:26:51 bangert Exp $
15 May 2007; Thilo Bangert
add
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
06 Jan 2007; Danny van Dyk
-cwdaemon-0.9.ebuild, -cwdaemon-0.9.1.ebuild:
QA: Removed unused versions.
14 Sep 2005; Aron Griffis
Mark 0.9.2 stable on alpha
30 Mar 2005; Robb Romans
New version 0.9.2
* Many patches by Jason L. Wright, AI4JW, which brings us OpenBSD
support and the following:
* Better command line parsing and error checking added.
* The 'none' sound device had been added in case you don't want a
sidetone.
* Free entry of portnames has been added, together with autodetection
of ports. This should give support for more platforms.
* A null device has been added in case you want sidetone but no keying,
see 'man cwdaemon'.
* Many minor bugfixes.
*cwdaemon-0.9.1 (11 Jan 2005)
11 Jan 2005; Robb Romans
+cwdaemon-0.9.1.ebuild, cwdaemon-0.9.ebuild:
New version fixes a possible security issue
*cwdaemon-0.9 (08 Dec 2004)
08 Dec 2004; Robb Romans
cwdaemon (0.9)
* ESCh will send echo to the program using cwdaemon when CW playing is done,
using the '^' character. Added by Lada, OK1ZIA. This is used by tucnak,
a VHF contest logging program, see http://tucnak.nagano.cz.
* Debian init.d bootscript added by Lada, together with /etc/default/cwdaemon,
which you can use to configure cwdaemon. Set START_CWDAEMON=no in
/etc/default/cwdaemon to disable start at boottime.
* Serial and parallel port now supported on FreeBSD. Parallel port and various
BSD fixes thanks to Diane Bruce, VA3DB.
04 Aug 2004; Robb Romans
Mark stable on x86, add ~alpha.
29 Jun 2004; Robb Romans
Move to virtual/libc
*cwdaemon-0.8 (28 Jun 2004)
28 Jun 2004; David Holm
Added to ~ppc.
27 Jun 2004; Robb Romans
Initial import.
DIST cwdaemon-0.9.2.tar.gz 267210 RMD160 1bf6d749a0f578081103d6363256f6ce18d5ce06 SHA1 13a81c5cf09235d1b8db70c9db68e71e3f18a2f4 SHA256 c390fbc8fb5eec49fad5934a0b3353264a47807bdd0fb76ea194ddc8d2eece7d
EBUILD cwdaemon-0.9.2.ebuild 658 RMD160 c07c4cf2d67a5a3313916157ea01522a2f064017 SHA1 da1279c405481a243284dafa06de5096e7c23a4e SHA256 b483e6920401d911407225936c22f2bb353f1b6f181d2d14ec11d6eb296a5e3c
MISC ChangeLog 2483 RMD160 9908109eed8c8f33abbc2f5298e8d933fcf76525 SHA1 6f09dc7be155999342f4834ab9fe3ffba496c084 SHA256 2c79f195be9f3c563d5982fae8573ec228bbabb093e8b0992356efed022434c9
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.4 2005/09/14 06:54:04 agriffis Exp $
DESCRIPTION="A morse daemon for the parallel or serial port"
HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html"
SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~ppc x86"
IUSE=""
RDEPEND="virtual/libc"
DEPEND="sys-apps/gawk"
src_compile() {
econf || die "configure failed"
emake || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "install failed"
}