Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2017 16:37:20 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430482 - in head/comms: . cwstudio
Message-ID:  <201701031637.v03GbKfo080127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Tue Jan  3 16:37:20 2017
New Revision: 430482
URL: https://svnweb.freebsd.org/changeset/ports/430482

Log:
  Add cwstudio 0.9.5, fast, portable and lightweight Morse code signals
  generator.
  
  PR:		178464
  Submitted by:	luqqe@users.sourceforge.net

Added:
  head/comms/cwstudio/
  head/comms/cwstudio/Makefile   (contents, props changed)
  head/comms/cwstudio/distinfo   (contents, props changed)
  head/comms/cwstudio/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Tue Jan  3 16:14:15 2017	(r430481)
+++ head/comms/Makefile	Tue Jan  3 16:37:20 2017	(r430482)
@@ -25,6 +25,7 @@
     SUBDIR += cqrlog
     SUBDIR += cutecom
     SUBDIR += cwdaemon
+    SUBDIR += cwstudio
     SUBDIR += dabstick-radio
     SUBDIR += dcf77pi
     SUBDIR += deforaos-phone

Added: head/comms/cwstudio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/cwstudio/Makefile	Tue Jan  3 16:37:20 2017	(r430482)
@@ -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>

Added: head/comms/cwstudio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/cwstudio/distinfo	Tue Jan  3 16:37:20 2017	(r430482)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483394179
+SHA256 (cwstudio-0.9.5.tar.gz) = 4af1e9f7f2011bfd2bd5f26b4e6eb02ce149cf1f0501f81ab78d7d004ba753c5
+SIZE (cwstudio-0.9.5.tar.gz) = 349976

Added: head/comms/cwstudio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/cwstudio/pkg-descr	Tue Jan  3 16:37:20 2017	(r430482)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031637.v03GbKfo080127>