From owner-svn-ports-head@FreeBSD.ORG Fri Nov 30 08:08:00 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EDE32103; Fri, 30 Nov 2012 08:08:00 +0000 (UTC) Date: Fri, 30 Nov 2012 08:08:00 +0000 From: Alexey Dokuchaev To: "Jason E. Hale" Subject: Re: svn commit: r307995 - head/graphics/ufraw Message-ID: <20121130080800.GA21043@FreeBSD.org> References: <201211300739.qAU7deQl041890@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211300739.qAU7deQl041890@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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.14 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: Fri, 30 Nov 2012 08:08:01 -0000 On Fri, Nov 30, 2012 at 07:39:40AM +0000, Jason E. Hale wrote: > New Revision: 307995 > URL: http://svnweb.freebsd.org/changeset/ports/307995 > > +OPTIONS_DEFINE= CONTRAST DST EXIV2 LENSFUN FITS GIMP GTK2 GNOME > +OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN GTK2 > + > +CONTRAST_DESC= Enable contrast setting option > +DST_DESC= Use local time for timestamps > +EXIV2_DESC= Enable EXIF support via exiv2 library > +LENSFUN_DESC= Enable LensFun library support I've just added standard descriptions for these last two (r307998). > +FITS_DESC= Enable FITS output support > +GIMP_DESC= Install GIMP plugin Others should drop the word "enable" (CONTRAST case is a bit special, since it's not about support; I think it can be left there for now). ./danfe