From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 11:58:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B97146; Sat, 11 Apr 2015 11:58:52 +0000 (UTC) Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC3E9990; Sat, 11 Apr 2015 11:58:51 +0000 (UTC) Received: by iget9 with SMTP id t9so29032677ige.1; Sat, 11 Apr 2015 04:58:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9oCNb9bAjvDhzzMDHXZTL6ptcj0uDlOVl30t4kVURZ4=; b=mCWLYCRmcVrKyUuElzXedNu+HlgS3GJsnfMynrFw1cKuuU/JXE0oFw8wc5Al1Oq7X8 qi5eNTGbT16rT59w+kHdPFGhTvNYREJ8Qlkpeml2EYZPzMaWe50YmXqvkqXm4Hgd5QvU ZR3rOr+fqPrOsdUMzp0RBdRF52uTbEoO8lT6/pTKVUfAFXpsP5wHw1kYqqTu9mQZD9Tz Ya9ik1cN/dPvxtzAG6r2zB54Rgwghz1ks9t0zFA3lLeL0WtVfvcsf5b9v962CqNoofqC 4UyFoiB5q4gwwxNAkWIS7p2EI9jf+d5OK69XAnf+VLb9nuw/Lr8xmw8yRLa8jTH9Dib7 nQyw== X-Received: by 10.107.18.170 with SMTP id 42mr9315105ios.38.1428753525562; Sat, 11 Apr 2015 04:58:45 -0700 (PDT) Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com. [209.85.213.173]) by mx.google.com with ESMTPSA id 192sm1076483ioo.38.2015.04.11.04.58.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Apr 2015 04:58:45 -0700 (PDT) Received: by igblo3 with SMTP id lo3so16269617igb.1; Sat, 11 Apr 2015 04:58:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.29.21 with SMTP id d21mr9117068iod.11.1428753524972; Sat, 11 Apr 2015 04:58:44 -0700 (PDT) Received: by 10.64.164.99 with HTTP; Sat, 11 Apr 2015 04:58:44 -0700 (PDT) In-Reply-To: <20150411114800.GA77956@FreeBSD.org> References: <201504111139.t3BBda9a063948@svn.freebsd.org> <20150411114800.GA77956@FreeBSD.org> Date: Sat, 11 Apr 2015 17:58:44 +0600 Message-ID: Subject: Re: svn commit: r383790 - in head/lang: . c From: Muhammad Moinur Rahman To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 11 Apr 2015 11:58:52 -0000 The website also doesn't seem to be be that much informative other than some examples. On Sat, Apr 11, 2015 at 5:48 PM, Alexey Dokuchaev wrote: > 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 >