From owner-svn-ports-all@freebsd.org Tue Feb 19 10:32:13 2019 Return-Path: Delivered-To: svn-ports-all@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 BFFFC14EBE01; Tue, 19 Feb 2019 10:32:13 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 6375F81174; Tue, 19 Feb 2019 10:32:13 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 825DC22E39; Tue, 19 Feb 2019 05:32:12 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 19 Feb 2019 05:32:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=/3sKTc sDSLRXDsJFhwBcLaLpPMGrsb6YyWQdGxG3A3E=; b=Quhg8xy/4HbAHjK5OiaznF xCJQ3OAUV6Xf9TvqSw6/h5cYcNZR4eMRb32W8aYaCp6/J9pYBB4f/EAaxREEVcpQ NelI3KcOZTdVjL5Gi/Ur9/UM6eQfsfLFHf5yaM/JN+AP3R3w3+q4kENd/lKcKUFb I52/4QG37eNbzJLEIUws5wMHpHmV115qUWZoKxOFTRR3OmHF2xMPxWX5ERmCZeFS keyx8b2Vgz09Qq++LM4oONu/boJcBDNitCOy8newQTc9oqsubFDJnKZmQhizTmgX CwF3DoKn/EkoFnPlhrWEbCJxAGYsTPttjxMmr/Igftz0J8EgiUgu11WlCnsNJiVA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrtdeggdduheculddtuddrgedtledrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujggfsehgtd erredtredvnecuhfhrohhmpefvohgsihgrshcumfhorhhtkhgrmhhpuceothhosghikhes fhhrvggvsghsugdrohhrgheqnecuffhomhgrihhnpehfrhgvvggsshgurdhorhhgpdhgih hthhhusgdrtghomhenucfkphepfedurddujedrvdehuddrjedunecurfgrrhgrmhepmhgr ihhlfhhrohhmpehtohgsihhksehfrhgvvggsshgurdhorhhgnecuvehluhhsthgvrhfuih iivgeptd X-ME-Proxy: Received: from urd.tobik.me (ip1f11fb47.dynamic.kabel-deutschland.de [31.17.251.71]) by mail.messagingengine.com (Postfix) with ESMTPA id 3D6F8100E5; Tue, 19 Feb 2019 05:32:11 -0500 (EST) Date: Tue, 19 Feb 2019 11:32:10 +0100 From: Tobias Kortkamp To: Alexey Dokuchaev 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: <20190219103209.GA45811@urd.tobik.me> References: <201902190818.x1J8I8WT095199@repo.freebsd.org> <20190219082916.GA16223@FreeBSD.org> <45f02a0a-be04-4d62-a4ff-96d800e8687c@www.fastmail.com> <20190219101610.GA71171@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20190219101610.GA71171@FreeBSD.org> User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: 6375F81174 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 19 Feb 2019 10:32:14 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 19, 2019 at 10:16:10AM +0000, Alexey Dokuchaev wrote: > 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 > > > >=20 > > > > Log: > > > > New port: sysutils/py-bitrot > > > > =20 > > > > Detects bit rotten files on the hard drive to save your precious > > > > photo and music collection from slow decay. > > > >=20 > > > > 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 > > >=20 > > > This is pretty useless port description as it tells nothing about how > > > it defines and detects "bit rot" and how this prevents "slow decay". > >=20 > > Sure, can you please contact the maintainer or upstream about it? >=20 > 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. Nonsense. That's a good way to burnout completely. I do not have any stake in this port whatsoever beyond fulfilling a simple request to add it to the tree. You are asking way too much of me here. --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAlxr2yZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2Fibwf/Xq6+DlxOKZx08WXxBukj1vRlUzyJ+sQ9PST/f0EN2qEMQYgqYxWSooDB a/X/KeUZrN/BqmttG//DIpstd9HU18DQPvcTqn//d1Rd1fBzlJCLH8yGVKaVxz65 Xum7AqjheT7FZCAcWL8TWT32heMvHrcTZmfb7phbtLB7RuQ0XdiPt2B4JhSEkSgp iUEIIilmb8e0rY6FUiOBm68dIimoZoFxK30CM4Dfuc65AnIGmEtAYC1pJHTXw0zr ExFHQRdQR4UUpqnxVy5RFhPJClyEMs5taWKYPy5QoLSzqf3etfesKZW2OnaDbR4H QGOj5OnIwYhCRFE/AGOxqK/LxvPkVg== =7ZV4 -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--