From owner-svn-ports-all@freebsd.org Mon Dec 25 17:11:32 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 4ECC0E999F8; Mon, 25 Dec 2017 17:11:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 307D36B416; Mon, 25 Dec 2017 17:11:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7A986125A7; Mon, 25 Dec 2017 17:11:31 +0000 (UTC) Date: Mon, 25 Dec 2017 17:11:31 +0000 From: Alexey Dokuchaev To: Jimmy Olgeni 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 Message-ID: <20171225171131.GA20525@FreeBSD.org> References: <201712251705.vBPH5M7x086674@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712251705.vBPH5M7x086674@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) 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:11:32 -0000 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. ./danfe