From owner-svn-ports-head@freebsd.org Wed Aug 12 20:10:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE979AB564; Wed, 12 Aug 2015 20:10:12 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61021AE6; Wed, 12 Aug 2015 20:10:12 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7CKACIw010828; Wed, 12 Aug 2015 20:10:12 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7CKABr0010820; Wed, 12 Aug 2015 20:10:11 GMT (envelope-from db@FreeBSD.org) Message-Id: <201508122010.t7CKABr0010820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 12 Aug 2015 20:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394035 - in head/comms: . kvasd kvasd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 20:10:12 -0000 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@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 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