From owner-svn-ports-all@freebsd.org Tue Nov 28 17:13:23 2017 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 ED94FDE78EC; Tue, 28 Nov 2017 17:13:23 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 159C26F377; Tue, 28 Nov 2017 17:13:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id dbd90721 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 28 Nov 2017 10:13:20 -0700 (MST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: svn commit: r455056 - head/devel/py-naiveBayesClassifier From: Adam Weinberger In-Reply-To: <0B3B3B9E-F5AF-4788-B7DF-7C0DC79D0B2E@langille.org> Date: Tue, 28 Nov 2017 10:13:18 -0700 Cc: Alexey Dokuchaev , Dan Langille , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201711281612.vASGCWJI056613@repo.freebsd.org> <20171128161915.GB43542@FreeBSD.org> <028241A0-ED33-4BF2-BC3F-F723B00072EB@adamw.org> <0B3B3B9E-F5AF-4788-B7DF-7C0DC79D0B2E@langille.org> To: Dan Langille X-Mailer: Apple Mail (2.3445.4.7) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 28 Nov 2017 17:13:24 -0000 > On 28 Nov, 2017, at 9:38, Dan Langille wrote: >=20 >> On Nov 28, 2017, at 11:26 AM, Adam Weinberger = wrote: >>=20 >>> On 28 Nov, 2017, at 9:19, Alexey Dokuchaev = wrote: >>>=20 >>> On Tue, Nov 28, 2017 at 04:12:32PM +0000, Dan Langille wrote: >>>> New Revision: 455056 >>>> URL: https://svnweb.freebsd.org/changeset/ports/455056 >>>>=20 >>>> Log: >>>> Yet another general purpose Naive Bayesian classifier. (under heavy >>>> development) >>>>=20 >>>> [...] >>>> +COMMENT=3D Yet another general purpose naive bayesian = classifier >>>> [...] >>>> +++ head/devel/py-naiveBayesClassifier/pkg-descr >>>> @@ -0,0 +1,4 @@ >>>> +yet another general purpose Naive Bayesian classifier. >>>> +(under heavy development) >>>=20 >>> Inconsistent capitalization in COMMENT vs. pkg-descr; also, = typically >>> port description text should contain a little more information about >>> the port (see section 3.2.1 of the PHB for some hints). >>=20 >> This is something that we have really regressed on lately. Our = pkg-descrs are becoming very terse, often simply repeating the COMMENT. = Someone, I forget who, recently added a bunch of ports without even = listing WWW. We have many ports broken into sections or variants where = they all share the same descr, so now I have no idea which one I = actually want to install. >>=20 >> Folks, the descr is our catalogue; it=E2=80=99s the first place that = end-users learn about ports and decide which one they=E2=80=99re looking = for. Take the 2 minutes to write a meaningful description, and for = crying out loud include a WWW link. >>=20 >=20 > Both Adam and Alexey are correct. I will fix today. >=20 > Thank you. Dan: Antoine noticed that this port hasn=E2=80=99t been hooked up yet. = It needs a devel/Makefile entry. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org