From owner-svn-ports-head@FreeBSD.ORG Sat Apr 11 11:48:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AAFB0F57; Sat, 11 Apr 2015 11:48:00 +0000 (UTC) Date: Sat, 11 Apr 2015 11:48:00 +0000 From: Alexey Dokuchaev To: Muhammad Moinur Rahman Subject: Re: svn commit: r383790 - in head/lang: . c Message-ID: <20150411114800.GA77956@FreeBSD.org> References: <201504111139.t3BBda9a063948@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504111139.t3BBda9a063948@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 11 Apr 2015 11:48:00 -0000 On Sat, Apr 11, 2015 at 11:39:36AM +0000, Muhammad Moinur Rahman wrote: > New Revision: 383790 > URL: https://svnweb.freebsd.org/changeset/ports/383790 > > Log: > [NEW] lang/c: Tool to compile and run C programs like a shell script > > Tool to compile and run C programs like a shell script. You've esentially quoted COMMENT (and, suddenly, pkg-descr) twice, but I still don't quite understand what does this thing does and exactly how it works. > [...] > +NO_BUILD= yes Hmm, now even more questions. :) > Added: head/lang/c/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/lang/c/pkg-descr Sat Apr 11 11:39:35 2015 (r383790) > @@ -0,0 +1,3 @@ > +Tool to compile and run C programs like a shell script. > + > +WWW: https://www.github.com/ryanmjacobs/c Port description should not be just a copy of COMMENT. Let me quote PHB: "A well-written pkg-descr describes the port completely enough that users would not have to consult the documentation or visit the website to understand what the software does, how it can be useful, or what particularly nice features it has. [...]" ./danfe