Date: Mon, 8 Jul 2013 11:21:37 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322488 - in head/graphics: . delaboratory Message-ID: <201307081121.r68BLb8m043780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <danfe@FreeBSD.org> +# $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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081121.r68BLb8m043780>