Hi!
This is update for rawtherapee 4.0.9->4.0.11.
In some words this update brings a lot of bugfixes, speed improvements, new
camera profiles, new tools and so on.
Full list of changes could be found here:
http://rawtherapee.com/blog/rawtherapee-4.0.10-released
and here:
http://rawtherapee.com/blog/rawtherapee-4.0.11-released
Tested on amd64 with Nikon P330 RAWs.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    16 May 2013 09:16:43 -0000      1.3
+++ Makefile    27 Jun 2013 00:10:28 -0000
@@ -2,8 +2,7 @@

 COMMENT =              RAW image processing application

-DISTNAME =             rawtherapee-4.0.9
-REVISION =             0
+DISTNAME =             rawtherapee-4.0.11

 CATEGORIES =           graphics

@@ -11,28 +10,32 @@ HOMEPAGE =          http://www.rawtherapee.com/

 MAINTAINER =           Kirill Bychkov <[email protected]>

-# GPLv3
+# GPLv3+
 PERMIT_PACKAGE_CDROM = Yes

 WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
 WANTLIB += Xrandr Xrender atk-1.0 atkmm-1.6 bz2 c cairo cairomm-1.0
-WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gdkmm-2.4 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4
-WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 gtkmm-2.4
-WANTLIB += iptcdata jpeg lcms2 m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pangomm-1.4 pixman-1 png pthread pthread-stubs
-WANTLIB += sigc-2.0 stdc++ tiff xcb xcb-render xcb-shm z
+WANTLIB += canberra canberra-gtk expat fftw3f fontconfig freetype
+WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gdkmm-2.4 gio-2.0 giomm-2.4
+WANTLIB += glib-2.0 glibmm-2.4 gobject-2.0 gthread-2.0 gtk-x11-2.0
+WANTLIB += gtkmm-2.4 iptcdata jpeg lcms2 m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pangomm-1.4 png pthread sigc-2.0 tiff z

 MASTER_SITES =         http://rawtherapee.googlecode.com/files/
 EXTRACT_SUFX =                 .tar.xz

 MODULES =              devel/cmake \
-                       devel/gettext
+                       devel/gettext \
+                       gcc4
+MODGCC4_ARCHS =        *
+MODGCC4_LANGS +=       c++
 RUN_DEPENDS =          devel/desktop-file-utils

-LIB_DEPENDS =          devel/libsigc++-2 \
+LIB_DEPENDS =          audio/libcanberra,-gtk \
+                       devel/libsigc++-2 \
                        graphics/libiptcdata \
                        graphics/lcms2 \
+                       math/fftw3,float \
                        x11/gtk2mm

 CONFIGURE_ARGS +=      -DCMAKE_BUILD_TYPE=Release \
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ distinfo    27 Jun 2013 00:10:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (rawtherapee-4.0.9.tar.xz) = 
StSbXTqumheLHPpe/KZTmC8KUnY93Tf4lQDo/t+xh9I=
-SIZE (rawtherapee-4.0.9.tar.xz) = 40201920
+SHA256 (rawtherapee-4.0.11.tar.xz) =
QEAUlepaaTuWSfm0+xAZU8uva8X+Abgd0qswUxr+Vns=
+SIZE (rawtherapee-4.0.11.tar.xz) = 14828520
Index: patches/patch-AboutThisBuild_cmake
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/patches/patch-AboutThisBuild_cmake,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-AboutThisBuild_cmake
--- patches/patch-AboutThisBuild_cmake  27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ patches/patch-AboutThisBuild_cmake  27 Jun 2013 00:10:28 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-AboutThisBuild_cmake,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- AboutThisBuild.cmake.orig  Thu Jan 24 20:12:49 2013
-+++ AboutThisBuild.cmake       Thu Jan 24 20:13:13 2013
-@@ -8,8 +8,7 @@ elseif (APPLE)
-   find_file(HG_CMD hg)
-   set (SHELL "/bin/bash")
- else (WIN32) # Linux
--  find_file(HG_CMD hg)
--  set (SHELL "/bin/bash")
-+  set (SHELL "/bin/sh")
- endif (WIN32)
+--- AboutThisBuild.cmake.orig  Wed May 29 18:29:36 2013
++++ AboutThisBuild.cmake       Thu Jun 27 07:11:59 2013
+@@ -11,8 +11,7 @@ if (REL_INFO_FILE STREQUAL REL_INFO_FILE-NOTFOUND)
+     find_file(HG_CMD hg)
+     set (SHELL "/bin/bash")
+   else (WIN32) # Linux
+-    find_file(HG_CMD hg)
+-    set (SHELL "/bin/bash")
++    set (SHELL "/bin/sh")
+   endif (WIN32)

