From owner-svn-ports-all@freebsd.org Thu Aug 13 03:10:07 2015 Return-Path: Delivered-To: svn-ports-all@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 C6E639A02FB; Thu, 13 Aug 2015 03:10:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BB2BD18C4; Thu, 13 Aug 2015 03:10:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id BA07E1A05; Thu, 13 Aug 2015 03:10:07 +0000 (UTC) Date: Thu, 13 Aug 2015 03:10:07 +0000 From: Alexey Dokuchaev To: Diane Bruce Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r394035 - in head/comms: . kvasd kvasd/files Message-ID: <20150813031007.GA4877@FreeBSD.org> References: <201508122010.t7CKABr0010820@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508122010.t7CKABr0010820@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 03:10:07 -0000 On Wed, Aug 12, 2015 at 08:10:11PM +0000, Diane Bruce wrote: > 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/ For Linux binaries, it's common to prepend `linux-' to the port name and directory. Not that it tells users about its nature and consistent with other linux-packages, it can save you the trouble of renaming things if author ever decides (or would be convinced) to open source their software. ./danfe