diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-08 11:21:37 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-08 11:21:37 +0000 |
commit | 612819addfacfeacc52d48ba9d7aab761e32faaf (patch) | |
tree | debb2aa54aeb85425ecf18b08abfc85c7f64e056 /graphics/delaboratory | |
parent | 65854404cc83a2648d1b5ec910a7d484937890f6 (diff) | |
download | ports-612819addfacfeacc52d48ba9d7aab761e32faaf.tar.gz ports-612819addfacfeacc52d48ba9d7aab761e32faaf.zip |
Notes
Diffstat (limited to 'graphics/delaboratory')
-rw-r--r-- | graphics/delaboratory/Makefile | 26 | ||||
-rw-r--r-- | graphics/delaboratory/distinfo | 2 | ||||
-rw-r--r-- | graphics/delaboratory/pkg-descr | 23 |
3 files changed, 51 insertions, 0 deletions
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile new file mode 100644 index 000000000000..80959135f334 --- /dev/null +++ b/graphics/delaboratory/Makefile @@ -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> diff --git a/graphics/delaboratory/distinfo b/graphics/delaboratory/distinfo new file mode 100644 index 000000000000..703dc41aafe4 --- /dev/null +++ b/graphics/delaboratory/distinfo @@ -0,0 +1,2 @@ +SHA256 (delaboratory-0.8.tar.gz) = dfb95531009f5eddd14ae343d6a80a5eed407d031d731a464582cef26e77218a +SIZE (delaboratory-0.8.tar.gz) = 135250 diff --git a/graphics/delaboratory/pkg-descr b/graphics/delaboratory/pkg-descr new file mode 100644 index 000000000000..60ca3836dee2 --- /dev/null +++ b/graphics/delaboratory/pkg-descr @@ -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/ |