summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-31graphics/pywal: new portRobert Clausecker
Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs. There are currently 5 supported color generation backends, each providing a different palette of colors from each image. You're bound to find an appealing color-scheme. Pywal also supports predefined themes and has over 250 themes built-in. You can also create your own theme files to share with others. The goal of Pywal was to be as out of the way as possible. It doesn't modify any of your existing configuration files. Instead it works around them and provides tools to integrate your system as you see fit. Terminal emulators and TTYs have their color-schemes updated in real-time with no delay. With minimal configuration this functionality can be extended to almost anything running on your system. WWW: https://github.com/dylanaraps/pywal Requested by: reddit user /u/twllnbrck
2023-03-31www/grafana8: fix build on riscv64, enable on armv7Robert Clausecker
Bump golang.org/x/{net,sys,sync,text,tools} dependencies to versions new enough to build on riscv64-freebsd. Builds fine on armv7. Only strip if requested. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31security/snowflake-tor: fix build on riscv64Robert Clausecker
Bump dependencies to version new enough to support riscv64-freebsd: golang.org/x/{mod,net,text,tools,sys} github.com/templexxx/cpu While we are at it, only strip if requested. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31www/mirrorselect: fix build on riscv64Robert Clausecker
Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31textproc/sift: fix build on riscv64Robert Clausecker
Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31security/aws-iam-authenticator: fix build on riscv64Robert Clausecker
Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31security/crowdsec-firewall-bouncer: fix build on riscv64Robert Clausecker
Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31net/bosh-bootloader: fix build on aarch64, riscv64Robert Clausecker
Bump golang.org/x/sys dependency to a version new enough to support aarch64-freebsd and riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
2023-03-31graphics/lux: update to 1.1.6Robert Clausecker
Patch out an unused SIMD function that didn't build on i386 as per upstream instructions. Changelog: https://groups.google.com/g/hugin-ptx/c/RFnsB3JyKpU/m/zrbdlQlDEQAJ
2023-03-31Mk/bsd.default-versions.mk: allow to override default Mono versionAlexey Dokuchaev
While currently only 5.10 actually works, prepare for the bright future of multiple supported versions of the Mono/.NET stack and whack nearby whitespace bugs.
2023-03-31misc/far2l: try to unbreak the port's build on AArch64Alexey Dokuchaev
Nagged by: pkg-fallout
2023-03-31devel/py-pytest-helpers-namespace: update to 2021.12.29Matthew Seaman
Switch to pep517 build Changes: https://github.com/saltstack/pytest-helpers-namespace/blob/v2021.12.29/CHANGELOG.rst
2023-03-31devel/py-setuptools-declarative-requirements: new portMatthew Seaman
Setuptools: specify requirements using requirements files
2023-03-31science/{,py-}phonopy: Update 2.17.2 → 2.18.0Yuri Victorovich
Reported by: portscout
2023-03-31science/{,py-}openmc: Update 0.13.1 → 0.13.3Yuri Victorovich
Reported by: portscout
2023-03-31multimedia/obs-recursion-effect: Update 0.0.1-7 → 0.0.5Yuri Victorovich
Reported by: portscout
2023-03-31science/py-qiskit-experiments: Update 0.4.0 → 0.5.0Yuri Victorovich
Reported by: portscout
2023-03-31editors/libreoffice: update to 7.5.2 release (+)Dima Panov
LibreOffice Suite 7.5.2 Community Release is now available, with fixes and improvements. Announce: https://blog.documentfoundation.org/blog/2023/03/30/libreoffice-7-5-2-community-available-for-download/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/7.5 Sponsored by: Serenity Cybersecurity, LLC
2023-03-31devel/aws-sdk-cpp: Update to 1.11.48Nuno Teixeira
ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.45...1.11.48
2023-03-31www/mod_qos: Change WWWFernando Apesteguía
The old WWW did not work anymore. Bump PORTREVISION Reported by: pi@
2023-03-31devel/electron22: update to 22.3.5Hiroki Tagato
Changelog: https://github.com/electron/electron/releases/tag/v22.3.5
2023-03-31www/py-django-auth-ldap: Update to 4.2.0Kai Knoblich
Changelog: https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.2.0
2023-03-31graphics/py-img2pdf: Update to 0.4.4Kai Knoblich
* Add GUI option to reflect the requirements given in setup.py and to make use of the graphical frontend script. * Simplify "do-test" target by switching to USE_PYTHON=pytest. Changelog since 0.3.5 : https://gitlab.mister-muffin.de/josch/img2pdf/src/tag/0.4.4/CHANGES.rst
2023-03-31www/nginx-devel: is able to build with OpenSSL compatibility layer nowSergey A. Osokin
Here's the quote from README file. A library that provides QUIC support is recommended to build nginx, there are several of those available on the market: o) BoringSSL o) LibreSSL o) QuicTLS Alternatively, nginx can be configured with OpenSSL compatibility layer, which emulates BoringSSL QUIC API for OpenSSL. This mode is enabled by default if native QUIC support is not detected. 0-RTT is not supported in OpenSSL compatibility mode. Bump PORTREVISION.
2023-03-31security/vuxml: Document gitlab vulnerabilitiesMatthias Fechner
2023-03-31www/nginx-devel: update HTTPv3/QUIC patchSergey A. Osokin
Bump PORTREVISION. PR: 270523
2023-03-30security/wazuh-*: Update to 4.4.0Jose Alonso Cardenas Marquez
- security/wazuh-manager: Add support for aarch64 ChangeLog at: https://github.com/wazuh/wazuh/releases/tag/v4.4.0
2023-03-31devel/ruby-build: Update to 20230330Koichiro Iwao
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20230330
2023-03-30devel/py-pyTooling: Add missing test dependencyYuri Victorovich
2023-03-30devel/flatbuffers: Update WWWYuri Victorovich
2023-03-30cad/surelog: Unbundle libuhdm and libcapnpYuri Victorovich
2023-03-30cad/uhdm: Minor fix in plistYuri Victorovich
2023-03-30devel/capnproto: Update 0.10.1 → 0.10.3Yuri Victorovich
Also add tests. PR: 270533 Approved by: felix@userspace.com.au (maintainer)
2023-03-30security/teleport: Update version 4.4.12=>5.2.5Muhammad Moinur Rahman
This port was marked to expire on 2023-03-31 but there was another port security/teleport5 with more recent version from upstream. So move security/teleport5 to security/teleport. Pet portlint/portclippy while I am here. Approved by: portmgr (blanket)
2023-03-30archivers/pecl-rar: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30graphics/php-facedetect: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30net-mgmt/glpi-plugins-fusioninventory-server: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30www/moodle39: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php74 which has been removed from the tree - Set EXPIRATION_DATE 2023-04-30 - See the following for details: https://moodledev.io/general/development/policies/php https://docs.moodle.org/401/en/PHP Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30www/ilias: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 - Release 9 snapshot versions are supposed to be released sometimes in October so most probably we will update to Release 9 snapshot. See for more details: https://docu.ilias.de/goto.php?target=wiki_1357_Release_9 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30www/moodle311: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30www/moodle40: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30devel/pecl-runkit7: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30devel/pecl-uv: Mark DEPRECATEDMuhammad Moinur Rahman
- Requires php80 which is set to expire on 2023-11-26 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) Sponsored by: Bounce Experts
2023-03-30lang/php80: Mark DEPRECATEDMuhammad Moinur Rahman
- Upstream support ends on 2023-11-26. See for more details: https://www.php.net/supported-versions.php - Set EXPIRATION_DATE on 2023-12-31 - Use USES=localbase whenever possible - Refactor old php74 codebase Sponsored by: Bounce Experts
2023-03-30*/*: Sunset 12.3-RELEASE from ports treeMuhammad Moinur Rahman
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported. - Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE - biology/wfa2-lib: remove obsolete patch - databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3 - devel/concurrencpp: remove workaround for EOL FreeBSD 12.3 - devel/electron22: remove IGNORE for EOL FreeBSD 12.3 - devel/malloy: this should build fine on 12.4-RELEASE - devel/qcoro: remove BROKEN for EOL FreeBSD 12.3 - devel/root: remove workaround for EOL FreeBSD 12.3 - editors/imhex: remove IGNORE for EOL FreeBSD 12.3 - emulators/ppsspp: remove workaround for EOL FreeBSD 12.3 - emulators/rpcs3: remove workaround for EOL FreeBSD 12.3 - emulators/yuzu: remove workaround for EOL 12.3-RELEASE - games/aquaria: remove support for EOL FreeBSD 12.3 - games/punchy: remove workaround for EOL FreeBSD 12.3 - graphics/cxxplot: remove support for EOL FreeBSD 12.3 - lang/gcc11*: bump a __FreeBSD_version in libphobos to 1204000 - lang/rust: untangle OSVERSION logic a bit - misc/mbuffer: remove workaround for EOL FreeBSD 12.3 for aarch64 - sysutils/libdisplay-info: remove workaround for EOL FreeBSD 12.3 - www/*chromium: remove IGNORE for EOL FreeBSD 12.3 - x11/hyprpaper: remove workaround for expired FreeBSD 12.3 - x11-wm/labwc: remove workaround for EOL FreeBSD 12.3 - x11-wm/kwinft: remove workaround for EOL FreeBSD 12.3 - www/iridium: remove IGNORE for EOL FreeBSD 12.3 Differential Revision: https://reviews.freebsd.org/D38664
2023-03-30multimedia/transcode: Remove expired port:Muhammad Moinur Rahman
2023-03-31 multimedia/transcode: abandoned by upstream and does not build
2023-03-30www/horde-base: Remove expired port:Muhammad Moinur Rahman
2023-03-31 www/horde-base: Requires php74 Sponsored by: Bounce Experts
2023-03-30devel/horde-timeobjects: Remove expired port:Muhammad Moinur Rahman
2023-03-31 devel/horde-timeobjects: Requires php74 Sponsored by: Bounce Experts
2023-03-30devel/horde-content: Remove expired port:Muhammad Moinur Rahman
2023-03-31 devel/horde-content: Requires php74 Sponsored by: Bounce Experts
2023-03-30www/horde-trean: Remove expired port:Muhammad Moinur Rahman
2023-03-31 www/horde-trean: Requires php74 Sponsored by: Bounce Experts