From owner-svn-ports-head@freebsd.org Tue Feb 19 10:16:11 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D906414EAE37; Tue, 19 Feb 2019 10:16:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A8C380287; Tue, 19 Feb 2019 10:16:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 03FC318005; Tue, 19 Feb 2019 10:16:11 +0000 (UTC) Date: Tue, 19 Feb 2019 10:16:10 +0000 From: Alexey Dokuchaev To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r493354 - in head/sysutils: . py-bitrot Message-ID: <20190219101610.GA71171@FreeBSD.org> References: <201902190818.x1J8I8WT095199@repo.freebsd.org> <20190219082916.GA16223@FreeBSD.org> <45f02a0a-be04-4d62-a4ff-96d800e8687c@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45f02a0a-be04-4d62-a4ff-96d800e8687c@www.fastmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 2A8C380287 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.84 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.84)[-0.840,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 19 Feb 2019 10:16:12 -0000 On Tue, Feb 19, 2019 at 04:11:05AM -0500, Tobias Kortkamp wrote: > On Tue, Feb 19, 2019, at 09:29, Alexey Dokuchaev wrote: > > On Tue, Feb 19, 2019 at 08:18:08AM +0000, Tobias Kortkamp wrote: > > > New Revision: 493354 > > > URL: https://svnweb.freebsd.org/changeset/ports/493354 > > > > > > Log: > > > New port: sysutils/py-bitrot > > > > > > Detects bit rotten files on the hard drive to save your precious > > > photo and music collection from slow decay. > > > > > > Added: head/sysutils/py-bitrot/pkg-descr > > > ... > > > @@ -0,0 +1,4 @@ > > > +Detects bit rotten files on the hard drive to save your precious > > > +photo and music collection from slow decay. > > > + > > > +WWW: https://github.com/ambv/bitrot > > > > This is pretty useless port description as it tells nothing about how > > it defines and detects "bit rot" and how this prevents "slow decay". > > Sure, can you please contact the maintainer or upstream about it? In this case (if upstream and maitainer fail to provide sensible port description), you as the committer should perform a quick review of the software and come up with our (FreeBSD's) own. We should not offer a half-baked stuff to our users. They should have some idea of what they are about to install. ./danfe