From owner-svn-ports-head@freebsd.org Thu Aug 18 11:29:23 2016 Return-Path: Delivered-To: svn-ports-head@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 982FABBE943; Thu, 18 Aug 2016 11:29:23 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79590149D; Thu, 18 Aug 2016 11:29:23 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (ip-109-43-2-132.web.vodafone.de [109.43.2.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id D920F3F4DA; Thu, 18 Aug 2016 07:29:20 -0400 (EDT) Date: Thu, 18 Aug 2016 13:29:19 +0200 (CEST) From: Gerald Pfeifer To: Tilman Keskinoz cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r420373 - in head/www: . wt wt/files In-Reply-To: <20160818041934.GA81349@FreeBSD.org> Message-ID: References: <201608172119.u7HLJg6w021760@repo.freebsd.org> <20160818041934.GA81349@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 18 Aug 2016 11:29:23 -0000 On Thu, 18 Aug 2016, Alexey Dokuchaev wrote: > > +CPP11_DESC= Compile Wt in C++11 mode (Clang or GCC 4.6+) > > +HARU_DESC= Enable Haru Free PDF Library, which is used to provide support for painting to PDF (WPdfImage) > > +PANGO_DESC= Enable Pango Library, which is used for improved font support (WPdfImage and WRasterImage) > > +EXT_DESC= Build Wt Ext library with JavaScript-only widgets (http://extjs.com/) DEPRECATED > > +QT4_DESC= Build Qt4 interworking library (libwtwithqt) > > +LIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests > > +OPENGL_DESC= Build Wt with support for server-side opengl rendering > Overly verbose descriptions. Consider shorting them and providing pkg-help > if you really think that elaborate explanation is needed. "Pango Library" > and "opengl" are badly spelled. Starting descriptions with "Enable ..." is > discouraged as well. In fact, PANGO_DESC, QT4_DESC, and OPENGL_DESC at least are predefined; better not to redefine them to being with? Gerald