Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 19:16:30 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438199 - head/graphics/delaboratory
Message-ID:  <201704101916.v3AJGUP8097979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Mon Apr 10 19:16:30 2017
New Revision: 438199
URL: https://svnweb.freebsd.org/changeset/ports/438199

Log:
  unbreak graphics/delaboratory
  
  o replace MASTER_SITES
  o add WWW
  o pass maintainership to submitter
  o add missing dependencies
  
  PR:		218049
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

Modified:
  head/graphics/delaboratory/Makefile
  head/graphics/delaboratory/pkg-descr

Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile	Mon Apr 10 19:14:48 2017	(r438198)
+++ head/graphics/delaboratory/Makefile	Mon Apr 10 19:16:30 2017	(r438199)
@@ -5,22 +5,21 @@ PORTNAME=	delaboratory
 PORTVERSION=	0.8
 PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://BSDforge.com/projects/source/graphics/delaboratory/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@bsdforfe.com
 COMMENT=	Unique image postprocessing application
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+LIB_DEPENDS=	libtiff.so:graphics/tiff
 
 USES=		compiler:c++11-lib gmake
 MAKE_ARGS=	CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
 USE_WX=		3.0
 USE_CXXSTD=	c++11
+USE_GNOME=	libxml2
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/graphics/delaboratory/pkg-descr
==============================================================================
--- head/graphics/delaboratory/pkg-descr	Mon Apr 10 19:14:48 2017	(r438198)
+++ head/graphics/delaboratory/pkg-descr	Mon Apr 10 19:16:30 2017	(r438199)
@@ -1,23 +1,24 @@
-Delaboratory is a color correction utility for digital images.  It features:
+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.
+ - 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/
+WWW: http://bsdforge.com/projects/graphics/delaboratory/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704101916.v3AJGUP8097979>