pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/tlf Initial commit of tlf, an advanced hamradio lo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b78df0e82a7
branches: trunk
changeset: 481061:7b78df0e82a7
user: wulf <wulf%pkgsrc.org@localhost>
date: Fri Sep 24 23:39:03 2004 +0000
description:
Initial commit of tlf, an advanced hamradio logging and contest program
diffstat:
ham/tlf/DESCR | 2 ++
ham/tlf/Makefile | 31 +++++++++++++++++++++++++++++++
ham/tlf/PLIST | 32 ++++++++++++++++++++++++++++++++
ham/tlf/distinfo | 4 ++++
4 files changed, 69 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r b3943761eac4 -r 7b78df0e82a7 ham/tlf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/tlf/DESCR Fri Sep 24 23:39:03 2004 +0000
@@ -0,0 +1,2 @@
+An advanced logging and contest program for hamradio using the ncurses
+library.
diff -r b3943761eac4 -r 7b78df0e82a7 ham/tlf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/tlf/Makefile Fri Sep 24 23:39:03 2004 +0000
@@ -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@localhost
+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 -r b3943761eac4 -r 7b78df0e82a7 ham/tlf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/tlf/PLIST Fri Sep 24 23:39:03 2004 +0000
@@ -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 -r b3943761eac4 -r 7b78df0e82a7 ham/tlf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/tlf/distinfo Fri Sep 24 23:39:03 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index