From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 12:21:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C7DD3A8; Tue, 8 Oct 2013 12:21:15 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F4B02EC4; Tue, 8 Oct 2013 12:21:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98CLENE090545; Tue, 8 Oct 2013 12:21:14 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98CLEDr090543; Tue, 8 Oct 2013 12:21:14 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201310081221.r98CLEDr090543@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 8 Oct 2013 12:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329778 - head/graphics/delaboratory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Tue, 08 Oct 2013 12:21:15 -0000 Author: danfe Date: Tue Oct 8 12:21:14 2013 New Revision: 329778 URL: http://svnweb.freebsd.org/changeset/ports/329778 Log: - Fix the build on -CURRENT after libiconv was moved into the base - Honor CXXFLAGS better, stagify, wordsmith in pkg-descr, relinquish Reported by: pkg-fallout Modified: head/graphics/delaboratory/Makefile head/graphics/delaboratory/pkg-descr Modified: head/graphics/delaboratory/Makefile ============================================================================== --- head/graphics/delaboratory/Makefile Tue Oct 8 12:17:55 2013 (r329777) +++ head/graphics/delaboratory/Makefile Tue Oct 8 12:21:14 2013 (r329778) @@ -6,7 +6,7 @@ PORTVERSION= 0.8 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Unique image postprocessing application LICENSE= GPLv3 @@ -17,11 +17,12 @@ USE_WX= 2.8+ PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS},' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS}, ; \ + s,CXXFLAGS_WX +=,& ${CXXFLAGS} -I${LOCALBASE}/include,' \ + ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/graphics/delaboratory/pkg-descr ============================================================================== --- head/graphics/delaboratory/pkg-descr Tue Oct 8 12:17:55 2013 (r329777) +++ head/graphics/delaboratory/pkg-descr Tue Oct 8 12:21:14 2013 (r329778) @@ -6,15 +6,15 @@ Delaboratory is a color correction utili LCH, HSL, HSV, BW) - Non-destructive editing (adjustment layers) - KISS design, realtime preview - - basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels, + - Basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels, white balance in LAB, saturation in LAB, LAB curves, BW curve, HSV equalizer, LCH equalizer, recover shadows/highlights, vignette, local contrast, LAB/BW/RGB/CMYK gradients - - expert operations: levels, curves, equalizer, exposure, saturation, + - Expert operations: levels, curves, equalizer, exposure, saturation, white balance, fill, tone, local contrast, auto_dodge/auto_burn, sharpen, vignette, gradient, gaussian blur, recover highlights, recover shadows, channel mixer, high pass, c2g, copy - - many blend modes (multiply, screen, overlay, inverted overlay, dodge, + - Many blend modes (multiply, screen, overlay, inverted overlay, dodge, burn, add, grain extract, grain merge, sub, difference, darken, lighten), color/luminosity blending for RGB and CMYK - RAW support (via dcraw), up to 5 color samplers, histograms and color