summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-22devel/py-jupyter-server-ydoc: Add py-jupyter-server-ydoc 0.6.1Po-Chuan Hsieh
Jupyter Server YDoc is a Jupyter Server Extension providing support for Y documents.
2023-03-22devel/py-jupyter-server-fileid: Add py-jupyter-server-fileid 0.8.0Po-Chuan Hsieh
Jupyter Server extension providing an implementation of the File ID service
2023-03-22devel/py-jupyter-events: Add py-jupyter-events 0.6.3Po-Chuan Hsieh
Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server, JupyterLab Server, JupyterHub, etc.) to emit events -- structured data describing things happening inside the application. Other software (e.g. client applications like JupyterLab) can listen and respond to these events.
2023-03-22devel/py-isoduration: Add py-isoduration 20.11.0Po-Chuan Hsieh
ISO 8601 is most commonly known as a way to exchange datetimes in textual format. A lesser known aspect of the standard is the representation of durations. They have a shape similar to this: P3Y6M4DT12H30M5S This string represents a duration of 3 years, 6 months, 4 days, 12 hours, 30 minutes, and 5 seconds. The state of the art of ISO 8601 duration handling in Python is more or less limited to what's offered by isodate. What we are trying to achieve here is to address the shortcomings of isodate (as described in their own Limitations section), and a few of our own annoyances with their interface, such as the lack of uniformity in their handling of types, and the use of regular expressions for parsing.
2023-03-22devel/py-hatch-semver: Add py-hatch-semver 1.0.1Po-Chuan Hsieh
hatch-semver is a plugin for hatch to support semantic versioning. Hatch-semver relies on python-semver for all the versioning logic.
2023-03-22devel/py-hatch-jupyter-builder: Add py-hatch-jupyter-builder 0.8.2Po-Chuan Hsieh
hatch-jupyter-builder provides a build hook plugin for Hatch that adds a build step for use with Jupyter packages.
2023-03-22devel/py-glom: Add py-glom 22.1.0Po-Chuan Hsieh
Real applications have real data, and real data nests. Objects inside of objects inside of lists of objects. glom is a new and powerful way to handle real-world data, featuring: - Path-based access for nested data structures - Readable, meaningful error messages - Declarative data transformation, using lightweight, Pythonic specifications - Built-in data exploration and debugging features All of that and more, available as a fully-documented, pure-Python package.
2023-03-22devel/py-face: Add py-face 22.0.0Po-Chuan Hsieh
face is a Pythonic microframework for building command-line applications: - First-class subcommand support - Powerful middleware architecture - Separate Parser layer - Built-in flagfile support - Handy testing utilities - Themeable help display
2023-03-22devel/py-click-option-group: Add py-click-option-group 0.5.5Po-Chuan Hsieh
click-option-group is a Click-extension package that adds option groups missing in Click. Click is a package for creating powerful and beautiful command line interfaces (CLI) in Python, but it has no the functionality for creating option groups. Option groups are convenient mechanism for logical structuring CLI, also it allows you to set the specific behavior and set the relationship among grouped options (mutually exclusive options for example). Moreover, argparse stdlib package contains this functionality out of the box. At the same time, many Click users need this functionality. You can read interesting discussions about it in the issues 257, 373, 509 and 1137. The aim of this package is to provide group options with extensible functionality using canonical and clean API (Click-like API as far as possible).
2023-03-22devel/py-boltons: Add py-boltons 23.0.0Po-Chuan Hsieh
Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same spirit as -- and yet conspicuously missing from -- the standard library, including: - Atomic file saving, bolted on with fileutils - A highly-optimized OrderedMultiDict, in dictutils - Two types of PriorityQueue, in queueutils - Chunked and windowed iteration, in iterutils - Recursive data structure iteration and merging, with iterutils.remap - Exponential backoff functionality, including jitter, through iterutils.backoff - A full-featured TracebackInfo type, for representing stack traces, in tbutils
2023-03-22devel/py-airtable-python-wrapper: Add py-airtable-python-wrapper 0.15.3Po-Chuan Hsieh
Python Client for the Airtable API
2023-03-22databases/py-sqlalchemy20: Add py-sqlalchemy20 2.0.4Po-Chuan Hsieh
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
2023-03-22*/Makefile: Sort SUBDIRsPo-Chuan Hsieh
2023-03-21security/nextcloud-end_to_end_encryption: Update to 1.12.3Bernard Spil
2023-03-21net-im/nextcloud-talk: Update to 16.0.0Bernard Spil
2023-03-21mail/nextcloud-mail: Update to 3.0.0Bernard Spil
2023-03-21www/nextcloud-notes: Update to 4.7.0Bernard Spil
2023-03-21www/nextcloud-groupfolders: Update to 14.0.0Bernard Spil
2023-03-21www/nextcloud-deck: Update to 1.9.0Bernard Spil
2023-03-21www/nextcloud-contacts: Update to 5.2.0Bernard Spil
2023-03-21www/nextcloud-calendar: Update to 4.3.0Bernard Spil
2023-03-21www/nextcloud: Update to 26.0.0Bernard Spil
2023-03-21math/R-cran-FNN: upgrade to 1.1.3.2Thierry Thomas
2023-03-21sysutils/etcupdate: Remove obsolete port.John Baldwin
etcupdate has been included in the base system since FreeBSD 10.0 and this port was only useful for older OS versions where it was not included in the base system. Reported by: Jamie Landeg-Jones <jamie@catflap.org> Reviewed by: fuz, matthew Differential Revision: https://reviews.freebsd.org/D39188
2023-03-21graphics/openexr: Fix ARMv7 buildMatthias Andree
OpenEXR 3.1.6 introduced several NEON-based optimizations that implied Aarch64. Add patched, either picked from upstream, or written by mandree@, to enable those NEON features that also require Aarch64 only there. PR-1366 is cherry-picked from upstream, and patch-lib/patch-test files are my work but build upon said PR. Also cherry-pick PR1354 that adds a missing check for AVX, which is why I am bumping PORTREVISION because it might change code (I have not checked). https://github.com/AcademySoftwareFoundation/openexr/issues/1365 PR: 270348 Reported by: fuz@ (Robert Clausecker)
2023-03-22devel/jenkins: Update to 2.396Li-Wen Hsu
Sponsored by: The FreeBSD Foundation
2023-03-21www/firefox: update to 111.0.1 (ga)Christoph Moench-Tegeder
Release tarballs got rerolled for a windows-only-fix. Release Notes: https://www.mozilla.org/en-US/firefox/111.0.1/releasenotes/
2023-03-21devel/llvm16: Welcome 16.0.0 releaseBrooks Davis
See the release announcement for links to various release notes: https://discourse.llvm.org/t/llvm-16-0-0-release/ Sponsored by: DARPA
2023-03-21x11-themes/kf5-kiconthemes: add upstream fixTobias C. Berner
2023-03-21www/kdsoap: update to 2.1.1Tobias C. Berner
- give maintainership to kde@ In the future this port will be flavorized to support both Qt 5 and Qt 6.
2023-03-21print/texlive-base: latexmk -- fix command line passed to psTobias C. Berner
Linux ps supports -u userlist Select by effective user ID (EUID) or name. This selects the processes whose effective user name or ID is in userlist. whereas FreeBSD ps uses -U Display the processes belonging to the specified usernames. This fixes the error message seen when running latexmk: > latexmk foo.tex [...] ps: illegal argument: Tobias usage: ps [-aCcdefHhjlmrSTuvwXxZ] [-O fmt | -o fmt] [-G gid[,gid...]] [-J jid[,jid...]] [-M core] [-N system] [-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]] ps [-L] [...]
2023-03-21graphics/gifski: Update 1.7.0 → 1.10.3Yuri Victorovich
Reported by: portscout
2023-03-22www/gitea: Update to 1.19.0Stefan Bethke
Release notes: https://blog.gitea.io/2023/03/gitea-1.19.0-is-released/ PR: 270377
2023-03-21science/InsightToolkit521: Retire if favor of science/InsightToolkitYuri Victorovich
2023-03-21graphics/elastix: Update 5.0.1-20220218 → 5.1.0Yuri Victorovich
Reported by: portscout
2023-03-21graphics/fotofix: expire on 2023-06-21 for graphics/IPARene Ladan
2023-03-21security/p5-OpenCA-PKCS7: expire on 2023-06-21, uses expired port.Rene Ladan
2023-03-21all: expire ports depending on cad/py-ocd on 2023-06-21Rene Ladan
2023-03-21graphics/resvg-capi: Update 0.28.0 → 0.29.0Yuri Victorovich
Reported by: portscout
2023-03-21sysutils/py-salt: fix runtime conflict with py39-importlib-metadataAlan Somers
PR: 269858 Approved by: maintainer timeout
2023-03-21graphics/resvg: Update 0.28.0 → 0.29.0Yuri Victorovich
Reported by: portscout
2023-03-21multimedia/musikcube: Update 0.99.5 → 0.99.6Yuri Victorovich
Reported by: portscout
2023-03-21net/frr8: Update to 8.5Olivier Cochard
Changelog: https://frrouting.org/release/8.5/
2023-03-21net/libyang2: Update to 2.1.55Olivier Cochard
2023-03-21devel/libdatrie: Fix BUILDMuhammad Moinur Rahman
While converters/libiconv is installed libdatrie fails to build as it tries to use the iconv library from libc which do not contain all the funcntionalities of libiconv. So rather than depending on the base of iconv switch to the port version entirely. PR: 266241 Reported by: se
2023-03-21www/py-google-api-python-client: Update to 2.82.0Nicola Vitale
Changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.82.0
2023-03-21security/xinetd: Make it fetchable and fix WWWRenato Botelho
Original site is gone but code is still available on github. Changed WWW to point to github and also consumes source code from there. I've compared content of current github code and original tarball and it was just missing one function from xgetloadavg.c, now added using patch. While here, re-generate patches. PR: 270345 Reported by: diizzy
2023-03-21x11/xfce4-clipman-plugin: Update to 1.6.3Guido Falsi
2023-03-21www/gatling: Update version 0.15=>0.16Muhammad Moinur Rahman
- Update MASTER_SITES to https scheme - UNBREAK - Remove DEPRECATION - Utilize USES=localbase:lkdflags and refactor - Refactor ambiguous VARS like `bin` asnd `sbin` - Refactor make makepatch compatible patches - While I(bofh) am here pet portclippy/portfmt/OPTIONSNG PR: 253763
2023-03-21sysutils/gomi: Update to 1.1.6Nuno Teixeira
- Fix --version and define revision as commit tag (inspired by textproc/ov port) ChangeLog: https://github.com/b4b4r07/gomi/releases/tag/v1.1.6