summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2005-03-31 01:33:58 +0000
committerRob Romans <killsoft@gentoo.org>2005-03-31 01:33:58 +0000
commitb3a60e04936668e8932d29d745d5cd898328098c (patch)
treed42a885b0711a4774f0148f97750a8cdb92c121d /media-radio/cwdaemon
parentremove crufty ebuild (diff)
downloadhistorical-b3a60e04936668e8932d29d745d5cd898328098c.tar.gz
historical-b3a60e04936668e8932d29d745d5cd898328098c.tar.bz2
historical-b3a60e04936668e8932d29d745d5cd898328098c.zip
new version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r--media-radio/cwdaemon/ChangeLog15
-rw-r--r--media-radio/cwdaemon/Manifest4
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.2.ebuild24
-rw-r--r--media-radio/cwdaemon/files/digest-cwdaemon-0.9.21
4 files changed, 42 insertions, 2 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index 21a8ba420916..55187924c9ba 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for media-radio/cwdaemon
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.6 2005/01/12 05:45:55 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.7 2005/03/31 01:33:58 killsoft Exp $
+
+ 30 Mar 2005; Robb Romans <killsoft@gentoo.org> :
+ 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)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 17a465f0e8ea..ccf9c4c47e65 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1,8 +1,10 @@
-MD5 5cac332b4cef6669e0c8a78181bce7ad ChangeLog 1477
+MD5 07477ac3cd346b06413066bf9a72868d ChangeLog 2042
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
MD5 0c0ed431d1be968060380375374c6eac cwdaemon-0.9.1.ebuild 640
MD5 34e1c70b94fa51d3afa4e276d8a9ac11 cwdaemon-0.9.ebuild 639
MD5 bfe5c2ca0f9fe1c81971790a5a706c19 cwdaemon-0.8.ebuild 638
+MD5 5f40b43d9c228f1284b5baa11059b2b0 cwdaemon-0.9.2.ebuild 641
MD5 72ba8154328270caa729bc0893d77a3b files/digest-cwdaemon-0.9.1 66
MD5 0d240805bb994d36024d3ab020aca666 files/digest-cwdaemon-0.9 64
+MD5 c9800a74fca530a660e5a9796fba43fe files/digest-cwdaemon-0.9.2 66
MD5 633b819de27cf3df96bde26d370959d5 files/digest-cwdaemon-0.8 64
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
new file mode 100644
index 000000000000..22ed9dbf675d
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
@@ -0,0 +1,24 @@
+# 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.1 2005/03/31 01:33:58 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.2 b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.2
new file mode 100644
index 000000000000..1fba86572d5c
--- /dev/null
+++ b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.2
@@ -0,0 +1 @@
+MD5 6f5cd3441d8ad6940511ab296979c964 cwdaemon-0.9.2.tar.gz 267210