From owner-freebsd-questions@freebsd.org Fri Oct 27 12:16:41 2017 Return-Path: Delivered-To: freebsd-questions@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 3BB32E42D9E for ; Fri, 27 Oct 2017 12:16:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0147E2F83 for ; Fri, 27 Oct 2017 12:16:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id A2C791913 for ; Fri, 27 Oct 2017 12:16:31 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Subject: Re: When is a FreeBSD port not a port? To: freebsd-questions@freebsd.org References: <59F314E5.4080306@fjl.co.uk> From: Matthew Seaman Message-ID: <520fa3b2-8be7-8141-7e8d-9a60c6d1a1ed@FreeBSD.org> Date: Fri, 27 Oct 2017 13:16:31 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <59F314E5.4080306@fjl.co.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 12:16:41 -0000 On 27/10/2017 12:13, Frank Leonhardt wrote: > I've written a "few" utilities over the years that I've made available > in various places, but it might make sense to put them in > ports/sysutils. However, they were written on BSD and are therefore not > ports. > > Should I submit them anyway (if I find time to clean them up, of > course)? Or if not, any (polite) suggestions as to where I should put > them? I don't use GitHub or SourceForge (too old to change my ways, and > I normally work off-line anyway). > > e.g. http://www.fjl.co.uk/free-stuff > By all means, please do submit your FreeBSD specific code as a "port". There's precedent -- various ports for periodic jobs or other FreeBSD-ish things. We aren't hung up on the precise meaning of "ports" -- it's really a collection of software handily prepared to compile easily and (increasingly so over time) be made available as pre-compiled binary packages. Cheers, Matthew