non port: graphics/waifu2x-converter-cpp/Makefile |
Number of commits found: 47 |
Thursday, 2 May 2024
|
17:42 Yuri Victorovich (yuri)
graphics/opencv: update 4.6.0 → 4.9.0
PR: 275977
Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months)
0a2c5ca0 |
Thursday, 4 May 2023
|
05:00 Jan Beich (jbeich)
graphics/waifu2x-converter-cpp: drop maintainership
fc2e370 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Friday, 2 Sep 2022
|
07:12 Tobias C. Berner (tcberner)
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
a49cb0f |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Tuesday, 18 May 2021
|
00:47 Jan Beich (jbeich)
graphics/waifu2x-converter-cpp: convert to USES=cmake:testing
0534139 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 1 Feb 2021
|
12:42 rene
Remove support for FreeBSD 12.1 from various ports.
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
|
Saturday, 30 Jan 2021
|
18:08 tcberner
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
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
|
Tuesday, 26 Jan 2021
|
11:22 jbeich
graphics/waifu2x-converter-cpp: update to 5.3.4
Changes: https://github.com/DeadSix27/waifu2x-converter-cpp/releases/tag/5.3.4
|
Saturday, 17 Oct 2020
|
14:37 rene
graphics/waifu2x-converter-cpp: update a comment about dropping compability code
Phabricator: D26646
|
Friday, 27 Mar 2020
|
23:34 jbeich
graphics/waifu2x-converter-cpp: drop FreeBSD 12.0 support after r527628
|
Tuesday, 17 Dec 2019
|
15:25 jbeich
graphics/waifu2x-converter-cpp: fix SIMD default on powerpc
Reported by: pkubaj
|
00:53 jbeich
graphics/waifu2x-converter-cpp: store OpenCL cache under ~/.waifux
|
Monday, 16 Dec 2019
|
17:24 jbeich
graphics/waifu2x-converter-cpp: unbreak on 12.0+ armv6/armv7 after r520270
src/w2xconv.cpp:131:15: error: use of undeclared identifier 'HWCAP_ARM_NEON'
if (hwcap & HWCAP_ARM_NEON)
^
|
16:44 jbeich
graphics/waifu2x-converter-cpp: update to 5.3.3
- 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
|
Friday, 27 Sep 2019
|
17:25 jbeich
Drop verbose flag for CTest after r444324
ninja: error: unknown target 'ARGS=-V'
|
Saturday, 14 Sep 2019
|
22:01 jbeich
Drop C++11 workaround for GCC < 6 after r449590
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
|
Friday, 26 Jul 2019
|
20:46 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
|
Wednesday, 12 Dec 2018
|
01:35 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
|
Tuesday, 30 Oct 2018
|
19:15 linimon
Now builds on powerpc64.
|
Sunday, 29 Jul 2018
|
22:18 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
|
Monday, 18 Jun 2018
|
14:00 linimon
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 9 May 2018
|
01:44 swills
Bump PORTREVISION on opencv consumers due to opencv update
|
Monday, 1 Jan 2018
|
13:42 jbeich
Improve CMake style in my ports
- Convert to CMAKE_{ON,OFF} helpers
- Convert to _CMAKE_BOOL option helpers
- android-file-transfer: Share _CMAKE_BOOL via _IMPLIES
- Annotate types
|
Monday, 25 Dec 2017
|
01:24 jbeich
graphics/waifu2x-converter-cpp: drop misleading manpage
The manpage only quotes --help and mentions CUDA, unsupported on FreeBSD.
|
Sunday, 10 Sep 2017
|
20:55 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
|
Friday, 14 Apr 2017
|
05:30 jbeich
graphics/opencv: back out r423216 and r423063 (replaying r423316)
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)
|
Saturday, 1 Apr 2017
|
15:23 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
|
Monday, 3 Oct 2016
|
17:47 jbeich
graphics/opencv: add suffix to make room for 3.x series
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
|
Sunday, 19 Jun 2016
|
11:25 mat
Remove unnecessary evals that do-fetch was using.
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
|
Wednesday, 18 May 2016
|
11:59 mat
Change how the icon file is fetched, so that its name is more plain.
PR: 208916
Sponsored by: Absolight
|
Wednesday, 16 Mar 2016
|
12:58 jbeich
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
|
Tuesday, 15 Mar 2016
|
16:28 jbeich
graphics/waifu2x-converter-cpp: chase r410613
|
Monday, 22 Feb 2016
|
14:18 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.410
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/6dbdc24...5e5ac35
|
Wednesday, 2 Dec 2015
|
03:25 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.400
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/007e7b1...6dbdc24
|
Tuesday, 3 Nov 2015
|
22:24 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.377
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/ddb865a...007e7b1
|
Saturday, 24 Oct 2015
|
00:55 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.318
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/a5228c5...ddb865a
|
Friday, 16 Oct 2015
|
13:35 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.282
Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/6f0fdc6...a5228c5
|
Saturday, 3 Oct 2015
|
22:17 jbeich
graphics/waifu2x-converter-cpp: update to 1.0.0.249
- Convert to the new testing framework
- Convert to vendor install target
No vendor changes except for upstreaming the port's changes.
|
Thursday, 24 Sep 2015
|
18:08 jbeich
graphics/waifu2x-converter-cpp:
- Fix overly eager substitution in manpage
- Wrap long lines
|
Wednesday, 23 Sep 2015
|
18:27 jbeich
graphics/waifu2x-converter-cpp: use proper regexp
Applying changes to the wrong line caused a regression.
|
18:14 jbeich
graphics/waifu2x-converter-cpp: oops, use proper regexp
No change in --version output.
|
18:07 jbeich
graphics/waifu2x-converter-cpp: miscellaneous fixes
- 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]
|
11:53 jbeich
graphics/waifu2x-converter-cpp: add new port
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
|
Number of commits found: 47 |