aboutsummaryrefslogtreecommitdiff
path: root/graphics/waifu2x-converter-cpp
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/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfeTobias C. Berner2022-09-021-1/+1
| | | | | | This was missed in the upgrade of graphics/opencv. Reported by: VVD
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-1/+1
|
* graphics/waifu2x-converter-cpp: convert to USES=cmake:testingJan Beich2021-05-181-3/+3
|
* 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
|
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-5/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* graphics/waifu2x-converter-cpp: update to 5.3.4Jan Beich2021-01-262-16/+4
| | | | | | | Changes: https://github.com/DeadSix27/waifu2x-converter-cpp/releases/tag/5.3.4 Notes: svn path=/head/; revision=562653
* graphics/waifu2x-converter-cpp: update a comment about dropping compability codeRene Ladan2020-10-171-1/+1
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552584
* graphics/waifu2x-converter-cpp: drop FreeBSD 12.0 support after r527628Jan Beich2020-03-271-3/+0
| | | | Notes: svn path=/head/; revision=529295
* graphics/waifu2x-converter-cpp: fix SIMD default on powerpcJan Beich2019-12-172-4/+4
| | | | | | | Reported by: pkubaj Notes: svn path=/head/; revision=520333
* graphics/waifu2x-converter-cpp: store OpenCL cache under ~/.waifuxJan Beich2019-12-172-3/+7
| | | | Notes: svn path=/head/; revision=520291
* graphics/waifu2x-converter-cpp: unbreak on 12.0+ armv6/armv7 after r520270Jan Beich2019-12-162-3/+3
| | | | | | | | | src/w2xconv.cpp:131:15: error: use of undeclared identifier 'HWCAP_ARM_NEON' if (hwcap & HWCAP_ARM_NEON) ^ Notes: svn path=/head/; revision=520278
* graphics/waifu2x-converter-cpp: update to 5.3.3Jan Beich2019-12-164-33/+36
| | | | | | | | | | - Switch to maintained upstream Changes: https://github.com/DeadSix27/waifu2x-converter-cpp/compare/tanakamura:5e5ac35...DeadSix27:v5.3.3 Changes: https://github.com/DeadSix27/waifu2x-converter-cpp/releases Notes: svn path=/head/; revision=520270
* Drop verbose flag for CTest after r444324Jan Beich2019-09-271-1/+1
| | | | | | | ninja: error: unknown target 'ARGS=-V' Notes: svn path=/head/; revision=513047
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+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
* Now builds on powerpc64.Mark Linimon2018-10-301-2/+0
| | | | Notes: svn path=/head/; revision=483516
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+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
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472693
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-091-0/+11
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* Improve CMake style in my portsJan Beich2018-01-011-5/+5
| | | | | | | | | | - Convert to CMAKE_{ON,OFF} helpers - Convert to _CMAKE_BOOL option helpers - android-file-transfer: Share _CMAKE_BOOL via _IMPLIES - Annotate types Notes: svn path=/head/; revision=457776
* graphics/waifu2x-converter-cpp: drop misleading manpageJan Beich2017-12-251-18/+1
| | | | | | | The manpage only quotes --help and mentions CUDA, unsupported on FreeBSD. Notes: svn path=/head/; revision=457202
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+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/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-3/+3
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+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/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-2/+3
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779 Notes: svn path=/head/; revision=417110
* Change how the icon file is fetched, so that its name is more plain.Mathieu Arnold2016-05-182-4/+4
| | | | | | | | PR: 208916 Sponsored by: Absolight Notes: svn path=/head/; revision=415435
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-3/+3
| | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html Notes: svn path=/head/; revision=411229
* graphics/waifu2x-converter-cpp: chase r410613Jan Beich2016-03-152-4/+3
| | | | Notes: svn path=/head/; revision=411187
* graphics/waifu2x-converter-cpp: update to 1.0.0.410Jan Beich2016-02-222-4/+4
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/6dbdc24...5e5ac35 Notes: svn path=/head/; revision=409348
* graphics/waifu2x-converter-cpp: update to 1.0.0.400Jan Beich2015-12-022-8/+7
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/007e7b1...6dbdc24 Notes: svn path=/head/; revision=402807
* graphics/waifu2x-converter-cpp: update to 1.0.0.377Jan Beich2015-11-032-4/+4
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/ddb865a...007e7b1 Notes: svn path=/head/; revision=400721
* graphics/waifu2x-converter-cpp: update to 1.0.0.318Jan Beich2015-10-242-5/+5
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/a5228c5...ddb865a Notes: svn path=/head/; revision=400084
* graphics/waifu2x-converter-cpp: update to 1.0.0.282Jan Beich2015-10-162-4/+4
| | | | | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/6f0fdc6...a5228c5 Notes: svn path=/head/; revision=399470
* graphics/waifu2x-converter-cpp: update to 1.0.0.249Jan Beich2015-10-035-354/+10
| | | | | | | | | | - Convert to the new testing framework - Convert to vendor install target No vendor changes except for upstreaming the port's changes. Notes: svn path=/head/; revision=398558
* graphics/waifu2x-converter-cpp:Jan Beich2015-09-241-4/+7
| | | | | | | | - Fix overly eager substitution in manpage - Wrap long lines Notes: svn path=/head/; revision=397700
* graphics/waifu2x-converter-cpp: use proper regexpJan Beich2015-09-231-3/+3
| | | | | | | Applying changes to the wrong line caused a regression. Notes: svn path=/head/; revision=397630
* graphics/waifu2x-converter-cpp: oops, use proper regexpJan Beich2015-09-231-1/+1
| | | | | | | No change in --version output. Notes: svn path=/head/; revision=397629
* graphics/waifu2x-converter-cpp: miscellaneous fixesJan Beich2015-09-232-3/+23
| | | | | | | | | | | | | - Add manpage from AUR package [1] - Update --version output to match reality - Strip bogus RPATH from installed files - Unbreak .png images under DOCSDIR after USES=dos2unix - Preserve w2xconv.h's mtime to avoid rebuild in consumers Suggested by: @ctrlcctrlv on github [1] Notes: svn path=/head/; revision=397627
* graphics/waifu2x-converter-cpp: add new portJan Beich2015-09-236-0/+400
waifu2x achieves image superresolution for anime-style art using deep convolutional neural networks from Torch. waifu2x-converter-cpp reimplements its converter function in C++ using OpenCV. https://github.com/tanakamura/waifu2x-converter-cpp Notes: svn path=/head/; revision=397610