DESCR
Coil64 is a free coil inductor calculator, that allows calculating:
single-layer and multilayer air core inductors, toroidal air core coil
inductance, inductors on ferrite rings, in pot core, flat coils on the
PCB, and also LC tank parameters. The program has additional plugins to
calculate any manner of coils.
Input and ok sdk@
alacritty build times is reasonable since import so it could have been
enabled on a bunch more achitectures. Since it's using old versions of
the cc and libc crates, bump those to the latest available versions in
order to support powerpc64 and riscv64.
ok sthen@ fcambus@
Added
* Added command :userscripts-reload to reload lua scripts.
* The tabgroup plugin is now included in luakit (:tabmenu).
* Allow configuration of shortcuts that should be passed through (#921).
* Added scalable SVG desktop icon version.
Changed
* Allow functions to be bound to more than one key (#913).
Fixed
* No more gdk_keymap_get_default() compiler warning.
* Fixed an issue where links were hinted, but then could not be followed.
* Fixed the paging on the the bookmarks page.
* Fixed build on Solaris.
* Fixed relocation errors on Sparc64.
* Fixed proxymenu to show default entries when proxymenu file is not present.
* The command mode cursor is now drawn in the user-specified foreground color.
OK rsadowski@
Enabled but forgot to import, spotted by tb@
Comment:
QML API for rendering graphics and animations
Description:
Qt Lottie Animation provides a QML API for rendering graphics and animations
that are exported in JSON format by the Bodymovin plugin for Adobe After
Effects.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://www.qt.io/
Release info:
https://dev.gnupg.org/T6105
Packaging changes:
- need to drop a --css-ref= option unrecognized by base makeinfo.
- no need for gmake
- having the package installed is not needed any more to run the tests
- respect LDFLAGS
v1.9.0
New Features
* When comparing argument lists display content
* Add Icelandic localizations
Bug Fixes
* Validate # of arguments to truthy/falsy asserts
* Order of error message non-deterministic
* Properly subsitute 'pending' if no term.colors
* Always set default color
* Lua 5.3+ update to check number+boolean in error_matches
* Properly package all existing localizations
v1.8.0
* Add default value to Spy constructor argument
* add explanation in README on how to do a was_called_with when mutating self.
* change(format) format tables in output including their id
v1.8.9
* Work around some Protonmail-specific (mis)behavior with messages References; add some tests
* Fix probleem with mu4e~view-message being nillified when it shouldn't.
v1.8.8
* Update mu4e-action-add-org-contact for new contact format
* Ensure non-nil works (rather than only t) in mu4e-server
* Add some more unit tests for skipdups / related messages.