- # the hg command is looked for again, at build time
+   # Fail if Mercurial is not installed
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/patches/patch-CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ patches/patch-CMakeLists_txt        27 Jun 2013 00:10:28 -0000
@@ -1,16 +1,12 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- CMakeLists.txt.orig        Sun Jun  3 19:56:20 2012
-+++ CMakeLists.txt     Mon Jul 16 01:25:51 2012
-@@ -281,12 +281,6 @@ else (AUTOMATED_BUILD_SYSTEM)
-
-   add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo)
-
--  if (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--    message(FATAL_ERROR "hg command not found!")
--  else (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--    message(STATUS "hg command found: ${HG_CMD}")
--  endif (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--
- endif (AUTOMATED_BUILD_SYSTEM)
-
+$OpenBSD$
+--- CMakeLists.txt.orig        Thu Jun 27 07:14:15 2013
++++ CMakeLists.txt     Thu Jun 27 07:14:45 2013
+@@ -316,7 +316,7 @@ install (FILES LICENSE.txt DESTINATION "${LICENCEDIR}"
+ install (FILES "${CMAKE_BINARY_DIR}/AboutThisBuild.txt" DESTINATION
"${CREDITSDIR}")
+ install (FILES RELEASE_NOTES.txt DESTINATION "${CREDITSDIR}" OPTIONAL)
+ if (UNIX)
+-  install (FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1"
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1")
++  install (FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1"
DESTINATION "${CMAKE_INSTALL_PREFIX}/man/man1")
+ endif (UNIX)

+ add_subdirectory (rtexif)
Index: patches/patch-rtgui_CMakeLists_txt
===================================================================
RCS file: patches/patch-rtgui_CMakeLists_txt
diff -N patches/patch-rtgui_CMakeLists_txt
--- patches/patch-rtgui_CMakeLists_txt  27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-rtgui_CMakeLists_txt,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/CMakeLists.txt.orig  Mon Jul 16 01:26:34 2012
-+++ rtgui/CMakeLists.txt       Mon Jul 16 01:27:13 2012
-@@ -52,7 +52,7 @@ add_executable (rth ${EXTRA_SRC} ${BASESOURCEFILES})
- set_target_properties (rth PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS}"
OUTPUT_NAME rawtherapee)
- #target_link_libraries (rth rtengine ${JPEG_LIBRARIES} ${PNG_LIBRARIES}
${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${EXTRA_LIB} ${GOBJECT_LIBRARIES}
${GTHREAD_LIBRARIES}
- #   ${GLIB2_LIBRARIES} ${GLIBMM_LIBRARIES} ${GTK_LIBRARIES}
${GTKMM_LIBRARIES} ${GIO_LIBRARIES} ${GIOMM_LIBRARIES} ${LCMS_LIBRARIES}
${IPTCDATA_LIBRARIES})
--target_link_libraries (rth rtengine ${JPEG_LIBRARIES} ${PNG_LIBRARIES}
${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${GOBJECT_LIBRARIES} ${GTHREAD_LIBRARIES}
-+target_link_libraries (rth rtengine -pthread ${JPEG_LIBRARIES}
${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${GOBJECT_LIBRARIES}
${GTHREAD_LIBRARIES}
-    ${GLIB2_LIBRARIES} ${GLIBMM_LIBRARIES} ${GTK_LIBRARIES}
${GTKMM_LIBRARIES} ${GIO_LIBRARIES} ${GIOMM_LIBRARIES} ${LCMS_LIBRARIES}
${EXPAT_LIBRARIES} ${IPTCDATA_LIBRARIES} ${EXTRA_LIB_RTGUI})
- install (TARGETS rth DESTINATION ${BINDIR})
-
Index: patches/patch-rtgui_darkframe_h
===================================================================
RCS file: patches/patch-rtgui_darkframe_h
diff -N patches/patch-rtgui_darkframe_h
--- patches/patch-rtgui_darkframe_h     27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-rtgui_darkframe_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/darkframe.h.orig     Mon Jul 16 01:28:49 2012
-+++ rtgui/darkframe.h  Mon Jul 16 01:29:06 2012
-@@ -19,7 +19,6 @@
- #ifndef _DARKFRAME_H_
- #define _DARKFRAME_H_
-
--#include <auto_ptr.h>
- #include <gtkmm.h>
- #include "toolpanel.h"
- #include "../rtengine/rawimage.h"
Index: patches/patch-rtgui_flatfield_h
===================================================================
RCS file: patches/patch-rtgui_flatfield_h
diff -N patches/patch-rtgui_flatfield_h
--- patches/patch-rtgui_flatfield_h     27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-rtgui_flatfield_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/flatfield.h.orig     Mon Jul 16 01:27:57 2012
-+++ rtgui/flatfield.h  Mon Jul 16 01:28:15 2012
-@@ -19,7 +19,6 @@
- #ifndef _FLATFIELD_H_
- #define _FLATFIELD_H_
-
--#include <auto_ptr.h>
- #include <gtkmm.h>
- #include "adjuster.h"
- #include "toolpanel.h"
Index: patches/patch-rtgui_icmpanel_h
===================================================================
RCS file: patches/patch-rtgui_icmpanel_h
diff -N patches/patch-rtgui_icmpanel_h
--- patches/patch-rtgui_icmpanel_h      27 Jan 2013 14:56:43 -0000      1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-rtgui_icmpanel_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/icmpanel.h.orig      Mon Jul 16 01:29:50 2012
-+++ rtgui/icmpanel.h   Mon Jul 16 01:30:05 2012
-@@ -19,8 +19,6 @@
- #ifndef _ICMPANEL_
- #define _ICMPANEL_
-
--#include <auto_ptr.h>
--
- #include <gtkmm.h>
- #include "adjuster.h"
- #include "guiutils.h"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   27 Jan 2013 14:56:44 -0000      1.1.1.1
+++ pkg/PLIST   27 Jun 2013 00:10:28 -0000
@@ -26,6 +26,7 @@ share/icons/hicolor/32x32/apps/rawtherap
 share/icons/hicolor/48x48/
 share/icons/hicolor/48x48/apps/
 share/icons/hicolor/48x48/apps/rawtherapee.png
+@man man/man1/rawtherapee.1
 share/rawtherapee/
 share/rawtherapee/dcpprofiles/
 share/rawtherapee/dcpprofiles/Canon EOS 20D.dcp
@@ -33,6 +34,7 @@ share/rawtherapee/dcpprofiles/Canon EOS
 share/rawtherapee/dcpprofiles/Canon EOS 40D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 450D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 550D.dcp
+share/rawtherapee/dcpprofiles/Canon EOS 5D Mark III.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 5D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 7D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS D60.dcp
@@ -42,6 +44,7 @@ share/rawtherapee/dcpprofiles/Canon EOS
 share/rawtherapee/dcpprofiles/Canon EOS-1D Mark III.dcp
 share/rawtherapee/dcpprofiles/Canon PowerShot G10.dcp
 share/rawtherapee/dcpprofiles/Canon PowerShot G12.dcp
+share/rawtherapee/dcpprofiles/Leaf Aptus 75.dcp
 share/rawtherapee/dcpprofiles/Nikon D200.dcp
 share/rawtherapee/dcpprofiles/Nikon D300.dcp
 share/rawtherapee/dcpprofiles/Nikon D3000.dcp
@@ -51,13 +54,19 @@ share/rawtherapee/dcpprofiles/Nikon D50.
 share/rawtherapee/dcpprofiles/Nikon D5100.dcp
 share/rawtherapee/dcpprofiles/Nikon D700.dcp
 share/rawtherapee/dcpprofiles/Nikon D7000.dcp
+share/rawtherapee/dcpprofiles/Nikon D800.dcp
 share/rawtherapee/dcpprofiles/Olympus E-1.dcp
+share/rawtherapee/dcpprofiles/Olympus E-510.dcp
+share/rawtherapee/dcpprofiles/Olympus E-520.dcp
+share/rawtherapee/dcpprofiles/Olympus E-M5.dcp
 share/rawtherapee/dcpprofiles/Olympus E-P2.dcp
+share/rawtherapee/dcpprofiles/Olympus XZ-1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ150.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ35.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ38.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-G1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-G3.dcp
+share/rawtherapee/dcpprofiles/Panasonic DMC-G5.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-GH1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-GH2.dcp
 share/rawtherapee/dcpprofiles/Pentax K10D.dcp
@@ -115,10 +124,6 @@ share/rawtherapee/images/Chanmixer-RB.pn
 share/rawtherapee/images/Chanmixer-RG.png
 share/rawtherapee/images/Chanmixer-RR.png
 share/rawtherapee/images/Dark/
-share/rawtherapee/images/Dark/.gtk-undo-ltr-small.png
-share/rawtherapee/images/Dark/.gtk-undo-ltr.png
-share/rawtherapee/images/Dark/.gtk-undo-rtl-small.png
-share/rawtherapee/images/Dark/.gtk-undo-rtl.png
 share/rawtherapee/images/Dark/actions/
 share/rawtherapee/images/Dark/actions/PanelEnding.png
 share/rawtherapee/images/Dark/actions/beforeafter.png
@@ -198,6 +203,10 @@ share/rawtherapee/images/Dark/actions/hi
 share/rawtherapee/images/Dark/actions/histBarg.png
 share/rawtherapee/images/Dark/actions/histBlue.png
 share/rawtherapee/images/Dark/actions/histBlueg.png
+share/rawtherapee/images/Dark/actions/histChro.png
+share/rawtherapee/images/Dark/actions/histChrog.png
+share/rawtherapee/images/Dark/actions/histFull.png
+share/rawtherapee/images/Dark/actions/histFullg.png
 share/rawtherapee/images/Dark/actions/histGreen.png
 share/rawtherapee/images/Dark/actions/histGreeng.png
 share/rawtherapee/images/Dark/actions/histRaw.png
@@ -216,6 +225,9 @@ share/rawtherapee/images/Dark/actions/lo
 share/rawtherapee/images/Dark/actions/lock-on.png
 share/rawtherapee/images/Dark/actions/media-usb.png
 share/rawtherapee/images/Dark/actions/meta.png
+share/rawtherapee/images/Dark/actions/nav-next.png
+share/rawtherapee/images/Dark/actions/nav-prev.png
+share/rawtherapee/images/Dark/actions/nav-sync.png
 share/rawtherapee/images/Dark/actions/new-detail-window.png
 share/rawtherapee/images/Dark/actions/openhand.png
 share/rawtherapee/images/Dark/actions/panel-to-bottom.png
@@ -225,6 +237,12 @@ share/rawtherapee/images/Dark/actions/pa
 share/rawtherapee/images/Dark/actions/popuparrow.png
 share/rawtherapee/images/Dark/actions/previewmodeB-off.png
 share/rawtherapee/images/Dark/actions/previewmodeB-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC0-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC0-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC1-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC1-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC2-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC2-on.png
 share/rawtherapee/images/Dark/actions/previewmodeF-off.png
 share/rawtherapee/images/Dark/actions/previewmodeF-on.png
 share/rawtherapee/images/Dark/actions/previewmodeG-off.png
@@ -237,6 +255,8 @@ share/rawtherapee/images/Dark/actions/pr
 share/rawtherapee/images/Dark/actions/processing-play.png
 share/rawtherapee/images/Dark/actions/processing-thumbnail.png
 share/rawtherapee/images/Dark/actions/processing.png
+share/rawtherapee/images/Dark/actions/profile-filled.png
+share/rawtherapee/images/Dark/actions/profile-partial.png
 share/rawtherapee/images/Dark/actions/rated.png
 share/rawtherapee/images/Dark/actions/ratednot.png
 share/rawtherapee/images/Dark/actions/ratednotg.png
@@ -293,10 +313,6 @@ share/rawtherapee/images/Dark/places/gtk
 share/rawtherapee/images/Dark/places/user-desktop.png
 share/rawtherapee/images/Dark/places/user-home.png
 share/rawtherapee/images/Light/
-share/rawtherapee/images/Light/.gtk-undo-ltr-small.png
-share/rawtherapee/images/Light/.gtk-undo-ltr.png
-share/rawtherapee/images/Light/.gtk-undo-rtl-small.png
-share/rawtherapee/images/Light/.gtk-undo-rtl.png
 share/rawtherapee/images/Light/actions/
 share/rawtherapee/images/Light/actions/PanelEnding.png
 share/rawtherapee/images/Light/actions/beforeafter.png
@@ -376,6 +392,10 @@ share/rawtherapee/images/Light/actions/h
 share/rawtherapee/images/Light/actions/histBarg.png
 share/rawtherapee/images/Light/actions/histBlue.png
 share/rawtherapee/images/Light/actions/histBlueg.png
+share/rawtherapee/images/Light/actions/histChro.png
+share/rawtherapee/images/Light/actions/histChrog.png
+share/rawtherapee/images/Light/actions/histFull.png
+share/rawtherapee/images/Light/actions/histFullg.png
 share/rawtherapee/images/Light/actions/histGreen.png
 share/rawtherapee/images/Light/actions/histGreeng.png
 share/rawtherapee/images/Light/actions/histRaw.png
@@ -394,6 +414,9 @@ share/rawtherapee/images/Light/actions/l
 share/rawtherapee/images/Light/actions/lock-on.png
 share/rawtherapee/images/Light/actions/media-usb.png
 share/rawtherapee/images/Light/actions/meta.png
+share/rawtherapee/images/Light/actions/nav-next.png
+share/rawtherapee/images/Light/actions/nav-prev.png
+share/rawtherapee/images/Light/actions/nav-sync.png
 share/rawtherapee/images/Light/actions/new-detail-window.png
 share/rawtherapee/images/Light/actions/openhand.png
 share/rawtherapee/images/Light/actions/panel-to-bottom.png
@@ -403,6 +426,12 @@ share/rawtherapee/images/Light/actions/p
 share/rawtherapee/images/Light/actions/popuparrow.png
 share/rawtherapee/images/Light/actions/previewmodeB-off.png
 share/rawtherapee/images/Light/actions/previewmodeB-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC0-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC0-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC1-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC1-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC2-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC2-on.png
 share/rawtherapee/images/Light/actions/previewmodeF-off.png
 share/rawtherapee/images/Light/actions/previewmodeF-on.png
 share/rawtherapee/images/Light/actions/previewmodeG-off.png
@@ -415,6 +444,8 @@ share/rawtherapee/images/Light/actions/p
 share/rawtherapee/images/Light/actions/processing-play.png
 share/rawtherapee/images/Light/actions/processing-thumbnail.png
 share/rawtherapee/images/Light/actions/processing.png
+share/rawtherapee/images/Light/actions/profile-filled.png
+share/rawtherapee/images/Light/actions/profile-partial.png
 share/rawtherapee/images/Light/actions/rated.png
 share/rawtherapee/images/Light/actions/ratednot.png
 share/rawtherapee/images/Light/actions/ratednotg.png
@@ -598,13 +629,14 @@ share/rawtherapee/languages/Chinese (Tra
 share/rawtherapee/languages/Czech
 share/rawtherapee/languages/Dansk
 share/rawtherapee/languages/Deutsch
-share/rawtherapee/languages/English
+share/rawtherapee/languages/English (UK)
+share/rawtherapee/languages/English (US)
 share/rawtherapee/languages/Espanol
 share/rawtherapee/languages/Euskara
 share/rawtherapee/languages/Francais
 share/rawtherapee/languages/Greek
 share/rawtherapee/languages/Hebrew
-share/rawtherapee/languages/Italian
+share/rawtherapee/languages/Italiano
 share/rawtherapee/languages/Japanese
 share/rawtherapee/languages/LICENSE
 share/rawtherapee/languages/Latvian
@@ -625,19 +657,70 @@ share/rawtherapee/languages/Turkish
 share/rawtherapee/languages/default
 share/rawtherapee/options
 share/rawtherapee/profiles/
-share/rawtherapee/profiles/BW-1.pp3
-share/rawtherapee/profiles/BW-2.pp3
-share/rawtherapee/profiles/BW-3.pp3
-share/rawtherapee/profiles/BW-4.pp3
-share/rawtherapee/profiles/Default-ISO-High.pp3
-share/rawtherapee/profiles/Default-ISO-Medium.pp3
+share/rawtherapee/profiles/BW 1.pp3
+share/rawtherapee/profiles/BW 2.pp3
+share/rawtherapee/profiles/BW 3.pp3
+share/rawtherapee/profiles/BW 4.pp3
+share/rawtherapee/profiles/Deep Shadows.pp3
+share/rawtherapee/profiles/Default ISO High.pp3
+share/rawtherapee/profiles/Default ISO Medium.pp3
 share/rawtherapee/profiles/Default.pp3
-share/rawtherapee/profiles/Highkey-1.pp3
-share/rawtherapee/profiles/Natural-1.pp3
-share/rawtherapee/profiles/Natural-2.pp3
+share/rawtherapee/profiles/Equilibrated.pp3
+share/rawtherapee/profiles/Faded Amber 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Amber 1 TM.pp3
+share/rawtherapee/profiles/Faded Amber 1.pp3
+share/rawtherapee/profiles/Faded Blue 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Blue 1 TM.pp3
+share/rawtherapee/profiles/Faded Blue 1.pp3
+share/rawtherapee/profiles/Faded Blue Pink TM.pp3
+share/rawtherapee/profiles/Faded Blue Pink.pp3
+share/rawtherapee/profiles/Faded Chocolate 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Chocolate 2 TM Bright.pp3
+share/rawtherapee/profiles/Faded Golden 1.pp3
+share/rawtherapee/profiles/Faded Golden 2.pp3
+share/rawtherapee/profiles/Faded Green 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Green 1 TM.pp3
+share/rawtherapee/profiles/Faded Green 1.pp3
+share/rawtherapee/profiles/Faded Green 2.pp3
+share/rawtherapee/profiles/Faded Green 3.pp3
+share/rawtherapee/profiles/Faded Neutral TM.pp3
+share/rawtherapee/profiles/Faded Neutral.pp3
+share/rawtherapee/profiles/Faded Purple 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Purple 1 TM.pp3
+share/rawtherapee/profiles/Faded Purple 1.pp3
+share/rawtherapee/profiles/Faded Purple 2 TM.pp3
+share/rawtherapee/profiles/Faded Purple 2.pp3
+share/rawtherapee/profiles/Faded Teal Orange TM Bright.pp3
+share/rawtherapee/profiles/Faded Teal Orange TM.pp3
+share/rawtherapee/profiles/Faded Teal Orange.pp3
+share/rawtherapee/profiles/Faded Warm 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Warm 1 TM.pp3
+share/rawtherapee/profiles/Faded Warm 1.pp3
+share/rawtherapee/profiles/Faded Warm 2.pp3
+share/rawtherapee/profiles/Faded Warm 3.pp3
+share/rawtherapee/profiles/High-Key.pp3
+share/rawtherapee/profiles/Natural 1.pp3
+share/rawtherapee/profiles/Natural 2.pp3
 share/rawtherapee/profiles/Neutral.pp3
-share/rawtherapee/profiles/Punchy-1.pp3
-share/rawtherapee/profiles/Punchy-2.pp3
+share/rawtherapee/profiles/Pop 1.pp3
+share/rawtherapee/profiles/Pop 2 L.pp3
+share/rawtherapee/profiles/Pop 3 Skin.pp3
+share/rawtherapee/profiles/Pop 4 BW.pp3
+share/rawtherapee/profiles/Portrait Lejto.pp3
+share/rawtherapee/profiles/Portrait Smooth.pp3
+share/rawtherapee/profiles/Punchy 1.pp3
+share/rawtherapee/profiles/Punchy 2.pp3
+share/rawtherapee/profiles/Skintones - Natural TM.pp3
+share/rawtherapee/profiles/Skintones - Natural.pp3
+share/rawtherapee/profiles/Skintones - Pale TM Bright.pp3
+share/rawtherapee/profiles/Skintones - Pale TM.pp3
+share/rawtherapee/profiles/Skintones - Pale.pp3
+share/rawtherapee/profiles/Skintones - Soft Texture.pp3
+share/rawtherapee/profiles/Skintones - Strong Texture.pp3
+share/rawtherapee/profiles/Skintones - Studio TM.pp3
+share/rawtherapee/profiles/Skintones - Studio.pp3
+share/rawtherapee/profiles/Skintones - StudioBase 1 TM.pp3
+share/rawtherapee/profiles/Skintones - StudioBase 1.pp3
 share/rawtherapee/sounds/
 share/rawtherapee/sounds/BatchComplete.wav
 share/rawtherapee/sounds/Empty.wav
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	16 May 2013 09:16:43 -0000	1.3
+++ Makefile	27 Jun 2013 00:10:28 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =		RAW image processing application
 
-DISTNAME =		rawtherapee-4.0.9
-REVISION =		0
+DISTNAME =		rawtherapee-4.0.11
 
 CATEGORIES =		graphics
 
@@ -11,28 +10,32 @@ HOMEPAGE =		http://www.rawtherapee.com/
 
 MAINTAINER =		Kirill Bychkov <[email protected]>
 
-# GPLv3
+# GPLv3+
 PERMIT_PACKAGE_CDROM =	Yes
 
 WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
 WANTLIB += Xrandr Xrender atk-1.0 atkmm-1.6 bz2 c cairo cairomm-1.0
-WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gdkmm-2.4 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4
-WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 gtkmm-2.4
-WANTLIB += iptcdata jpeg lcms2 m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pangomm-1.4 pixman-1 png pthread pthread-stubs
-WANTLIB += sigc-2.0 stdc++ tiff xcb xcb-render xcb-shm z
+WANTLIB += canberra canberra-gtk expat fftw3f fontconfig freetype
+WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gdkmm-2.4 gio-2.0 giomm-2.4
+WANTLIB += glib-2.0 glibmm-2.4 gobject-2.0 gthread-2.0 gtk-x11-2.0
+WANTLIB += gtkmm-2.4 iptcdata jpeg lcms2 m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pangomm-1.4 png pthread sigc-2.0 tiff z
 
 MASTER_SITES =		http://rawtherapee.googlecode.com/files/
 EXTRACT_SUFX = 		.tar.xz
 
 MODULES =		devel/cmake \
-			devel/gettext
+			devel/gettext \
+			gcc4
+MODGCC4_ARCHS = 	*
+MODGCC4_LANGS += 	c++
 RUN_DEPENDS =		devel/desktop-file-utils
 
-LIB_DEPENDS =		devel/libsigc++-2 \
+LIB_DEPENDS =		audio/libcanberra,-gtk \
+			devel/libsigc++-2 \
 			graphics/libiptcdata \
 			graphics/lcms2 \
+			math/fftw3,float \
 			x11/gtk2mm
 
 CONFIGURE_ARGS +=	-DCMAKE_BUILD_TYPE=Release \
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ distinfo	27 Jun 2013 00:10:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (rawtherapee-4.0.9.tar.xz) = StSbXTqumheLHPpe/KZTmC8KUnY93Tf4lQDo/t+xh9I=
-SIZE (rawtherapee-4.0.9.tar.xz) = 40201920
+SHA256 (rawtherapee-4.0.11.tar.xz) = QEAUlepaaTuWSfm0+xAZU8uva8X+Abgd0qswUxr+Vns=
+SIZE (rawtherapee-4.0.11.tar.xz) = 14828520
Index: patches/patch-AboutThisBuild_cmake
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/patches/patch-AboutThisBuild_cmake,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-AboutThisBuild_cmake
--- patches/patch-AboutThisBuild_cmake	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ patches/patch-AboutThisBuild_cmake	27 Jun 2013 00:10:28 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-AboutThisBuild_cmake,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- AboutThisBuild.cmake.orig	Thu Jan 24 20:12:49 2013
-+++ AboutThisBuild.cmake	Thu Jan 24 20:13:13 2013
-@@ -8,8 +8,7 @@ elseif (APPLE)
-   find_file(HG_CMD hg)
-   set (SHELL "/bin/bash")
- else (WIN32) # Linux
--  find_file(HG_CMD hg)
--  set (SHELL "/bin/bash")
-+  set (SHELL "/bin/sh")
- endif (WIN32)
+--- AboutThisBuild.cmake.orig	Wed May 29 18:29:36 2013
++++ AboutThisBuild.cmake	Thu Jun 27 07:11:59 2013
+@@ -11,8 +11,7 @@ if (REL_INFO_FILE STREQUAL REL_INFO_FILE-NOTFOUND)
+     find_file(HG_CMD hg)
+     set (SHELL "/bin/bash")
+   else (WIN32) # Linux
+-    find_file(HG_CMD hg)
+-    set (SHELL "/bin/bash")
++    set (SHELL "/bin/sh")
+   endif (WIN32)
  
- # the hg command is looked for again, at build time
+   # Fail if Mercurial is not installed
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/patches/patch-CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ patches/patch-CMakeLists_txt	27 Jun 2013 00:10:28 -0000
@@ -1,16 +1,12 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- CMakeLists.txt.orig	Sun Jun  3 19:56:20 2012
-+++ CMakeLists.txt	Mon Jul 16 01:25:51 2012
-@@ -281,12 +281,6 @@ else (AUTOMATED_BUILD_SYSTEM)
-  
-   add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo)
- 
--  if (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--    message(FATAL_ERROR "hg command not found!")
--  else (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--    message(STATUS "hg command found: ${HG_CMD}")
--  endif (HG_CMD STREQUAL HG_CMD-NOTFOUND)
--
- endif (AUTOMATED_BUILD_SYSTEM)
- 
+$OpenBSD$
+--- CMakeLists.txt.orig	Thu Jun 27 07:14:15 2013
++++ CMakeLists.txt	Thu Jun 27 07:14:45 2013
+@@ -316,7 +316,7 @@ install (FILES LICENSE.txt DESTINATION "${LICENCEDIR}"
+ install (FILES "${CMAKE_BINARY_DIR}/AboutThisBuild.txt" DESTINATION "${CREDITSDIR}")
+ install (FILES RELEASE_NOTES.txt DESTINATION "${CREDITSDIR}" OPTIONAL)
+ if (UNIX)
+-  install (FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1")
++  install (FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1" DESTINATION "${CMAKE_INSTALL_PREFIX}/man/man1")
+ endif (UNIX)
  
+ add_subdirectory (rtexif)
Index: patches/patch-rtgui_CMakeLists_txt
===================================================================
RCS file: patches/patch-rtgui_CMakeLists_txt
diff -N patches/patch-rtgui_CMakeLists_txt
--- patches/patch-rtgui_CMakeLists_txt	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-rtgui_CMakeLists_txt,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/CMakeLists.txt.orig	Mon Jul 16 01:26:34 2012
-+++ rtgui/CMakeLists.txt	Mon Jul 16 01:27:13 2012
-@@ -52,7 +52,7 @@ add_executable (rth ${EXTRA_SRC} ${BASESOURCEFILES})
- set_target_properties (rth PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS}" OUTPUT_NAME rawtherapee)
- #target_link_libraries (rth rtengine ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${EXTRA_LIB} ${GOBJECT_LIBRARIES} ${GTHREAD_LIBRARIES}
- #   ${GLIB2_LIBRARIES} ${GLIBMM_LIBRARIES} ${GTK_LIBRARIES} ${GTKMM_LIBRARIES} ${GIO_LIBRARIES} ${GIOMM_LIBRARIES} ${LCMS_LIBRARIES} ${IPTCDATA_LIBRARIES})
--target_link_libraries (rth rtengine ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${GOBJECT_LIBRARIES} ${GTHREAD_LIBRARIES}
-+target_link_libraries (rth rtengine -pthread ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${TIFF_LIBRARIES} ${GOBJECT_LIBRARIES} ${GTHREAD_LIBRARIES}
-    ${GLIB2_LIBRARIES} ${GLIBMM_LIBRARIES} ${GTK_LIBRARIES} ${GTKMM_LIBRARIES} ${GIO_LIBRARIES} ${GIOMM_LIBRARIES} ${LCMS_LIBRARIES} ${EXPAT_LIBRARIES} ${IPTCDATA_LIBRARIES} ${EXTRA_LIB_RTGUI})
- install (TARGETS rth DESTINATION ${BINDIR})
- 
Index: patches/patch-rtgui_darkframe_h
===================================================================
RCS file: patches/patch-rtgui_darkframe_h
diff -N patches/patch-rtgui_darkframe_h
--- patches/patch-rtgui_darkframe_h	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-rtgui_darkframe_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/darkframe.h.orig	Mon Jul 16 01:28:49 2012
-+++ rtgui/darkframe.h	Mon Jul 16 01:29:06 2012
-@@ -19,7 +19,6 @@
- #ifndef _DARKFRAME_H_
- #define _DARKFRAME_H_
- 
--#include <auto_ptr.h>
- #include <gtkmm.h>
- #include "toolpanel.h"
- #include "../rtengine/rawimage.h"
Index: patches/patch-rtgui_flatfield_h
===================================================================
RCS file: patches/patch-rtgui_flatfield_h
diff -N patches/patch-rtgui_flatfield_h
--- patches/patch-rtgui_flatfield_h	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-rtgui_flatfield_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/flatfield.h.orig	Mon Jul 16 01:27:57 2012
-+++ rtgui/flatfield.h	Mon Jul 16 01:28:15 2012
-@@ -19,7 +19,6 @@
- #ifndef _FLATFIELD_H_
- #define _FLATFIELD_H_
- 
--#include <auto_ptr.h>
- #include <gtkmm.h>
- #include "adjuster.h"
- #include "toolpanel.h"
Index: patches/patch-rtgui_icmpanel_h
===================================================================
RCS file: patches/patch-rtgui_icmpanel_h
diff -N patches/patch-rtgui_icmpanel_h
--- patches/patch-rtgui_icmpanel_h	27 Jan 2013 14:56:43 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-rtgui_icmpanel_h,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
---- rtgui/icmpanel.h.orig	Mon Jul 16 01:29:50 2012
-+++ rtgui/icmpanel.h	Mon Jul 16 01:30:05 2012
-@@ -19,8 +19,6 @@
- #ifndef _ICMPANEL_
- #define _ICMPANEL_
- 
--#include <auto_ptr.h>
--
- #include <gtkmm.h>
- #include "adjuster.h"
- #include "guiutils.h"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	27 Jan 2013 14:56:44 -0000	1.1.1.1
+++ pkg/PLIST	27 Jun 2013 00:10:28 -0000
@@ -26,6 +26,7 @@ share/icons/hicolor/32x32/apps/rawtherap
 share/icons/hicolor/48x48/
 share/icons/hicolor/48x48/apps/
 share/icons/hicolor/48x48/apps/rawtherapee.png
+@man man/man1/rawtherapee.1
 share/rawtherapee/
 share/rawtherapee/dcpprofiles/
 share/rawtherapee/dcpprofiles/Canon EOS 20D.dcp
@@ -33,6 +34,7 @@ share/rawtherapee/dcpprofiles/Canon EOS 
 share/rawtherapee/dcpprofiles/Canon EOS 40D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 450D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 550D.dcp
+share/rawtherapee/dcpprofiles/Canon EOS 5D Mark III.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 5D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS 7D.dcp
 share/rawtherapee/dcpprofiles/Canon EOS D60.dcp
@@ -42,6 +44,7 @@ share/rawtherapee/dcpprofiles/Canon EOS 
 share/rawtherapee/dcpprofiles/Canon EOS-1D Mark III.dcp
 share/rawtherapee/dcpprofiles/Canon PowerShot G10.dcp
 share/rawtherapee/dcpprofiles/Canon PowerShot G12.dcp
+share/rawtherapee/dcpprofiles/Leaf Aptus 75.dcp
 share/rawtherapee/dcpprofiles/Nikon D200.dcp
 share/rawtherapee/dcpprofiles/Nikon D300.dcp
 share/rawtherapee/dcpprofiles/Nikon D3000.dcp
@@ -51,13 +54,19 @@ share/rawtherapee/dcpprofiles/Nikon D50.
 share/rawtherapee/dcpprofiles/Nikon D5100.dcp
 share/rawtherapee/dcpprofiles/Nikon D700.dcp
 share/rawtherapee/dcpprofiles/Nikon D7000.dcp
+share/rawtherapee/dcpprofiles/Nikon D800.dcp
 share/rawtherapee/dcpprofiles/Olympus E-1.dcp
+share/rawtherapee/dcpprofiles/Olympus E-510.dcp
+share/rawtherapee/dcpprofiles/Olympus E-520.dcp
+share/rawtherapee/dcpprofiles/Olympus E-M5.dcp
 share/rawtherapee/dcpprofiles/Olympus E-P2.dcp
+share/rawtherapee/dcpprofiles/Olympus XZ-1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ150.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ35.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-FZ38.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-G1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-G3.dcp
+share/rawtherapee/dcpprofiles/Panasonic DMC-G5.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-GH1.dcp
 share/rawtherapee/dcpprofiles/Panasonic DMC-GH2.dcp
 share/rawtherapee/dcpprofiles/Pentax K10D.dcp
@@ -115,10 +124,6 @@ share/rawtherapee/images/Chanmixer-RB.pn
 share/rawtherapee/images/Chanmixer-RG.png
 share/rawtherapee/images/Chanmixer-RR.png
 share/rawtherapee/images/Dark/
-share/rawtherapee/images/Dark/.gtk-undo-ltr-small.png
-share/rawtherapee/images/Dark/.gtk-undo-ltr.png
-share/rawtherapee/images/Dark/.gtk-undo-rtl-small.png
-share/rawtherapee/images/Dark/.gtk-undo-rtl.png
 share/rawtherapee/images/Dark/actions/
 share/rawtherapee/images/Dark/actions/PanelEnding.png
 share/rawtherapee/images/Dark/actions/beforeafter.png
@@ -198,6 +203,10 @@ share/rawtherapee/images/Dark/actions/hi
 share/rawtherapee/images/Dark/actions/histBarg.png
 share/rawtherapee/images/Dark/actions/histBlue.png
 share/rawtherapee/images/Dark/actions/histBlueg.png
+share/rawtherapee/images/Dark/actions/histChro.png
+share/rawtherapee/images/Dark/actions/histChrog.png
+share/rawtherapee/images/Dark/actions/histFull.png
+share/rawtherapee/images/Dark/actions/histFullg.png
 share/rawtherapee/images/Dark/actions/histGreen.png
 share/rawtherapee/images/Dark/actions/histGreeng.png
 share/rawtherapee/images/Dark/actions/histRaw.png
@@ -216,6 +225,9 @@ share/rawtherapee/images/Dark/actions/lo
 share/rawtherapee/images/Dark/actions/lock-on.png
 share/rawtherapee/images/Dark/actions/media-usb.png
 share/rawtherapee/images/Dark/actions/meta.png
+share/rawtherapee/images/Dark/actions/nav-next.png
+share/rawtherapee/images/Dark/actions/nav-prev.png
+share/rawtherapee/images/Dark/actions/nav-sync.png
 share/rawtherapee/images/Dark/actions/new-detail-window.png
 share/rawtherapee/images/Dark/actions/openhand.png
 share/rawtherapee/images/Dark/actions/panel-to-bottom.png
@@ -225,6 +237,12 @@ share/rawtherapee/images/Dark/actions/pa
 share/rawtherapee/images/Dark/actions/popuparrow.png
 share/rawtherapee/images/Dark/actions/previewmodeB-off.png
 share/rawtherapee/images/Dark/actions/previewmodeB-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC0-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC0-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC1-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC1-on.png
+share/rawtherapee/images/Dark/actions/previewmodeBC2-off.png
+share/rawtherapee/images/Dark/actions/previewmodeBC2-on.png
 share/rawtherapee/images/Dark/actions/previewmodeF-off.png
 share/rawtherapee/images/Dark/actions/previewmodeF-on.png
 share/rawtherapee/images/Dark/actions/previewmodeG-off.png
@@ -237,6 +255,8 @@ share/rawtherapee/images/Dark/actions/pr
 share/rawtherapee/images/Dark/actions/processing-play.png
 share/rawtherapee/images/Dark/actions/processing-thumbnail.png
 share/rawtherapee/images/Dark/actions/processing.png
+share/rawtherapee/images/Dark/actions/profile-filled.png
+share/rawtherapee/images/Dark/actions/profile-partial.png
 share/rawtherapee/images/Dark/actions/rated.png
 share/rawtherapee/images/Dark/actions/ratednot.png
 share/rawtherapee/images/Dark/actions/ratednotg.png
@@ -293,10 +313,6 @@ share/rawtherapee/images/Dark/places/gtk
 share/rawtherapee/images/Dark/places/user-desktop.png
 share/rawtherapee/images/Dark/places/user-home.png
 share/rawtherapee/images/Light/
-share/rawtherapee/images/Light/.gtk-undo-ltr-small.png
-share/rawtherapee/images/Light/.gtk-undo-ltr.png
-share/rawtherapee/images/Light/.gtk-undo-rtl-small.png
-share/rawtherapee/images/Light/.gtk-undo-rtl.png
 share/rawtherapee/images/Light/actions/
 share/rawtherapee/images/Light/actions/PanelEnding.png
 share/rawtherapee/images/Light/actions/beforeafter.png
@@ -376,6 +392,10 @@ share/rawtherapee/images/Light/actions/h
 share/rawtherapee/images/Light/actions/histBarg.png
 share/rawtherapee/images/Light/actions/histBlue.png
 share/rawtherapee/images/Light/actions/histBlueg.png
+share/rawtherapee/images/Light/actions/histChro.png
+share/rawtherapee/images/Light/actions/histChrog.png
+share/rawtherapee/images/Light/actions/histFull.png
+share/rawtherapee/images/Light/actions/histFullg.png
 share/rawtherapee/images/Light/actions/histGreen.png
 share/rawtherapee/images/Light/actions/histGreeng.png
 share/rawtherapee/images/Light/actions/histRaw.png
@@ -394,6 +414,9 @@ share/rawtherapee/images/Light/actions/l
 share/rawtherapee/images/Light/actions/lock-on.png
 share/rawtherapee/images/Light/actions/media-usb.png
 share/rawtherapee/images/Light/actions/meta.png
+share/rawtherapee/images/Light/actions/nav-next.png
+share/rawtherapee/images/Light/actions/nav-prev.png
+share/rawtherapee/images/Light/actions/nav-sync.png
 share/rawtherapee/images/Light/actions/new-detail-window.png
 share/rawtherapee/images/Light/actions/openhand.png
 share/rawtherapee/images/Light/actions/panel-to-bottom.png
@@ -403,6 +426,12 @@ share/rawtherapee/images/Light/actions/p
 share/rawtherapee/images/Light/actions/popuparrow.png
 share/rawtherapee/images/Light/actions/previewmodeB-off.png
 share/rawtherapee/images/Light/actions/previewmodeB-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC0-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC0-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC1-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC1-on.png
+share/rawtherapee/images/Light/actions/previewmodeBC2-off.png
+share/rawtherapee/images/Light/actions/previewmodeBC2-on.png
 share/rawtherapee/images/Light/actions/previewmodeF-off.png
 share/rawtherapee/images/Light/actions/previewmodeF-on.png
 share/rawtherapee/images/Light/actions/previewmodeG-off.png
@@ -415,6 +444,8 @@ share/rawtherapee/images/Light/actions/p
 share/rawtherapee/images/Light/actions/processing-play.png
 share/rawtherapee/images/Light/actions/processing-thumbnail.png
 share/rawtherapee/images/Light/actions/processing.png
+share/rawtherapee/images/Light/actions/profile-filled.png
+share/rawtherapee/images/Light/actions/profile-partial.png
 share/rawtherapee/images/Light/actions/rated.png
 share/rawtherapee/images/Light/actions/ratednot.png
 share/rawtherapee/images/Light/actions/ratednotg.png
@@ -598,13 +629,14 @@ share/rawtherapee/languages/Chinese (Tra
 share/rawtherapee/languages/Czech
 share/rawtherapee/languages/Dansk
 share/rawtherapee/languages/Deutsch
-share/rawtherapee/languages/English
+share/rawtherapee/languages/English (UK)
+share/rawtherapee/languages/English (US)
 share/rawtherapee/languages/Espanol
 share/rawtherapee/languages/Euskara
 share/rawtherapee/languages/Francais
 share/rawtherapee/languages/Greek
 share/rawtherapee/languages/Hebrew
-share/rawtherapee/languages/Italian
+share/rawtherapee/languages/Italiano
 share/rawtherapee/languages/Japanese
 share/rawtherapee/languages/LICENSE
 share/rawtherapee/languages/Latvian
@@ -625,19 +657,70 @@ share/rawtherapee/languages/Turkish
 share/rawtherapee/languages/default
 share/rawtherapee/options
 share/rawtherapee/profiles/
-share/rawtherapee/profiles/BW-1.pp3
-share/rawtherapee/profiles/BW-2.pp3
-share/rawtherapee/profiles/BW-3.pp3
-share/rawtherapee/profiles/BW-4.pp3
-share/rawtherapee/profiles/Default-ISO-High.pp3
-share/rawtherapee/profiles/Default-ISO-Medium.pp3
+share/rawtherapee/profiles/BW 1.pp3
+share/rawtherapee/profiles/BW 2.pp3
+share/rawtherapee/profiles/BW 3.pp3
+share/rawtherapee/profiles/BW 4.pp3
+share/rawtherapee/profiles/Deep Shadows.pp3
+share/rawtherapee/profiles/Default ISO High.pp3
+share/rawtherapee/profiles/Default ISO Medium.pp3
 share/rawtherapee/profiles/Default.pp3
-share/rawtherapee/profiles/Highkey-1.pp3
-share/rawtherapee/profiles/Natural-1.pp3
-share/rawtherapee/profiles/Natural-2.pp3
+share/rawtherapee/profiles/Equilibrated.pp3
+share/rawtherapee/profiles/Faded Amber 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Amber 1 TM.pp3
+share/rawtherapee/profiles/Faded Amber 1.pp3
+share/rawtherapee/profiles/Faded Blue 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Blue 1 TM.pp3
+share/rawtherapee/profiles/Faded Blue 1.pp3
+share/rawtherapee/profiles/Faded Blue Pink TM.pp3
+share/rawtherapee/profiles/Faded Blue Pink.pp3
+share/rawtherapee/profiles/Faded Chocolate 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Chocolate 2 TM Bright.pp3
+share/rawtherapee/profiles/Faded Golden 1.pp3
+share/rawtherapee/profiles/Faded Golden 2.pp3
+share/rawtherapee/profiles/Faded Green 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Green 1 TM.pp3
+share/rawtherapee/profiles/Faded Green 1.pp3
+share/rawtherapee/profiles/Faded Green 2.pp3
+share/rawtherapee/profiles/Faded Green 3.pp3
+share/rawtherapee/profiles/Faded Neutral TM.pp3
+share/rawtherapee/profiles/Faded Neutral.pp3
+share/rawtherapee/profiles/Faded Purple 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Purple 1 TM.pp3
+share/rawtherapee/profiles/Faded Purple 1.pp3
+share/rawtherapee/profiles/Faded Purple 2 TM.pp3
+share/rawtherapee/profiles/Faded Purple 2.pp3
+share/rawtherapee/profiles/Faded Teal Orange TM Bright.pp3
+share/rawtherapee/profiles/Faded Teal Orange TM.pp3
+share/rawtherapee/profiles/Faded Teal Orange.pp3
+share/rawtherapee/profiles/Faded Warm 1 TM Bright.pp3
+share/rawtherapee/profiles/Faded Warm 1 TM.pp3
+share/rawtherapee/profiles/Faded Warm 1.pp3
+share/rawtherapee/profiles/Faded Warm 2.pp3
+share/rawtherapee/profiles/Faded Warm 3.pp3
+share/rawtherapee/profiles/High-Key.pp3
+share/rawtherapee/profiles/Natural 1.pp3
+share/rawtherapee/profiles/Natural 2.pp3
 share/rawtherapee/profiles/Neutral.pp3
-share/rawtherapee/profiles/Punchy-1.pp3
-share/rawtherapee/profiles/Punchy-2.pp3
+share/rawtherapee/profiles/Pop 1.pp3
+share/rawtherapee/profiles/Pop 2 L.pp3
+share/rawtherapee/profiles/Pop 3 Skin.pp3
+share/rawtherapee/profiles/Pop 4 BW.pp3
+share/rawtherapee/profiles/Portrait Lejto.pp3
+share/rawtherapee/profiles/Portrait Smooth.pp3
+share/rawtherapee/profiles/Punchy 1.pp3
+share/rawtherapee/profiles/Punchy 2.pp3
+share/rawtherapee/profiles/Skintones - Natural TM.pp3
+share/rawtherapee/profiles/Skintones - Natural.pp3
+share/rawtherapee/profiles/Skintones - Pale TM Bright.pp3
+share/rawtherapee/profiles/Skintones - Pale TM.pp3
+share/rawtherapee/profiles/Skintones - Pale.pp3
+share/rawtherapee/profiles/Skintones - Soft Texture.pp3
+share/rawtherapee/profiles/Skintones - Strong Texture.pp3
+share/rawtherapee/profiles/Skintones - Studio TM.pp3
+share/rawtherapee/profiles/Skintones - Studio.pp3
+share/rawtherapee/profiles/Skintones - StudioBase 1 TM.pp3
+share/rawtherapee/profiles/Skintones - StudioBase 1.pp3
 share/rawtherapee/sounds/
 share/rawtherapee/sounds/BatchComplete.wav
 share/rawtherapee/sounds/Empty.wav

Reply via email to