From dcf2c55834af15953bdcbd71925d2eb96fffe15c Mon Sep 17 00:00:00 2001 From: wulf Date: Fri, 24 Sep 2004 23:39:03 +0000 Subject: Initial commit of tlf, an advanced hamradio logging and contest program --- ham/tlf/DESCR | 2 ++ ham/tlf/Makefile | 31 +++++++++++++++++++++++++++++++ ham/tlf/PLIST | 32 ++++++++++++++++++++++++++++++++ ham/tlf/distinfo | 4 ++++ 4 files changed, 69 insertions(+) create mode 100644 ham/tlf/DESCR create mode 100644 ham/tlf/Makefile create mode 100644 ham/tlf/PLIST create mode 100644 ham/tlf/distinfo (limited to 'ham') diff --git a/ham/tlf/DESCR b/ham/tlf/DESCR new file mode 100644 index 00000000000..0104cf17982 --- /dev/null +++ b/ham/tlf/DESCR @@ -0,0 +1,2 @@ +An advanced logging and contest program for hamradio using the ncurses +library. diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile new file mode 100644 index 00000000000..f923dcab6a1 --- /dev/null +++ b/ham/tlf/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 23:39:03 wulf Exp $ +# + +DISTNAME= tlf-0.9.20 +CATEGORIES= ham +MASTER_SITES= http://sharon.pi8zaa.ampr.org/pub/linux/ham/tlf/ + +MAINTAINER= wulf@NetBSD.org +HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html +COMMENT= Advanced hamradio logging and contest program + +USE_NCURSES= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +BUILD_USES_MSGFMT=yes + +CONFIGURE_ARGS= --enable-hamlib + +post-patch: + ${ECHO} SC_DEVICE=/dev/tty00 >> ${WRKSRC}/share/logcfg.dat + +.include "../../mk/bsd.prefs.mk" + +LIBS+= ${LIBOSSAUDIO} + +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../ham/hamlib/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/tlf/PLIST b/ham/tlf/PLIST new file mode 100644 index 00000000000..4667b2dc587 --- /dev/null +++ b/ham/tlf/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/24 23:39:03 wulf Exp $ +share/tlf/doc/README +share/tlf/rules/arrldx_dx +share/tlf/rules/arrldx_usa +share/tlf/rules/arrlfd +share/tlf/rules/arrlss +share/tlf/rules/cqww +share/tlf/rules/dxped +share/tlf/rules/eusprint +share/tlf/rules/lzdx +share/tlf/rules/pacc_dx +share/tlf/rules/pacc_pa +share/tlf/rules/qso +share/tlf/rules/spdx_dx +share/tlf/rules/spdx_sp +share/tlf/rules/ssa_mt +share/tlf/rules/template +share/tlf/rules/wpx +share/tlf/callmaster +share/tlf/cty.dat +share/tlf/logcfg.dat +share/tlf/arrlsections +share/tlf/ea_sections +share/tlf/paccmults +share/tlf/spdxmults +share/tlf/ssamults +bin/tlf +bin/soundlog +man/man1/tlf.1 +@dirrm share/tlf/doc +@dirrm share/tlf/rules +@dirrm share/tlf diff --git a/ham/tlf/distinfo b/ham/tlf/distinfo new file mode 100644 index 00000000000..e49e23be04c --- /dev/null +++ b/ham/tlf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/24 23:39:03 wulf Exp $ + +SHA1 (tlf-0.9.20.tar.gz) = 27d81be391caf162d79425bb1cb6dbeb9598aee4 +Size (tlf-0.9.20.tar.gz) = 357207 bytes -- cgit v1.2.3