Port details |
- delaboratory Unique image postprocessing application
- 0.8_14 graphics
=2 0.8_14Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2013-07-08 11:21:56
- Last Update: 2024-04-27 12:44:59
- Commit Hash: 98bf258
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://bsdforge.com/projects/graphics/delaboratory/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- delaboratory>0:graphics/delaboratory
- To install the port:
- cd /usr/ports/graphics/delaboratory/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/delaboratory
- pkg install delaboratory
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: delaboratory
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (delaboratory-0.8.tar.gz) = dfb95531009f5eddd14ae343d6a80a5eed407d031d731a464582cef26e77218a
SIZE (delaboratory-0.8.tar.gz) = 135250
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libtiff.so : graphics/tiff
- libxml2.so : textproc/libxml2
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_delaboratory
- USES:
- compiler:c++11-lib gmake gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 36
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8_14 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
0.8_13 13 Jan 2024 23:30:23
    |
Daniel Engberg (diizzy)  |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
0.8_13 04 Jan 2024 17:37:09
    |
Daniel Engberg (diizzy)  |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8_13 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8_13 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.8_13 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.8_12 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.8_11 25 Apr 2021 05:00:05
    |
Emanuel Haupt (ehaupt)  |
graphics/delaboratory: fix build with LLVM 11 libc++
Rename local semaphore.h to keep it from accidentally being picked up
by libc++ headers in place of the system <semaphore.h>.
Obtained from: OpenBSD |
0.8_10 24 Apr 2021 10:46:46
    |
Dmitry Marakasov (amdmi3)  |
graphics/delaboratory: mark BROKEN on FreeBSD >= 13 |
0.8_10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8_10 18 Nov 2020 15:58:44
  |
lbartoletti  |
graphics/delaboratory: back to the pool
PR: 251223
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.8_10 17 May 2020 05:55:12
  |
lbartoletti  |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
0.8_9 19 Oct 2019 12:21:22
  |
rakuco  |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.8_9 08 Sep 2019 09:02:48
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
0.8_9 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.8_8 30 Apr 2019 19:13:59
  |
pkubaj  |
graphics/delaboratory: fix build with GCC-based architectures
Respect LDFLAGS to fix build on GCC architectures:
//usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `vtable for
std::__cxx11::basic_ostringstream<char, std::char_traits<char>,
std::allocator<char> >@GLIBCXX_3.4.21'
//usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to
`std::condition_variable::notify_one()@GLIBCXX_3.4.11'
//usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to
`std::__once_call@GLIBCXX_3.4.11'
While here, add USES=gnome.
PR: 237145
Approved by: portmaster@bsdforge.com (maintainer timeout), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20105 |
0.8_8 25 Feb 2019 12:47:20
  |
bapt  |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
0.8_7 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.8_6 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.8_5 27 Feb 2018 05:35:52
  |
tobik  |
graphics/delaboratory: Revert r463107
and fix typo in maintainer email address
portmaster@bsdforfe.com -> portmaster@bsdforge.com |
0.8_5 27 Feb 2018 04:55:52
  |
yuri  |
Maintainer reset for e-mails in domains without MX records
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX (Only the first 15 lines of the commit message are shown above ) |
0.8_5 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.8_4 10 Apr 2017 19:16:30
  |
lifanov  |
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> |
0.8_4 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.8_3 03 Mar 2017 16:00:20
  |
mat  |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
0.8_3 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.8_3 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.8_3 14 Oct 2015 23:50:01
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE |
0.8_3 12 Apr 2015 08:02:21
  |
marino  |
graphics/delaboratory: Unbreak F8 and F9 too
Reported by: amdmi3 |
0.8_2 10 Apr 2015 19:04:19
  |
marino  |
Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflags
The breakage was a result of moving wxgtk30 to c++11 from c++01 |
0.8_2 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.8_1 24 Mar 2014 17:08:33
  |
bapt  |
Use wxGTK 3.0 |
0.8 08 Oct 2013 12:21:14
  |
danfe  |
- Fix the build on -CURRENT after libiconv was moved into the base
- Honor CXXFLAGS better, stagify, wordsmith in pkg-descr, relinquish
Reported by: pkg-fallout |
0.8 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.8 08 Jul 2013 11:21:37
  |
danfe  |
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/ |
Number of commits found: 36
|