mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add cwdaemon 0.9.2, an amateur Radio cw (morse code) keyer daemon:
Cwdaemon is a small daemon which uses the pc parallel or serial port and a simple transistor switch to output morse code to a transmitter from a text message sent to it via the udp internet protocol. PR: ports/74772 Submitted by: Diane Bruce <db AT db.net>
This commit is contained in:
parent
6df160fd67
commit
2a9b6215f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131507
@ -17,6 +17,7 @@
|
||||
SUBDIR += conserver
|
||||
SUBDIR += conserver-com
|
||||
SUBDIR += cutecom
|
||||
SUBDIR += cwdaemon
|
||||
SUBDIR += echolinux
|
||||
SUBDIR += ecu
|
||||
SUBDIR += efax
|
||||
|
31
comms/cwdaemon/Makefile
Normal file
31
comms/cwdaemon/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ports collection makefile for: cwdaemon
|
||||
# Date created: 17 Mar 2005
|
||||
# Whom: Diane Bruce <db@db.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cwdaemon
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= db@db.net
|
||||
COMMENT= Amateur Radio cw (morse code) keyer daemon
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-exec
|
||||
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
|
||||
MAN8= cwdaemon.8
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${WRKSRC}; ${MAKE} install-data
|
||||
.else
|
||||
cd ${WRKSRC}; ${MAKE} install-man
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
comms/cwdaemon/distinfo
Normal file
2
comms/cwdaemon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (cwdaemon/cwdaemon-0.9.2.tar.gz) = 6f5cd3441d8ad6940511ab296979c964
|
||||
SIZE (cwdaemon/cwdaemon-0.9.2.tar.gz) = 267210
|
8
comms/cwdaemon/pkg-descr
Normal file
8
comms/cwdaemon/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Cwdaemon is a small daemon which uses the pc parallel or serial port and a
|
||||
simple transistor switch to output morse code to a transmitter from a text
|
||||
message sent to it via the udp internet protocol.
|
||||
|
||||
WWW: http://pg4i.mattsnetwork.co.uk/linux/cwdaemon.html
|
||||
|
||||
- Diane (VA3DB)
|
||||
db@db.net
|
11
comms/cwdaemon/pkg-plist
Normal file
11
comms/cwdaemon/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
sbin/cwdaemon
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cwdaemon.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cwsetup.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cwtest.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cwtest.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/parallelport_circuit.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/parallelport_circuit.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/serialport_circuit.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/serialport_circuit.ps
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user