summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Handle the case where *.cabal lacks the field "Build-Type"pho2-3/+8
2022-02-07php80 & php81: update zts option namegutteridge2-14/+16
Adjust the pkgsrc option name from "maintainer-zts" to "zts" for recent PHP versions. Relates to PR pkg/56681.
2022-02-07options.description: add a couple of PHP optionsgutteridge1-0/+2
2022-02-07py-lxml: update a commentgutteridge1-2/+3
2022-02-06py-test-asyncio: add missing build dependencywiz1-1/+2
2022-02-06py-pip-run: add missing build dependencywiz1-1/+2
2022-02-06doc/pkgsrc.*: regenrillig2-1242/+1325
2022-02-06doc/guide: clean up the chapter on creating packagesrillig1-38/+25
Url2pkg is no longer interactive, it just takes the URL as command line argument. It is not necessary to create the package directory manually, as url2pkg does that as well. Since Perl packages are handled by url2pkg (just like Python packages), there is no need to list them in an effectively empty section.
2022-02-06url2pkg: add support for metacpan.org URLsrillig2-8/+31
2022-02-06security/gnutls: remove unknown configure optionsrillig2-12/+4
The option --enable-lzo was removed in 2011, the option --enable-local-libopts was removed in January 2022. Bump PKGREVISION.
2022-02-06url2pkg: for Python packages, prefix directory name with 'py-'rillig2-9/+52
2022-02-06Updated security/py-oauthlib, security/py-requests-oauthlibadam1-1/+3
2022-02-06py-requests-oauthlib: updated to 1.3.1adam3-11/+10
v1.3.1 (21 January 2022) - Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls) - Add eBay compliance fix - Add Spotify OAuth 2 Tutorial - Add support for python 3.8, 3.9 - Fixed LinkedIn Compliance Fixes - Fixed ReadTheDocs Documentation and sphinx errors - Moved pipeline to GitHub Actions
2022-02-06py-oauthlib: updated to 3.2.0adam3-10/+21
3.2.0 (2022-01-29) ------------------ OAuth2.0 Client: * Add Device Authorization Flow for Web Application * Add PKCE support for Client * Fallback to none in case of wrong expires_at format. OAuth2.0 Provider: * Add support for CORS to metadata endpoint. * Add support for CORS to token endpoint. * Remove comma after Bearer in WWW-Authenticate OAuth2.0 Provider - OIDC: * Call save_token in Hybrid code flow * OIDC add support of refreshing ID Tokens with `refresh_id_token` * The RefreshTokenGrant modifiers now take the same arguments as the AuthorizationCodeGrant modifiers (`token`, `token_handler`, `request`). General: * Added Python 3.9, 3.10, 3.11 * Improve Travis & Coverage
2022-02-06doc: Updated pkgtools/url2pkg to 21.4.2rillig1-1/+2
2022-02-06url2pkg: allow url2pkg to be run from a category directory as wellrillig3-18/+28
Previously, it was necessary to create the package directory, change into it and then run url2pkg from there. Since the name of the package directory usually corresponds to DISTNAME without the version number, all necessary data is readily available, so automate this. Update version to 21.4.2.
2022-02-06url2pkg: only accept a single URL as command line argumentrillig1-2/+2
2022-02-06url2pkg: extract code for analyzing the distfile URLrillig2-45/+50
In a few commits, this will allow url2pkg to be run from a category directory, thereby omitting the need to create the package directory manually. No functional change.
2022-02-06Allow overriding mariadb_datadir in rc.confabs6-33/+54
Bump PKGREVISION
2022-02-06doc: Updated x11/xfce4-session to 4.16.0nb2gutteridge1-1/+2
2022-02-06xfce4-session: adjust two patchesgutteridge4-12/+22
Amend a patch that fixes compilation on non-Linux and non-BSD OSes. There are several things that could be adjusted differently in the function in question, but that needs to be discussed upstream. For now, take the simplest route. Also, be consistent with upstream's intent that "suspend" means ACPI state 3, also being consistent with what was patched in xfce4-power- manager before, too. (Where suspend and resume generally works for me on NetBSD laptops, state 3 is effective.)
2022-02-06Updated fonts/harfbuzz, fonts/harfbuzz-icuadam1-1/+3
2022-02-06harfbuzz harfbuzz-icu: updated to 3.3.2adam4-12/+12
3.3.2: Revert splitting of pair positioning values introduced in 3.3.0 as it proved problematic.
2022-02-06url2pkg: add type annotation for usagerillig1-4/+4
2022-02-06Updated lang/rust-analyzer, multimedia/mkvtoolnixadam2-3/+4
2022-02-06mkvtoolnix: updated to 65.0.0adam2-7/+6
Version 65.0.0 "Too Much" 2022-02-06 New features and enhancements * mkvmerge: the options `--default-track` and `--forced-track` have been renamed to `--default-track-flag` and `--forced-display-flag` respectively for improved consistency with other option names & the wording used in the GUI. However, the old names will be supported and recognized indefinitely. What will remain unchanged is the property names for those flags in mkvmerge's identification output. Existing third-party programs will continue working as they are. * mkvmerge: added a new option `--track-enabled-flag` to set or unset the "track enabled" track header flag. * mkvmerge: MP4 reader: `mkvmerge` will now evaluate the `flags` field of the track header atom (`tkhd`) and set the track's "enabled" flag accordingly. * MKVToolNix GUI: multiplexer: added support for the "track enabled" track header flag. * MKVToolNix GUI: multiplexer, header editor: added several menu entries & keyboard shortcuts for toggling various track flags of the currently selected tracks, e.g. `Ctrl+Alt+F, D` (that's `Ctrl` and `Alt` with `F` simultaneously followed by `D` without any other key pressed) for toggling the "default track" flag. * MKVToolNix GUI: multiplexer, header editor: added menu entries & keyboard shortcuts for setting the language of the currently selected tracks to one from a configurable list of languages. The shortcuts used are `Ctrl+Alt+A, 1` through `Ctrl+Alt+A, 0` for the first ten entries of that list (that's `Ctrl` and `Alt` with `A` simultaneously followed by a digit without any other key pressed). * MKVToolNix GUI: chapter editor: if the user enters commas in start or end timestamps they will automatically be changed to points as the decimal separator, allowing for easier copy & paste from other programs/sources. * MKVToolNix: header editor: the selected track or attached file can now be moved up & down with the keyboard shortcuts `Ctrl+Up` & `Ctrl+Down` respectively. Bug fixes * mkvmerge: Matroska reader: DVB subtitle tracks with a codec private data size of more than five bytes are accepted now, too.
2022-02-06rust-analyzer: updated to 0.0.2022.01.31adam2-8/+6
2022-01-31 fix: Fix `cfg_attr` invalidating derive identifier IDE functionalities r=Veykril a=Veykril Proper fix for https://github.com/rust-analyzer/rust-analyzer/issues/11298 bors r+
2022-02-06doc: Updated databases/gramps5 to 5.1.5gdt1-1/+2
2022-02-06gramps5: Update to 5.1.5gdt3-24/+24
upstream changes: "maintenance" (bugfixes and minor improvements)
2022-02-06doc: Removed openvasnia2-3/+7
2022-02-06openvas-*: remove per PR pkg/56687nia44-6893/+1
This has been marked BROKEN since 2019. The newest version of this software, "Greenbone", would be a welcome addition to pkgsrc if anyone would like to see it return.
2022-02-06Update UDFclient to 0.8.12, a maintenance release that adds suport forreinoud2-7/+7
NetBSD's dk(4) discs.
2022-02-06doc/TODO: + calibre-5.36.0.wiz1-1/+2
2022-02-06zxing-cpp: Fix build without the internet accessryoon1-1/+3
* Blackbox tests target pulls fmtlib via git command. Disable it. Reported by wiz@. Thank you.
2022-02-06doc: Updated x11/wired-notify to 0.10.0pin1-1/+2
2022-02-06x11/wired-notify: update to 0.10.0pin3-183/+251
-render_criteria works a little differently now: Using render_criteria (and render-anti-criteria) on root blocks is now supported (#37). This was possible before but not really useful because you had to have the same criteria for all the blocks underneath it anyway. -Old: If any block in the chain meets criteria, then draw. -New: If root block doesn't meet criteria, then don't draw. If root block does mete criteria, but no child blocks do, then don't draw. -Add render_anti_criteria which allows you to tell blocks to draw only when a criteria is not present. (see Blocks documentation for more information.) -When loading config, we now validate that all blocks have different names to make sure the config is written correctly. -Document how to send progress data to ProgressBlock. -Dramatically improve idle performance. #35 -Fixed a bug where replaced notifications might have a different layout to new ones. #37 -Update cairo and pango dependencies. -TextBlock text will now fall back to wrapping on character boundaries if no word boundaries are available. #39 -Fixed a bug where large notifications might take a long time to receive with a long poll_interval. #35 -Fixed a bug where replacing wasn't working as intended on notifications with the same app name and tag, with replacing_enabled set to false.
2022-02-06doc/TODO: add somewiz1-2/+14
+ ImageMagick-7.1.0.23, findutils-4.9.0, gdbm-1.23, gstreamer1-1.20.0, libgcrypt-1.10.0, libxkbcommon-1.4.0, lzip-1.23, ocaml-uutf-1.0.3, poppler-22.02.0, py-mercurial-6.0.2, py-pip-api-0.0.27, rust-analyzer-0.0.2022.01.31, tor-0.4.6.10. - ffmpeg-5.0.
2022-02-06poppler: fix package versionwiz2-3/+3
Noticed by David Shao on pkgsrc-users.
2022-02-06Added textproc/py-jupyterlab-pygments; Updated www/py-respxadam1-1/+3
2022-02-06py-respx: updated to 0.19.2adam2-6/+6
0.19.2 Fixed - Better cleanup before building egg
2022-02-06py-jupyterlab-pygments: added version 0.1.2adam5-1/+44
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables. The goal is to enable the use of JupyterLab's themes with pygments-generated HTML.
2022-02-06+ghc92pho1-1/+2
2022-02-06doc: Added lang/ghc92 version 9.2.1pho1-1/+2
2022-02-06Import GHC 9.2.1pho40-0/+1524
The compiler now has a native codegen on aarch64. LLVM backend is now optional, and is disabled by default. The full release note is too long to paste here. See: https://downloads.haskell.org/~ghc/9.2.1/docs/html/users_guide/9.2.1-notes.html
2022-02-06When the LLVM backend is enabled, use clang as the assemblerpho4-68/+84
This turned out to be necessary because LLVM 13 emits assembly code that is incompatible with "as" from Binutils < 2.36.
2022-02-06doc: Updated sysutils/xfce4-cpugraph-plugin to 1.2.6gutteridge1-1/+2
2022-02-06xfce4-cpugraph-plugin: update to 1.2.6gutteridge2-7/+9
Change log: 1.2.6 (2022-02-02) ===== - Fix translations not showing in the GUI - Don't save some defaults to configuration files - Fix visibility of the associated-command configuration - Update configure.ac.in syntax - Translation Updates: Basque, Chinese (China), Croatian, Danish, Hebrew, Indonesian, Occitan (post 1500), Portuguese (Brazil), Slovenian, Swedish
2022-02-05Add OSX_SDK_MAP for 12.2. From Herbert J. Skuhra in private mail.schmonz1-1/+2
2022-02-05Don't try to run under 3.10 (code says 3.6-3.9).schmonz1-2/+2
2022-02-05doc: Added www/arcticfox version 39.0nia1-1/+2