summaryrefslogtreecommitdiff
path: root/ham/yaesu
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /ham/yaesu
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-1bf85a33a7f0af352174332dac11865971217df5.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'ham/yaesu')
-rw-r--r--ham/yaesu/DESCR3
-rw-r--r--ham/yaesu/Makefile21
-rw-r--r--ham/yaesu/PLIST3
-rw-r--r--ham/yaesu/distinfo10
-rw-r--r--ham/yaesu/patches/patch-aa13
-rw-r--r--ham/yaesu/patches/patch-ab28
-rw-r--r--ham/yaesu/patches/patch-ac17
-rw-r--r--ham/yaesu/patches/patch-ad104
-rw-r--r--ham/yaesu/patches/patch-ae15
9 files changed, 0 insertions, 214 deletions
diff --git a/ham/yaesu/DESCR b/ham/yaesu/DESCR
deleted file mode 100644
index 40fbba1d837..00000000000
--- a/ham/yaesu/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Archaic program to control a Yaesu FT-890 HF transceiver off of a serial port.
-(This is of interest to a ham radio operator or SWL.)
-Author: kg0cq@amsat.org (Emarit Ranu)
diff --git a/ham/yaesu/Makefile b/ham/yaesu/Makefile
deleted file mode 100644
index 671c81f41b3..00000000000
--- a/ham/yaesu/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $
-#
-
-DISTNAME= yaesu-0.12
-CATEGORIES= ham
-MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
-
-MAINTAINER= dawszy@arhea.net
-#HOMEPAGE= not known
-COMMENT= Control interface for Yaesu FT-890 HF transceiver
-
-WRKSRC= ${WRKDIR}/yaesu
-NO_CONFIGURE= yes
-
-INSTALLATION_DIRS= bin share/doc
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/yaesu ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/yaesu.README
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/ham/yaesu/PLIST b/ham/yaesu/PLIST
deleted file mode 100644
index 514e60bc1d6..00000000000
--- a/ham/yaesu/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/08 00:02:39 hubertf Exp $
-bin/yaesu
-share/doc/yaesu.README
diff --git a/ham/yaesu/distinfo b/ham/yaesu/distinfo
deleted file mode 100644
index 7b44815dab9..00000000000
--- a/ham/yaesu/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/02/22 21:06:07 agc Exp $
-
-SHA1 (yaesu-0.12.tar.gz) = a073e78f0635c84222176941e39cc62dca92f00d
-RMD160 (yaesu-0.12.tar.gz) = 45d1c2294632f774d006134c0b7c2cbb6999f1ef
-Size (yaesu-0.12.tar.gz) = 24694 bytes
-SHA1 (patch-aa) = 9fc04c222e7ed26c8e73449e475ff639d7ced051
-SHA1 (patch-ab) = 0a96f808929b7d1f1d4363e57c24dd33142e5f4e
-SHA1 (patch-ac) = cd5ee0384a53f436e07b4cec904c3a2176a40cdf
-SHA1 (patch-ad) = 6addd200e55af284e81df4e30643cd48577e7840
-SHA1 (patch-ae) = 3c62fd9177588adea935223b4aab098d1b4a6253
diff --git a/ham/yaesu/patches/patch-aa b/ham/yaesu/patches/patch-aa
deleted file mode 100644
index 1eb0acb2448..00000000000
--- a/ham/yaesu/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/06/07 10:38:45 cjep Exp $
-
---- Makefile.orig Mon Aug 21 00:25:07 1995
-+++ Makefile
-@@ -1,6 +1,7 @@
- INCDIR = ./
- CC = gcc
--FLAGS = -m486 -funsigned-char
-+#FLAGS = -m486 -funsigned-char
-+FLAGS = -funsigned-char
- OBJS = aux.o bright.o clar.o ctcss.o freq_out.o ham_gen.o lock.o main.o mem_hide.o mem_2vfo.o mem_scsk.o meter_rd.o mode.o outport.o pacing.o ptt.o rd_flags.o mem_rec.o rptr_off.o save_mem.o splt_tog.o strt_tun.o stat_upd.o stat_out.o step.o tuner10.o vfo_ab.o vfo_2mem.o repeater.o vfo_a2b.o wwv_find.o yaesu.o
- all: program
-
diff --git a/ham/yaesu/patches/patch-ab b/ham/yaesu/patches/patch-ab
deleted file mode 100644
index 29ae17a2310..00000000000
--- a/ham/yaesu/patches/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2002/06/15 21:57:53 dmcmahill Exp $
-
---- README.orig Sun Sep 20 11:34:46 1998
-+++ README
-@@ -34,13 +34,20 @@
- to make a note of it. Off to usage...
-
- Using my program is very simple, to execute it you must provide the com port
--as an argument to the command line. Remember, com1 is /dev/ttyS0 and com2
--is /dev/ttyS1, etc. As an example, my box is on com4 (/dev/tty3), so I must
-+as an argument to the command line. Remember, com1 is /dev/ttyE0 and com2
-+is /dev/ttyE1, etc. As an example, my box is on com4 (/dev/ttyE3), so I must
- type in the following...
-
- 'yaesu 3'
-
--where 3 represents com4. Once you have gotten this far with the correct port,
-+where 3 represents com4.
-+
-+If you need to use a different device, you can specify that with -p serial_device,
-+for example:
-+
-+ yaesu -p /dev/ttyC1
-+
-+Once you have gotten this far with the correct port,
- the program's menu should guide you along. Please see the bug list, disclaimer
- and copying section below.
-
diff --git a/ham/yaesu/patches/patch-ac b/ham/yaesu/patches/patch-ac
deleted file mode 100644
index c3efd80f000..00000000000
--- a/ham/yaesu/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2002/06/07 10:38:45 cjep Exp $
-
---- config.h.orig Mon Aug 21 00:25:07 1995
-+++ config.h
-@@ -1,10 +1,10 @@
- /*
- * This is the port the interface will be on.
-- * Remember, ttyS0 is DOS' com1, ttyS1 is com2 and so on.
-+ * Remember, ttyE0 is DOS' com1, ttyE1 is com2 and so on.
- * This will be configurable at runtime via a config file.
- */
-
--/* #define PORT "/dev/ttyS3" */
-+/* #define PORT "/dev/ttyE3" */
-
- /*
- * This should never have to be changed, it is the pacing byte.
diff --git a/ham/yaesu/patches/patch-ad b/ham/yaesu/patches/patch-ad
deleted file mode 100644
index 7fa88e526ce..00000000000
--- a/ham/yaesu/patches/patch-ad
+++ /dev/null
@@ -1,104 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2004/07/10 17:08:53 kristerw Exp $
-
-the addition of the -p flag is required for non-PC machines which
-might use a different serial device.
-
---- main.c.orig 1995-11-04 23:48:33.000000000 +0100
-+++ main.c 2004-07-10 19:01:57.000000000 +0200
-@@ -5,7 +5,6 @@
- #include <stdlib.h>
- #include <termios.h>
- #include <signal.h>
--#include <asm/io.h>
- #include <config.h>
- float freq_to_change_to;
- char flag_data_return[5];
-@@ -100,29 +99,29 @@
- if (argc == 2) {
- switch(argv[1][0]) {
- case '0':
-- if ((fdSer = open("/dev/ttyS0", O_RDWR )) < 0) {
-- perror("open of /dev/ttyS0 failed!!!\n");
-+ if ((fdSer = open("/dev/tty00", O_RDWR )) < 0) {
-+ perror("open of /dev/tty00 failed!!!\n");
- exit(3);
- }
- break;
-
- case '1':
-- if ((fdSer = open("/dev/ttyS1", O_RDWR )) < 0) {
-- perror("open of /dev/ttyS1 failed!!!\n");
-+ if ((fdSer = open("/dev/tty01", O_RDWR )) < 0) {
-+ perror("open of /dev/tty01 failed!!!\n");
- exit(3);
- }
- break;
-
- case '2':
-- if ((fdSer = open("/dev/ttyS2", O_RDWR )) < 0) {
-- perror("open of /dev/ttyS2 failed");
-+ if ((fdSer = open("/dev/tty02", O_RDWR )) < 0) {
-+ perror("open of /dev/tty02 failed");
- exit(3);
- }
- break;
-
- case '3':
-- if ((fdSer = open("/dev/ttyS3", O_RDWR )) < 0) {
-- perror("open of /dev/ttyS3 failed");
-+ if ((fdSer = open("/dev/tty03", O_RDWR )) < 0) {
-+ perror("open of /dev/tty03 failed");
- exit(3);
- }
- break;
-@@ -130,6 +129,15 @@
- printf("Invalid serial port number!!!\n Remember: com1 is 0, com2 is 1, etc.\n");
- return(-1);
- }
-+ } else if (argc == 3) {
-+ if (strcmp("-p",argv[1]) != 0) {
-+ perror("Invalid flag");
-+ exit(3);
-+ }
-+ if ((fdSer = open(argv[2], O_RDWR )) < 0) {
-+ perror("open of serial port failed");
-+ exit(3);
-+ }
- } else {
- printf("usage: yaesu [port #]\n");
- exit(3);
-@@ -139,20 +147,20 @@
-
- bye_msg() {
-
--printf("\n
--Thank you for using KG0CQ's 'yaesu' program, this is version .1lx.
--You may use this program for as long as you like, it will always
--be free to use, no matter what version. You may distribute this
--program freely so long as it distributed in and with the original
--zipfile or tar file. Please do not distribute modifed versions.
--A nice Windows version, DOS console version, Linux console, and
--Linux X version should be on their way in the coming months.
--If you wish to support the author's efforts just say thanks via
--email or packet!
--
-- email: drranu@holly.ColoState.EDU
-- packet: KG0CQ@KF0UW.#NECO.USA.NOAM
--
-+printf("\n\n\
-+Thank you for using KG0CQ's 'yaesu' program, this is version .1lx.\n\
-+You may use this program for as long as you like, it will always \n\
-+be free to use, no matter what version. You may distribute this \n\
-+program freely so long as it distributed in and with the original \n\
-+zipfile or tar file. Please do not distribute modifed versions. \n\
-+A nice Windows version, DOS console version, Linux console, and \n\
-+Linux X version should be on their way in the coming months. \n\
-+If you wish to support the author's efforts just say thanks via\n\
-+email or packet!\n\
-+\n\
-+ email: drranu@holly.ColoState.EDU\n\
-+ packet: KG0CQ@KF0UW.#NECO.USA.NOAM\n\
-+\n\
- Having fun hamming, hope to catch you on the air!!!\n\n");
-
- }
diff --git a/ham/yaesu/patches/patch-ae b/ham/yaesu/patches/patch-ae
deleted file mode 100644
index c90fbb18a10..00000000000
--- a/ham/yaesu/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2004/07/10 17:08:53 kristerw Exp $
-
---- meter_rd.c.orig 2004-07-10 19:02:27.000000000 +0200
-+++ meter_rd.c 2004-07-10 19:04:31.000000000 +0200
-@@ -33,8 +33,8 @@
- n = n +1;
- }
- if (meter_value[5] != 0x0f7) {
-- printf("The dummy byte returned to the meter_rd function is incorrect, possible
-- serial port noise?\n");
-+ printf("The dummy byte returned to the meter_rd function is incorrect, possible "
-+ "serial port noise?\n");
- } else {
- printf("\nCurrent meter value is %x. Range is 0..0ffh.\n", meter_value[3]);
- }