From owner-svn-ports-all@FreeBSD.ORG Mon Jul 8 11:21:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B47BDB4; Mon, 8 Jul 2013 11:21:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2E41AB7; Mon, 8 Jul 2013 11:21:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68BLcFr043784; Mon, 8 Jul 2013 11:21:38 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68BLb8m043780; Mon, 8 Jul 2013 11:21:37 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307081121.r68BLb8m043780@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 8 Jul 2013 11:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322488 - in 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 08 Jul 2013 11:21:38 -0000 Author: danfe Date: Mon Jul 8 11:21:37 2013 New Revision: 322488 URL: http://svnweb.freebsd.org/changeset/ports/322488 Log: Delaboratory is unique image post-processing application, it allows color correction utility for digital images in a wide variety of ways and modes. WWW: http://code.google.com/p/delaboratory/ Added: head/graphics/delaboratory/ head/graphics/delaboratory/Makefile (contents, props changed) head/graphics/delaboratory/distinfo (contents, props changed) head/graphics/delaboratory/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Jul 8 11:20:27 2013 (r322487) +++ head/graphics/Makefile Mon Jul 8 11:21:37 2013 (r322488) @@ -121,6 +121,7 @@ SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs + SUBDIR += delaboratory SUBDIR += devil SUBDIR += dia SUBDIR += diacanvas2 Added: head/graphics/delaboratory/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/delaboratory/Makefile Mon Jul 8 11:21:37 2013 (r322488) @@ -0,0 +1,26 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= delaboratory +PORTVERSION= 0.8 +CATEGORIES= graphics +MASTER_SITES= GOOGLE_CODE + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Unique image postprocessing application + +LICENSE= GPLv3 + +USES= gmake +MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" +USE_WX= 2.8+ + +PLIST_FILES= bin/${PORTNAME} + +post-patch: + ${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS},' ${WRKSRC}/${MAKEFILE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include Added: head/graphics/delaboratory/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/delaboratory/distinfo Mon Jul 8 11:21:37 2013 (r322488) @@ -0,0 +1,2 @@ +SHA256 (delaboratory-0.8.tar.gz) = dfb95531009f5eddd14ae343d6a80a5eed407d031d731a464582cef26e77218a +SIZE (delaboratory-0.8.tar.gz) = 135250 Added: head/graphics/delaboratory/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/delaboratory/pkg-descr Mon Jul 8 11:21:37 2013 (r322488) @@ -0,0 +1,23 @@ +Delaboratory is a color correction utility for digital images. It features: + + - Floating point precision (not 8-bit like Gimp, not 16-bit like most raw + processors) + - Native support for multiple colorspaces (sRGB, ProPhoto RGB, LAB, CMYK, + LCH, HSL, HSV, BW) + - Non-destructive editing (adjustment layers) + - KISS design, realtime preview + - 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, + 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, + 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 + matrices, etc. + +WWW: http://code.google.com/p/delaboratory/