svn commit: r394035 - in head/comms: . kvasd kvasd/files

Diane Bruce db at FreeBSD.org
Wed Aug 12 20:10:12 UTC 2015


Author: db
Date: Wed Aug 12 20:10:10 2015
New Revision: 394035
URL: https://svnweb.freebsd.org/changeset/ports/394035

Log:
  kvasd is a binary Linux common driver program used by wsjt and wsjtx

Added:
  head/comms/kvasd/
  head/comms/kvasd/Makefile   (contents, props changed)
  head/comms/kvasd/distinfo   (contents, props changed)
  head/comms/kvasd/files/
  head/comms/kvasd/files/LICENSE.txt   (contents, props changed)
  head/comms/kvasd/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Wed Aug 12 19:33:08 2015	(r394034)
+++ head/comms/Makefile	Wed Aug 12 20:10:10 2015	(r394035)
@@ -78,6 +78,7 @@
     SUBDIR += kermit
     SUBDIR += klog
     SUBDIR += kremotecontrol
+    SUBDIR += kvasd
     SUBDIR += libconcord
     SUBDIR += libfec
     SUBDIR += libimobiledevice

Added: head/comms/kvasd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kvasd/Makefile	Wed Aug 12 20:10:10 2015	(r394035)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	kvasd
+PORTVERSION=	1.0
+CATEGORIES=	comms hamradio
+MASTER_SITES=	https://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/ \
+		LOCAL/db
+DISTFILES=	kvasd
+
+MAINTAINER=	hamradio at FreeBSD.org
+COMMENT=	Helper program for wsjt and wsjtx
+
+LICENSE=	K1JT
+LICENSE_NAME=	Joseph H Taylor, Jr, K1JT.
+LICENSE_FILE=	${FILESDIR}/LICENSE.txt
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
+
+BUILD_DEPENDS=	${KVASD_DEPENDS}
+RUN_DEPENDS=	${KVASD_DEPENDS}
+
+KVASD_DEPENDS=	${LINUXBASE}/usr/lib/libgfortran.so.3:${PORTSDIR}/devel/linux-c6-libgfortran
+USE_LINUX=	c6
+NO_BUILD=	yes
+PLIST_FILES=	bin/kvasd
+
+do-extract:
+
+BINMODE=	0644
+do-install:
+		${INSTALL_KLD} ${DISTDIR}/kvasd ${STAGEDIR}${PREFIX}/bin
+		${BRANDELF} -t Linux ${STAGEDIR}${PREFIX}/bin/kvasd
+
+.include <bsd.port.mk>

Added: head/comms/kvasd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kvasd/distinfo	Wed Aug 12 20:10:10 2015	(r394035)
@@ -0,0 +1,2 @@
+SHA256 (kvasd) = 5da2b599abc61c38b420fdca2b2cedef5186eb5dea6ff88a8b37abd9b2d54df4
+SIZE (kvasd) = 50732

Added: head/comms/kvasd/files/LICENSE.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kvasd/files/LICENSE.txt	Wed Aug 12 20:10:10 2015	(r394035)
@@ -0,0 +1,8 @@
+The driver is Copyright(C) 2005-2012 by Joseph H Taylor, Jr, K1JT.
+The decoding algorithm is used under licence from CodeVector
+Technologies, LLC, and is protected under US patent
+6,634,007.
+
+KVASD may be used freely by anyone for the purpose of
+facilitating communication by Amateur Radio.  Any other
+use is strictly prohibited.

Added: head/comms/kvasd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kvasd/pkg-descr	Wed Aug 12 20:10:10 2015	(r394035)
@@ -0,0 +1,12 @@
+KVASD is s soft-decision decoder for the Reed Solomon code
+RS(63,12) over GF(64).  The driver is Copyright(C)
+2005-2012 by Joseph H Taylor, Jr, K1JT.  The decoding
+algorithm is used under licence from CodeVector
+Technologies, LLC, and is protected under US patent
+6,634,007.
+
+KVASD may be used freely by anyone for the purpose of
+facilitating communication by Amateur Radio.  Any other
+use is strictly prohibited.
+
+WWW: http://physics.princeton.edu/pulsar/K1JT


More information about the svn-ports-all mailing list