summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2005-03-31 01:24:44 +0000
committerRob Romans <killsoft@gentoo.org>2005-03-31 01:24:44 +0000
commit7d3474d69f4d224d44afef155d99cb4d4e1c0d6c (patch)
tree5235d8d702addeabd541d987b7214fa381a6daec /media-radio
parentRemoved unecessary einfo. bug# 87304 (diff)
downloadhistorical-7d3474d69f4d224d44afef155d99cb4d4e1c0d6c.tar.gz
historical-7d3474d69f4d224d44afef155d99cb4d4e1c0d6c.tar.bz2
historical-7d3474d69f4d224d44afef155d99cb4d4e1c0d6c.zip
new ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/tlf/ChangeLog26
-rw-r--r--media-radio/tlf/Manifest4
-rw-r--r--media-radio/tlf/files/digest-tlf-0.9.231
-rw-r--r--media-radio/tlf/tlf-0.9.23.ebuild31
4 files changed, 60 insertions, 2 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog
index 697a9980b72e..2a5e1163172a 100644
--- a/media-radio/tlf/ChangeLog
+++ b/media-radio/tlf/ChangeLog
@@ -1,6 +1,30 @@
# ChangeLog for media-radio/tlf
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.8 2005/03/31 00:05:09 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.9 2005/03/31 01:24:44 killsoft Exp $
+
+*tlf-0.9.23 (30 Mar 2005)
+
+ 30 Mar 2005; Robb Romans <killsoft@gentoo.org> +tlf-0.9.23.ebuild:
+ New version 0.9.23
+ * New function: start cw before call is complete. In contest mode, you can
+ start sending the call from the call window with 'space' or with
+ 'down-arrow'.
+ * New command: :CHAR asks for number of characters the call must have before
+ sending starts. Default: 0 = OFF. If CHARS is 3, tlf starts sending as soon
+ as you have input the first 3 letters of the call. If you are on slow speed
+ you then have time to complete the call (including backspacing) before
+ sending the first 3 letters is finished. This is of limited use when running
+ above 40 wpm :)
+ * incorporated patch from W9WI fixing a bug in the voice keyer.
+ * changed cw speed control: now default active in call and exchange fields,
+ even if field is not empty
+ * changed qso save logic: RETURN now always logs the qso in SSB and in general
+ qso mode.
+ * New parameter: CHANGE_RST. If set in logcfg.dat, Pg-up and Pg-down will
+ change RST instead of CW speed if field is not empty. Default: off.
+ * fixed nasty bug which caused CQDELAY to start at 0 instead of the default in
+ logcfg.dat
+ * manpage updated for version 0.9.23
*tlf-0.9.22 (30 Mar 2005)
diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index a2b548dd2701..5a44724c1199 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,10 +1,12 @@
MD5 1711cdef208deabaa85de6fba1afc7bc tlf-0.9.20.ebuild 745
MD5 106739701ab705345d78c8d3cffbb5dc tlf-0.9.19.ebuild 745
-MD5 cea20476f22f346f190f9680010cba4e ChangeLog 2173
+MD5 cd7cad705df12ef67820922ae0264bd2 ChangeLog 3423
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
MD5 9511aa382032a16624e6556b9d28cb2b tlf-0.9.21.ebuild 754
+MD5 da7b030adb3cc69a9cdf95bbe8ec9611 tlf-0.9.23.ebuild 755
MD5 ad3cbd8be31b9cbbb830ce2d2e3c769a tlf-0.9.22.ebuild 754
MD5 5b2458d7e0c55d1efc6d65ab83e958c3 files/digest-tlf-0.9.22 62
+MD5 30a1698625e8d0d454b1e25476d267ef files/digest-tlf-0.9.23 62
MD5 c0e39249a77a318de45e2dbcf775a9f6 files/digest-tlf-0.9.19 62
MD5 01e251ccdb810c5c67db02ec722299b7 files/digest-tlf-0.9.21 62
MD5 16c4bb832d86bf9c3928b9ca48da860d files/digest-tlf-0.9.20 62
diff --git a/media-radio/tlf/files/digest-tlf-0.9.23 b/media-radio/tlf/files/digest-tlf-0.9.23
new file mode 100644
index 000000000000..5e09611fa066
--- /dev/null
+++ b/media-radio/tlf/files/digest-tlf-0.9.23
@@ -0,0 +1 @@
+MD5 3aac44a33b24ea5981ff4daee44c9a20 tlf-0.9.23.tar.gz 352374
diff --git a/media-radio/tlf/tlf-0.9.23.ebuild b/media-radio/tlf/tlf-0.9.23.ebuild
new file mode 100644
index 000000000000..099cce16ec17
--- /dev/null
+++ b/media-radio/tlf/tlf-0.9.23.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.23.ebuild,v 1.1 2005/03/31 01:24:44 killsoft Exp $
+
+inherit flag-o-matic
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html"
+SRC_URI="http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+IUSE=""
+
+RDEPEND="virtual/libc
+ sys-libs/ncurses
+ media-libs/hamlib"
+
+DEPEND="sys-apps/gawk"
+
+src_compile() {
+ append-flags -L/usr/lib/hamlib
+ econf --enable-hamlib \
+ || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}