summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09Add Trusted Firmware-A (TF-A, the new name for Arm'sATF) v2.6 withmrg17-1/+235
support for rk3328 (not yet tested), rk3399 (tested), and fiptool. these will obsolete the existing arm-trusted-firmware* (v2.3) packages once all consumers are updated and tested, and currently the sun50i_a64 and sun50i-h6 targets are not yet available.
2022-02-09doc: Added textproc/py-cmudict version 1.0.2gutteridge1-1/+2
2022-02-09textproc/Makefile: add py-cmudictgutteridge1-1/+2
2022-02-09py-cmudict: add new package, version 1.0.2gutteridge4-0/+45
CMUdict is a versioned Python wrapper package for the CMU Pronouncing Dictionary data files. The main purpose is to expose the data with little or no assumption on how it is to be used. Similar functionality is also provided by nltk. My motivations for importing this package are that (1) nltk doesn't appear to be keeping its packaging of the dictionary data up to date, and (2) this has no dependency chain beyond Python itself.
2022-02-08Updated lang/rust-analyzer, textproc/ugrepadam1-1/+3
2022-02-08ugrep: updated to 3.7.2adam2-6/+6
ugrep v3.7.2 New --hexdump options to grep binary files and display binary matches in hexadecimal with n hex lines before and after the match with --hexdump=Cn, --hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n defaults to the entire matching line. Option -X is equivalent to --hexdump=2C for 2 hex columns per line and entire matching line as context. We also made ugrep faster overall with performance improvements. More coming soon!
2022-02-08url2pkg: make code for analyzing CPAN URLs simplerrillig1-5/+5
No functional change.
2022-02-08rust-analyzer: updated to 0.0.2022.02.07adam3-107/+103
2022-02-07 11416: Fix eslint language server not working r=Veykril a=jackos Allows the language server for eslint to work inside VS Code.
2022-02-08libreoffice: PLIST: restore ${PLIST.ldap} which got lost in rev 1.46tnn1-2/+2
2022-02-08p.spek@tyil.nl had specifically said to _single_-quote the output ofschmonz1-2/+2
extra_libarchive_depends(). Oops. Now that the problem has bitten me (on Manjaro ARM), I can attest that single-quoting fixes it. Sorry, tyil, and thanks again!
2022-02-08python: fix typo in comment in egg.mkgutteridge1-2/+2
2022-02-08Updated sysutils/ansible-base, databases/py-redisadam1-1/+3
2022-02-08py-redis: updated to 4.1.3adam2-6/+6
4.1.3 Bug Fixes Fix flushdb and flushall Maintenance Add redis5 and redis4 dockers Change json.clear test multi to be up to date with redisjson Fixing volume for unstable_cluster docker Update changes file with changes since 4.0.0-beta2
2022-02-08ansible-base: updated to 2.10.17adam2-7/+6
v2.10.17 ======== Bugfixes -------- - ansible-galaxy collection build - Ignore any existing ``MANIFEST.json`` and ``FILES.json`` in the root directory when building a collection. - ansible-test - Fix traceback in the ``validate-modules`` sanity test when testing an Ansible module without any callables. - backwards compatiblity copy of doc fragment action_common_attributes
2022-02-08lang/mono: Fix network interfaces and enable BTLSgavan8-6/+112
2022-02-08multimedia/libmediainfo: Fix libtoolgavan1-1/+3
2022-02-08doc: Updated x11/wired-notify to 0.10.1pin1-1/+2
2022-02-08x11/wired-notify: update to 0.10.1pin3-79/+63
-Fixed an issue where some blocks (ProgressBlock, ButtonBlock, ScrollingTextBlock) would cause bugged rendering due to relying on the default Cairo operator (Over), which was changed in 0.10.0. #50
2022-02-08doc: Updated shells/starship to 1.3.0pin1-1/+2
2022-02-08shells/starship: update to 1.3.0pin3-159/+171
Features add username to Pulumi module (#3428) Enable Undistract Me for Linux (#3547) starship bug-report sets syntax highlighting for config file (#3529) add a container indicator (#3304) cli: Print arguments if argument parsing fails (#3560) cmd_duration: Make notification timeout configurable (#3515) install: Add posix shell check (#3474) localip: add module to print the current ipv4 address (#3289) pwsh: Set ExtraPromptLineCount (#3439) pwsh: Set STARSHIP_SHELL to pwsh on PS >5 (#3443) Bug Fixes Correctly detect older versions of powershell in bug-report (#3543) bash: Restore previous exit status in bash init (#3521) elvish: use $pwd for logical-path (#3534) nodejs: use e718 as the default of symbol in node configuration (#3533) status: Enable to convert from i64 to hex_status by casting instead of parsing status. (#3462) Code Refactoring Improve compatibility with Zsh prompt theme system (#3480) zsh: using add-zsh-hook instead of add hook manually (#3537) Performance Improvements elvish: Use built-in randint instead of starship session. (#3479)
2022-02-08doc: Updated shells/nushell to 0.44.0pin1-1/+2
2022-02-08shells/nushell: update to 0.44.0pin2-6/+6
-Remove unused repo parts (#4271) -Drop with iter range (#4242)
2022-02-08doc: Updated sysutils/macchina to 6.0.6pin1-1/+2
2022-02-08sysutils/macchina: update to 6.0.6pin3-106/+106
Bump libmacchina to v6.1.0: -Fixes a bug that causes the package readout to display "0 (cargo)" if $CARGO_HOME/bin is empty. (Macchina-CLI/libmacchina@22a7df0) -Fixes a bug that causes the network readout to return an IPv6 address in some cases. (Macchina-CLI/libmacchina@608a1dd)
2022-02-08doc: Updated x11/kitty to 0.24.2pin1-1/+2
2022-02-08x11/kitty: update to 0.24.2pin3-30/+449
Updated in wip by @wiz, thanks! We are bumping nine versions here, from 0.21.1 to current 0.24.2 Too many changes to list here, for a compleate changelog, please visit https://sw.kovidgoyal.net/kitty/changelog/
2022-02-08Updated devel/py-xbe, graphics/py-pygraphvizadam1-1/+3
2022-02-08py-pygraphviz: updated to 1.8adam3-9/+11
pygraphviz-1.8 Drop Python 3.7 support Add Python 3.10 support Add IPython rich display hook to AGraph class Add contributor guide Fixed directed nature of AGraph.copy() Minor documentation and code fixes
2022-02-08py-xbe: updated to 0.0.3adam2-8/+9
0.0.3 Unknown changes
2022-02-08arcticfox: Add missing dependencynia1-1/+2
2022-02-08guile: append to BUILDLINK_PASSTHRU_DIRS rather than replace itmcf3-6/+6
2022-02-08Updated devel/py-test-asyncio, devel/py-test-mypyadam1-1/+3
2022-02-08py-test-mypy: updated to 0.9.1adam2-6/+6
0.9.1 * Add support for pytest 7. 0.9.0 * Drop support for pytest<4.6. * Add --mypy-config-file.
2022-02-08py-test-asyncio: updated to 0.18.0adam2-8/+8
0.18.0 Raise a warning if @pytest.mark.asyncio is applied to non-async function. Support parametrized event_loop fixture.
2022-02-08Updated devel/py-ipykernel, devel/py-packageurl, devel/py-bitarray, ↵adam1-1/+5
textproc/py-tomlkit
2022-02-08py-tomlkit: updated to 0.9.1adam2-6/+6
0.9.1 Fixed Fix a bug of separators not being kept when replacing the value. Tuples should be dumped as TOML arrays.
2022-02-08py-bitarray: updated to 2.3.6adam2-6/+6
2.3.6: * add optional value parameter to `util.count_n()` * determine machine endianness at build time when possible, by using the `PY_LITTLE_ENDIAN` macro, in order to optimize `shift_r8()` * add official Python 3.11 support
2022-02-08py-packageurl: updated to 0.9.7adam2-7/+6
0.9.7 (2022-02-07) ------------------ - Create a generic PackageURL for URLs that do not fit existing routes in url2purl
2022-02-08py-ipykernel: updated to 6.9.0adam2-6/+6
6.9.0 Bugs fixed - Fixed event forwarding - use message queue for abort_queues
2022-02-08Add upstream URLs to patchespho6-20/+31
2022-02-08doc: Added multimedia/gerbera version 1.9.2khorben1-1/+2
2022-02-08Add gerberakhorben1-1/+2
2022-02-08gerbera: import version 1.9.2khorben11-0/+513
Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. Gerbera was originally based on MediaTomb.
2022-02-07doc: Added devel/py-pep621 version 0.4.0wiz1-1/+2
2022-02-07devel/Makefile: + py-pep621wiz1-1/+2
2022-02-07devel/py-pep621: import py-pep621-0.4.0wiz4-0/+35
PEP 621 metadata parsing.
2022-02-07Updated devel/py-pylint-plugin-utils, devel/py-click-didyoumean, ↵adam1-1/+5
fonts/py-fonttools, devel/py-frozendict
2022-02-07py-frozendict: updated to 2.3.0adam2-6/+6
2.3.0: Unknown changes
2022-02-07py-fonttools: updated to 4.29.1adam3-8/+10
4.29.1 (released 2022-02-01) ---------------------------- - [colorLib] Fixed rounding issue with radial gradient's start/end circles inside one another - [freetypePen] Handle rotate/skew transform when auto-computing width/height of the buffer; raise PenError wen missing moveTo 4.29.0 (released 2022-01-24) ---------------------------- - [ufoLib] Fixed illegal characters and expanded reserved filenames - [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in LayerListBuilder - [ttx] Removed legacy ``waitForKeyPress`` method on Windows - [pens] Added FreeTypePen that uses ``freetype-py`` and the pen protocol for rasterizating outline paths - [unicodedata] Updated the script direction list to Unicode 14.0 Bumped unicodedata2 dependency to 14.0 - [psLib] Fixed type of ``fontName`` in ``suckfont``
2022-02-07py-click-didyoumean: updated to 0.3.0adam2-9/+9
0.3.0: Unknown changes