Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.36.0 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
2.36.0 22 Oct 2024 09:48:48 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.36.0
Changes: https://github.com/imageio/imageio/releases |
2.35.1 15 Sep 2024 20:09:51 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.35.1
Changes: https://github.com/imageio/imageio/releases |
2.35.0 08 Sep 2024 18:37:41 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Add RAWPY option |
2.35.0 05 Sep 2024 06:18:01 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.35.0
Changes: https://github.com/imageio/imageio/releases |
2.34.2 06 Jul 2024 16:03:44 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.34.2
Changes: https://github.com/imageio/imageio/releases |
2.34.1 19 May 2024 17:15:49 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.34.1
Changes: https://github.com/imageio/imageio/releases |
2.34.0_2 13 May 2024 14:01:39 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.34.0_1 02 May 2024 17:42:04 |
Yuri Victorovich (yuri) |
graphics/opencv: update 4.6.0 → 4.9.0
PR: 275977
Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months) |
2.34.0 21 Feb 2024 15:07:51 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.34.0
Changes: https://github.com/imageio/imageio/releases |
2.33.1 14 Dec 2023 20:45:23 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.33.1
Changes: https://github.com/imageio/imageio/releases |
2.33.0 27 Nov 2023 10:28:21 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.33.0
- Add PILLOW_HEIF option
Changes: https://github.com/imageio/imageio/releases |
2.31.5 01 Nov 2023 02:08:26 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update WWW |
2.31.5 05 Oct 2023 02:00:23 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.5
Changes: https://github.com/imageio/imageio/releases |
2.31.4 30 Sep 2023 00:44:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.4
Changes: https://github.com/imageio/imageio/releases |
2.31.3 05 Sep 2023 20:46:30 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.3
Changes: https://github.com/imageio/imageio/releases |
2.31.2 04 Sep 2023 09:05:13 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.2
Changes: https://github.com/imageio/imageio/releases |
2.31.1 09 Jul 2023 10:19:34 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.1
Changes: https://github.com/imageio/imageio/releases |
2.31.0 30 Jun 2023 07:04:05 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.31.0
Changes: https://github.com/imageio/imageio/releases |
2.30.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.30.0 05 Jun 2023 18:47:19 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.30.0
Changes: https://github.com/imageio/imageio/releases |
2.29.0 27 May 2023 23:44:06 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.29.0
Changes: https://github.com/imageio/imageio/releases |
2.28.1 27 May 2023 04:09:13 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Cosmetic change |
2.28.1 02 May 2023 19:58:30 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.28.1
Changes: https://github.com/imageio/imageio/releases |
2.28.0 27 Apr 2023 23:58:48 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.28.0
Changes: https://github.com/imageio/imageio/releases |
2.27.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.27.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.27.0 09 Apr 2023 13:36:54 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.27.0
Changes: https://github.com/imageio/imageio/releases |
2.26.1 05 Apr 2023 17:30:41 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.26.1
Changes: https://github.com/imageio/imageio/releases |
2.25.0 21 Mar 2023 19:21:09 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Convert to USE_PYTHON=pytest
PR: 269145
Reported by: yuri |
2.25.0 05 Feb 2023 15:48:02 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.25.0
Changes: https://github.com/imageio/imageio/releases |
2.24.0 30 Jan 2023 13:00:08 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.24.0
Changes: https://github.com/imageio/imageio/releases |
2.22.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.22.4 30 Dec 2022 09:04:58 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.22.4
Changes: https://github.com/imageio/imageio/releases |
2.22.1 09 Oct 2022 15:37:57 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.22.1
Changes: https://github.com/imageio/imageio/releases |
2.22.0 03 Oct 2022 02:15:14 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.22.0
Changes: https://github.com/imageio/imageio/releases |
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) |
2.21.2 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 ) |
2.21.2 31 Aug 2022 18:49:44 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.21.2
Changes: https://github.com/imageio/imageio/releases |
2.21.1 31 Aug 2022 11:41:10 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.21.1
Changes: https://github.com/imageio/imageio/releases |
2.21.0 27 Aug 2022 10:24:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.21.0
Changes: https://github.com/imageio/imageio/releases |
2.20.0 30 Jul 2022 21:00:24 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Add GitHub to MASTER_SITES |
2.20.0 30 Jul 2022 19:24:48 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.20.0
Changes: https://github.com/imageio/imageio/releases |
2.19.3 03 Jun 2022 09:00:40 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.19.3
Changes: https://github.com/imageio/imageio/releases |
2.19.2 22 May 2022 04:37:28 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.19.2
Changes: https://github.com/imageio/imageio/releases |
2.19.1 13 May 2022 19:30:03 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.19.1
Changes: https://github.com/imageio/imageio/releases |
2.19.0 13 May 2022 11:39:34 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.19.0
Changes: https://github.com/imageio/imageio/releases |
2.18.0 30 Apr 2022 15:58:17 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.18.0
Changes: https://github.com/imageio/imageio/releases |
2.17.0 26 Apr 2022 16:36:08 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Add FITS, PYAV and TIFFFILE options |
2.17.0 26 Apr 2022 15:01:27 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.17.0
- Add FFMPEG option
Changes: https://github.com/imageio/imageio/releases |
2.16.2 17 Apr 2022 23:58:21 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.16.2
Changes: https://github.com/imageio/imageio/releases |
2.16.1 25 Mar 2022 13:37:04 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.16.1
- Fix version requirement of RUN_DEPENDS
Changes: https://github.com/imageio/imageio/releases |
2.14.1 28 Feb 2022 12:46:21 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update to 2.14.1
Changes: https://github.com/imageio/imageio/releases |
2.9.0 05 Nov 2021 19:14:15 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-imageio: Update USES=python
math/py-numpy requires Python 3.7+ |
2.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.0 01 Feb 2021 19:35:14 |
sunpoet |
Remove PYNUMPY and PY_PILLOW |
2.9.0 13 Dec 2020 14:42:59 |
sunpoet |
Remove trailing space |
2.9.0 08 Jul 2020 19:01:36 |
sunpoet |
Update to 2.9.0
Changes: https://github.com/imageio/imageio/releases
https://github.com/imageio/imageio/blob/master/CHANGELOG.md |
2.8.0 04 Apr 2020 07:25:43 |
sunpoet |
Update to 2.8.0
- Update WWW
Changes: https://github.com/imageio/imageio/releases
https://github.com/imageio/imageio/blob/master/CHANGELOG.md |
2.6.1 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
2.6.1 29 Feb 2020 11:24:41 |
sunpoet |
Clean up RUN_DEPENDS
It should be part of r493134 since imageio 2.5.0 requires Python 3.4+. |
2.6.1 20 Oct 2019 17:11:58 |
sunpoet |
Update to 2.6.1
Changes: https://github.com/imageio/imageio/blob/master/docs/releasenotes.rst |
2.5.0_1 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 |
2.5.0 16 Feb 2019 23:37:41 |
sunpoet |
Update to 2.5.0
Changes: https://github.com/imageio/imageio/blob/master/docs/releasenotes.rst |
2.4.1_2 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 |
2.4.1_1 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
2.4.1 10 Sep 2018 20:27:15 |
sunpoet |
Update to 2.4.1
- Sort RUN_DEPENDS
Changes: https://github.com/imageio/imageio/blob/master/docs/releasenotes.rst |
2.3.0_2 09 Sep 2018 16:58:30 |
sunpoet |
Take maintainership |
2.3.0_2 29 Jul 2018 19:24:07 |
sunpoet |
Add preliminary FreeBSD support to fix multimedia/py-moviepy
- Bump PORTREVISION for package change
PR: 227363
Reported by: yuri
Reference: https://github.com/Zulko/moviepy/issues/756
https://github.com/sunpoet/imageio/commit/0a4562bfee1efd7ccb95a98f16ad1519dc2e2f63 |
2.3.0_2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.3.0_2 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
2.3.0_1 08 Apr 2018 06:48:55 |
yuri |
graphics/py-imageio: Add USE_PYTHON=concurrent; Change WWW to https
Approved by: portmgr blanket |
2.3.0 21 Mar 2018 08:36:46 |
yuri |
graphics/py-imageio: Update to 2.3.0
Reported by: portscout |
2.2.0_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.2.0 12 Feb 2018 23:24:47 |
yuri |
graphics/py-imageio: Update to 2.2.0
Additional port changes:
* Replaced with DISTVERSION
* Added graphics/py-pillow dependency
* Removed USES=zip
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
1.6_3 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
1.6_3 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
1.6_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.6_1 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
1.6 20 Sep 2016 13:53:55 |
kevlo |
Update to 1.6 |
1.5 13 Jul 2016 02:56:49 |
kevlo |
Import py-imageio 1.5.
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats. |