summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2004-12-08 23:05:22 +0000
committerRob Romans <killsoft@gentoo.org>2004-12-08 23:05:22 +0000
commitc58b5898ecc5eab497295434562c3bc6238a30ec (patch)
tree96640210f7672f564ab820b36e72606d70573f37 /media-radio/cwdaemon
parentFixed bug #73611 (diff)
downloadhistorical-c58b5898ecc5eab497295434562c3bc6238a30ec.tar.gz
historical-c58b5898ecc5eab497295434562c3bc6238a30ec.tar.bz2
historical-c58b5898ecc5eab497295434562c3bc6238a30ec.zip
new upstream version
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r--media-radio/cwdaemon/ChangeLog16
-rw-r--r--media-radio/cwdaemon/Manifest4
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.ebuild24
-rw-r--r--media-radio/cwdaemon/files/digest-cwdaemon-0.91
4 files changed, 43 insertions, 2 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index b60d0735c30e..bf9a8612999b 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for media-radio/cwdaemon
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.4 2004/08/05 00:35:27 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.5 2004/12/08 23:05:22 killsoft Exp $
+
+*cwdaemon-0.9 (08 Dec 2004)
+
+ 08 Dec 2004; Robb Romans <killsoft@gentoo.org> +cwdaemon-0.9.ebuild:
+ 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 <killsoft@gentoo.org> cwdaemon-0.8.ebuild:
Mark stable on x86, add ~alpha.
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 3b619cd63c6e..3c4fd445e4bc 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1,4 +1,6 @@
-MD5 5f38b67bf1a167005e38482012f77008 ChangeLog 610
+MD5 967c077ad867fad97c3f02bc53f7e6fa ChangeLog 1282
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
+MD5 a814ea631fc5bd1723c86d4e3f08df9b cwdaemon-0.9.ebuild 639
MD5 3f5fcbb99b0e5b7251e98122b79fb636 cwdaemon-0.8.ebuild 638
+MD5 0d240805bb994d36024d3ab020aca666 files/digest-cwdaemon-0.9 64
MD5 633b819de27cf3df96bde26d370959d5 files/digest-cwdaemon-0.8 64
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.ebuild
new file mode 100644
index 000000000000..e79f4a89210a
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.ebuild,v 1.1 2004/12/08 23:05:22 killsoft 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="~x86 ~ppc ~alpha"
+IUSE=""
+
+RDEPEND="virtual/libc"
+DEPEND="sys-apps/gawk"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}
diff --git a/media-radio/cwdaemon/files/digest-cwdaemon-0.9 b/media-radio/cwdaemon/files/digest-cwdaemon-0.9
new file mode 100644
index 000000000000..036264cc02d5
--- /dev/null
+++ b/media-radio/cwdaemon/files/digest-cwdaemon-0.9
@@ -0,0 +1 @@
+MD5 66bb4dda4e53b139182f404cb098ea49 cwdaemon-0.9.tar.gz 258173