From owner-svn-ports-all@freebsd.org Mon Dec 25 17:30:22 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 8B636E9AB3A; Mon, 25 Dec 2017 17:30:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (olgeni.olgeni.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 520356BD8F; Mon, 25 Dec 2017 17:30:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni (94-36-169-97.adsl-ull.clienti.tiscali.it [94.36.169.97]) by olgeni.olgeni.com (Postfix) with ESMTPSA id A2172D7911; Mon, 25 Dec 2017 18:23:24 +0100 (CET) Date: Mon, 25 Dec 2017 18:23:24 +0100 (CET) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Alexey Dokuchaev cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457242 - in head/devel: . py-vine In-Reply-To: <20171225171131.GA20525@FreeBSD.org> Message-ID: References: <201712251705.vBPH5M7x086674@repo.freebsd.org> <20171225171131.GA20525@FreeBSD.org> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) X-OpenPGP-KeyID: 0xFCDB3E82F778D8D7 X-OpenPGP-Fingerprint: EE37 B427 91C5 7707 EC54 064A FCDB 3E82 F778 D8D7 X-OpenPGP-URL: http://olgeni.olgeni.com/~olgeni/pgp/olgeni@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Mon, 25 Dec 2017 17:30:22 -0000 On Mon, 25 Dec 2017, Alexey Dokuchaev wrote: > On Mon, Dec 25, 2017 at 05:05:22PM +0000, Jimmy Olgeni wrote: > > New Revision: 457242 > > URL: https://svnweb.freebsd.org/changeset/ports/457242 > > > > Log: > > Add devel/py-vine, a promises library for Python. > > > > Added: head/devel/py-vine/pkg-descr > > ... > > @@ -0,0 +1,3 @@ > > +Promise library for Python. > > + > > +WWW: https://github.com/celery/vine/ > > Port description should not simply rephrase or copy COMMENT, see Section > 3.2.1 of the PHB. Right now it's a complete mystery what does this port > do or how/what it can be useful for. I see the point, but for py-vine this is pretty much the whole description one can gather for GitHub or readthedocs.io. This should probably say "a py-amqp dependency that was refactored out for some reason" (and that's the only use for the port right now). -- jimmy