aboutsummaryrefslogtreecommitdiff
path: root/graphics/dssim
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-271-0/+1
|
* graphics/dssim: update to 3.1.0Jan Beich2021-06-022-42/+83
| | | | | Changes: https://github.com/kornelski/dssim/compare/3.0.2...3.1.0 Reported by: Repology
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-111-0/+1
|
* graphics/dssim: update to 3.0.2Jan Beich2021-05-102-101/+100
| | | | | Changes: https://github.com/kornelski/dssim/compare/3.0.1...3.0.2 Reported by: Repology
* graphics/dssim: regen distinfo after 3758b337a1b0Jan Beich2021-05-101-116/+116
|
* Fix ports that pull main distfile from CRATESIO (D29760)Tobias Kortkamp2021-04-281-1/+1
| | | | | | | - Put distfiles into CARGO_DIST_SUBDIR where they were not - Use correct crate file extension MFH: 2021Q2 (to ease future cherry picks)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-0/+1
| | | | Notes: svn path=/head/; revision=569491
* graphics/dssim: update to 3.0.1Jan Beich2021-03-202-5/+4
| | | | | | | | Changes: https://github.com/kornelski/dssim/compare/3.0.0...3.0.1 Reported by: Repology Notes: svn path=/head/; revision=568821
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-0/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* graphics/dssim: update to 3.0.0Jan Beich2021-02-083-16/+34
| | | | | | | | Changes: https://github.com/kornelski/dssim/compare/e6fb8a3...3.0.0 Reported by: Repology Notes: svn path=/head/; revision=564739
* graphics/dssim: update to 2.11.5Jan Beich2021-01-132-92/+91
| | | | | | | | Changes: https://github.com/kornelski/dssim/compare/485b224...e6fb8a3 Reported by: Repology Notes: svn path=/head/; revision=561477
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-0/+1
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* graphics/dssim: update to 2.11.4Jan Beich2020-10-122-70/+70
| | | | | | | | Changes: https://github.com/kornelski/dssim/compare/c66fb04...485b224 Reported by: Repology Notes: svn path=/head/; revision=552112
* graphics/libdssim: drop in favor of CARGO_CRATESJan Beich2020-09-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ cat /usr/local/include/dssim/dssim.h #define DSSIM_MAJOR 2 #define DSSIM_MINOR 11 #define DSSIM_PATCH 3 #include <cstdarg> #include <cstdint> #include <cstdlib> #include <new> $ nm -D /usr/local/lib/libdssim.so w _Jv_RegisterClasses U _Unwind_GetDataRelBase U _Unwind_GetIPInfo U _Unwind_GetLanguageSpecificData U _Unwind_GetRegionStart U _Unwind_GetTextRelBase U _Unwind_SetGR U _Unwind_SetIP w __cxa_finalize 0000000000003920 T rust_eh_personality $ cat /usr/local/libdata/pkgconfig/dssim.pc prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: dssim Description: Tool that measures structural similarity between images using a multi-scale variant of the SSIM algorithm. Version: 2.11.3 Libs: -L${libdir} -ldssim Cflags: -I${includedir}/dssim Libs.private: -lexecinfo -lpthread -lgcc_s -lc -lm -lrt -lpthread -lutil -lutil Notes: svn path=/head/; revision=548457
* graphics/dssim: update to 2.11.3 (rust)Jan Beich2020-09-134-27/+173
| | | | | | | Changes: https://github.com/kornelski/dssim/compare/cb6b383...c66fb04 Notes: svn path=/head/; revision=548453
* graphics/dssim: add new portJan Beich2020-09-134-0/+52
This tool computes (dis)similarity between two or more PNG images using an algorithm approximating human vision. Comparison is done in L*a*b* color space (D65 white point, sRGB gamma) using a multi-scale variant of the SSIM algorithm. Features: - Supports alpha channel - Supports gamma correction - No OpenCV or MATLAB needed: - DSSIM version 1.x uses C (C99) and libpng or Cocoa on macOS. - DSSIM version 2.x is easy to build with Rust https://kornel.ski/dssim Notes: svn path=/head/; revision=548452