aboutsummaryrefslogtreecommitdiff
path: root/graphics/sekrit-twc-zimg
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/sekrit-twc-zimg: update to 3.0.4Jan Beich2022-04-202-4/+4
| | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-3.0.3...release-3.0.4 Reported by: GitHub (watch releases)
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* graphics/sekrit-twc-zimg: update to 3.0.3Jan Beich2021-09-052-4/+4
| | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-3.0.2...release-3.0.3 Reported by: GitHub (watch releases)
* graphics/sekrit-twc-zimg: update to 3.0.2Jan Beich2021-07-072-4/+4
| | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-3.0.1...release-3.0.2 Reported by: GitHub (watch releases)
* 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
|
* graphics/sekrit-twc-zimg: update to 3.0.1Jan Beich2020-09-144-17/+53
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.9.3...release-3.0.1 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=548686
* graphics/sekrit-twc-zimg: update to 2.9.3Jan Beich2020-03-032-4/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.9.2...release-2.9.3 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=527656
* graphics/sekrit-twc-zimg: use bundled math library to unbreak some testsJan Beich2019-10-052-53/+6
| | | | | | | | | | | | | [==========] 129 tests from 25 test suites ran. (29301 ms total) [ PASSED ] 127 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] ColorspaceConversionTest.test_transfer_only_b67 [ FAILED ] ColorspaceConversionTest.test_rec2100_ictcp PR: 216537 Notes: svn path=/head/; revision=513800
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-2/+0
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079
* graphics/sekrit-twc-zimg: drop ancient Clang support after FreeBSD 10 EOLJan Beich2019-09-141-2/+0
| | | | Notes: svn path=/head/; revision=512040
* graphics/sekrit-twc-zimg: update to 2.9.2Jan Beich2019-07-312-5/+4
| | | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.9.1...release-2.9.2 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: GitHub (watch releases) MFH: 2019Q3 (for crashfix) Notes: svn path=/head/; revision=507723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* graphics/sekrit-twc-zimg: update to 2.9.1Jan Beich2019-06-132-4/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.9...release-2.9.1 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=504079
* graphics/sekrit-twc-zimg: update to 2.9Jan Beich2019-06-072-5/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.8...release-2.9 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=503610
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* graphics/sekrit-twc-zimg: update to 2.8Jan Beich2018-10-212-5/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.5...release-2.8 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Reported by: portscout Notes: svn path=/head/; revision=482671
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* graphics/sekrit-twc-zimg: update to 2.7.5Jan Beich2018-07-152-4/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.4...release-2.7.5 ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2018Q3 (bugfix) Notes: svn path=/head/; revision=474709
* Drop FreeBSD 10.3 supportJan Beich2018-05-072-64/+0
| | | | | | | | | Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*) Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15238 Notes: svn path=/head/; revision=469338
* graphics/sekrit-twc-zimg: update to 2.7.4Jan Beich2018-02-082-4/+4
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.3...release-2.7.4 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Notes: svn path=/head/; revision=461280
* graphics/sekrit-twc-zimg: update to 2.7.3Jan Beich2018-02-012-4/+4
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.2...release-2.7.3 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Notes: svn path=/head/; revision=460606
* graphics/sekrit-twc-zimg: update to 2.7.2Jan Beich2018-01-302-4/+4
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7.1...release-2.7.2 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Notes: svn path=/head/; revision=460422
* graphics/sekrit-twc-zimg: update to 2.7.1Jan Beich2018-01-142-4/+4
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7...release-2.7.1 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Notes: svn path=/head/; revision=458996
* graphics/sekrit-twc-zimg: update to 2.7Jan Beich2018-01-013-9/+10
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.3...release-2.7 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Notes: svn path=/head/; revision=457770
* graphics/sekrit-twc-zimg: update to 2.6.3Jan Beich2017-11-222-4/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.2...release-2.6.3 ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q4 Notes: svn path=/head/; revision=454697
* graphics/sekrit-twc-zimg: update to 2.6.2Jan Beich2017-11-152-5/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.1...release-2.6.2 ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q4 (just 2 bug fixes) Notes: svn path=/head/; revision=454233
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* graphics/sekrit-twc-zimg: update to 2.6.1Jan Beich2017-09-063-11/+12
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.6.1/ChangeLog ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q3 Notes: svn path=/head/; revision=449349
* Fix LICENSEAntoine Brodin2017-05-111-3/+1
| | | | Notes: svn path=/head/; revision=440616
* graphics/sekrit-twc-zimg: update to 2.5.1Jan Beich2017-04-162-5/+4
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.5.1/ChangeLog ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q2 Notes: svn path=/head/; revision=438623
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* graphics/sekrit-twc-zimg: update to 2.5Jan Beich2017-03-115-62/+4
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.5/ChangeLog ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.4_to_2.5/compat_report.html Notes: svn path=/head/; revision=435888
* graphics/sekrit-twc-zimg: update to 2.4Jan Beich2017-01-244-8/+72
| | | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.4/ChangeLog ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.3_to_2.4/compat_report.html MFH: 2017Q1 Notes: svn path=/head/; revision=432339
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* graphics/sekrit-twc-zimg: update to 2.3Jan Beich2016-10-093-6/+8
| | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.3/ChangeLog Notes: svn path=/head/; revision=423586
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* graphics/sekrit-twc-zimg: update to 2.2.1Jan Beich2016-08-222-4/+4
| | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2.1/ChangeLog Notes: svn path=/head/; revision=420624
* graphics/sekrit-twc-zimg: update to 2.2Jan Beich2016-08-174-81/+78
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2/ChangeLog ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.1_to_2.2/compat_report.html Notes: svn path=/head/; revision=420352
* Partially back out r414539, it only made sense for devel/fb-adbJan Beich2016-05-221-3/+6
| | | | Notes: svn path=/head/; revision=415615
* graphics/sekrit-twc-zimg: update to 2.1Jan Beich2016-05-096-17/+23
| | | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.0.4...release-2.1 Notes: svn path=/head/; revision=414855
* Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}Jan Beich2016-05-031-8/+3
| | | | Notes: svn path=/head/; revision=414539
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* graphics/sekrit-twc-zimg: use CPPFLAGS and make builds always verboseJan Beich2016-04-061-2/+2
| | | | Notes: svn path=/head/; revision=412590
* graphics/zimg: conflict with graphics/sekrit-twc-zimgJan Beich2016-04-021-0/+2
| | | | Notes: svn path=/head/; revision=412419
* graphics/sekrit-twc-zimg: add new portJan Beich2016-04-017-0/+238
The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with flexibility, thread-safety, and correctness as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt "z" to many scenarios. https://github.com/sekrit-twc/zimg Notes: svn path=/head/; revision=412362