diff options
author | db <db@FreeBSD.org> | 2017-01-04 00:37:20 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2017-01-04 00:37:20 +0800 |
commit | d25310f9b4145788c026d4bcec327bf8f633e309 (patch) | |
tree | f53aefa97ce7c72bd8e55f64da4e70b9411efb13 /comms/cwstudio | |
parent | d02ff07622ac5dc63a508294a28b1bb3d9c59e9d (diff) | |
download | freebsd-ports-gnome-d25310f9b4145788c026d4bcec327bf8f633e309.tar.gz freebsd-ports-gnome-d25310f9b4145788c026d4bcec327bf8f633e309.tar.zst freebsd-ports-gnome-d25310f9b4145788c026d4bcec327bf8f633e309.zip |
Add cwstudio 0.9.5, fast, portable and lightweight Morse code signals
generator.
PR: 178464
Submitted by: luqqe@users.sourceforge.net
Diffstat (limited to 'comms/cwstudio')
-rw-r--r-- | comms/cwstudio/Makefile | 24 | ||||
-rw-r--r-- | comms/cwstudio/distinfo | 3 | ||||
-rw-r--r-- | comms/cwstudio/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile new file mode 100644 index 000000000000..89cf6479dd3d --- /dev/null +++ b/comms/cwstudio/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= cwstudio +PORTVERSION= 0.9.5 +CATEGORIES= comms hamradio +MASTER_SITES= SOURCEFORGE/cwstudio + +MAINTAINER= luqqe@users.sourceforge.net +COMMENT= Fast, portable and lightweight Morse code signals generator + +LICENSE= GPLv3+ + +USE_WX= 3.0+ +USES+= ncurses + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2u-3.0-config + +PLIST_FILES= bin/cwcli \ + bin/cwcurses \ + bin/cwwx \ + man/man1/cwstudio.1.gz \ + +.include <bsd.port.mk> diff --git a/comms/cwstudio/distinfo b/comms/cwstudio/distinfo new file mode 100644 index 000000000000..62c5fb1a952b --- /dev/null +++ b/comms/cwstudio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483394179 +SHA256 (cwstudio-0.9.5.tar.gz) = 4af1e9f7f2011bfd2bd5f26b4e6eb02ce149cf1f0501f81ab78d7d004ba753c5 +SIZE (cwstudio-0.9.5.tar.gz) = 349976 diff --git a/comms/cwstudio/pkg-descr b/comms/cwstudio/pkg-descr new file mode 100644 index 000000000000..1194b8a89470 --- /dev/null +++ b/comms/cwstudio/pkg-descr @@ -0,0 +1,4 @@ +CWStudio is fast, computationally efficient and portable generator +of various CW signals for telegraphy training purposes. Besides +efficiency and portability, it is designed to simulate as much as +possible a real air listening. |