summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-06abseil: add upstream bug report URL to patcheswiz4-7/+10
2022-03-06doc: Added textproc/lua-ftcsv version 1.2.1nia1-1/+2
2022-03-06textproc: add lua-ftcsvnia5-1/+50
ftcsv is a fast csv library written in pure Lua. It features two parsing modes, one for CSVs that can easily be loaded into memory (up to a few hundred MBs depending on the system), and another for loading files using an iterator - useful for manipulating large files or processing during load. It correctly handles most csv (and csv-like) files found in the wild, from varying line endings (Windows, Linux, and OS9), UTF-8 BOM support, and odd delimiters. There are also various options that can tweak how a file is loaded, only grabbing a few fields, renaming fields, and parsing header-less files!
2022-03-06doc: Added devel/lua-enum version 0.1.2nia1-1/+2
2022-03-06add devel/lua-enumnia5-1/+42
This is a little module that simulates enumerated types in Lua. Its API is very similar to the Python 3 Enum API, although much more limited.
2022-03-06lua/module.mk: Allow passing arguments to bustednia1-3/+10
2022-03-06doc: Updated misc/ruby-sprockets to 4.0.3taca1-1/+2
2022-03-06misc/ruby-sprockets: update to 4.0.3taca3-7/+8
4.0.3 (2022-03-02) * Fix Manifest#find yielding from a Promise causing issue on Ruby 3.1.0-dev. #720 * Better detect the ERB version to avoid deprecation warnings. #719 * Allow assets already fingerprinted to be served through Sprockets::Server * Do not fingerprint files that already contain a valid digest in their name * Remove remaining support for Ruby < 2.4.#672
2022-03-06doc: Updated misc/ruby-bundler to 2.3.8taca1-1/+2
2022-03-06misc/ruby-bundler: update to 2.3.8taca2-6/+6
2.3.8 (2022-02-23) Bug fixes: * Fix corrupted lockfile when running bundle check and having to re-resolve locally #5344 * Fix typo in multiple gemfiles warning #5342 Documentation: * Add clarification for bundle-config "with" option #5346
2022-03-06doc: Updated finance/ruby-braintree to 4.6.0taca1-1/+2
2022-03-06finance/ruby-braintree: update to 4.6.0taca3-7/+13
4.6.0 (2022-02-17) * Add PaymentMethodCustomerDataUpdated webhook notification support
2022-03-06doc: Added time/lua-chronos version 0.2.4nia1-1/+2
2022-03-06add time/lua-chronosnia7-1/+58
High resolution monotonic timers for Lua
2022-03-06doc: Updated graphics/stitchy to 0.1.3nb1pin1-1/+2
2022-03-06graphics/stitchy: update dependenciespin3-68/+78
-Not a new release but some code clean-up and updated crate dependencies.
2022-03-06doc: Updated sysutils/felix to 0.4.1pin1-1/+2
2022-03-06sysutils/felix: update to 0.4.1pin3-8/+17
improvement: -show total time to delete/copy items -show process to delete/copy items
2022-03-06doc: Updated audio/strawberry to 1.0.2nia1-1/+2
2022-03-06strawberry: update to 1.0.2nia2-6/+6
Strawberry 1.0.2 Bugfixes: * Fixed showing menu when clicking icon for collection and internet search tool buttons * Fixed ignoring devices with system mounts as defined by GIO. * Fixed updating database when deleting songs from filesystem devices. * Fixed unregistered metatype when listing songs from MTP devices with Qt 6. * Fixed using entered password when testing Subsonic settings before pressing save. * Fixed downloading Subsonic album covers. * Fixed subsonic album covers downloaded several times for each album when MD5 authentication was enabled. * Fixed volume going to 100% when pressing volume down with MRPIS2 and global shortcuts. * Fixed incorrect rounding when setting volume through MPRIS2. * Fixed delete from disk not showing up in the menu when one or more CUE songs were selected. * Fixed possible crashes when switching songs when fading is enabled. * Fixed X11 global shortcuts not working unless window was in focus with Qt 6.2 and higher. * Fixed scrobbler re-sending scrobbles to fast on error. Enhancements * Log Qt version on startup. * Added button for deleting existing Subsonic songs. * Make collection watcher ignore files with "qt_temp" filename and tmp extension. * Require Qt 5.9 or higher. * Added scrollbars to edit tag dialog. * Added advanced settings for configuring collection watcher. * Disable open audio CD menu when compiled without audio CD support. * Replaced use of deprecated QMouseEvent constructor as of Qt 6.4. * Replaced use of deprecated QCryptographicHash::addData overload as of Qt 6.4. Removed features: * Removed broken "nomedia" / "nomusic" file handling.
2022-03-06doc/TODO: add somewiz1-4/+13
+ ImageMagick-7.1.0.27, Sigil-1.9.1, asciidoc-10.1.4, calibre-5.38.0, curl-7.82.0, gopls-0.8.0, harfbuzz-4.0, poppler-22.03.0, py-cyclonedx-python-lib-2.0.0, py-mercurial-6.1, tomlplusplus-3.0.1, wget-1.21.3.
2022-03-06Updated devel/py-jupyter-console, devel/py-dulwichadam1-1/+3
2022-03-06py-dulwich: updated to 0.20.33adam3-7/+10
0.20.33 * Fix handling of escaped characters in ignore patterns. * Add ``dulwich.contrib.requests_vendor``. * Ensure git config is available in a linked working tree.
2022-03-06py-jupyter-console: updated to 6.4.2adam2-7/+6
6.4.2 - Don't pass loop to asyncio.wait() 6.4.1 - Prepare for use with Jupyter Releaser
2022-03-06doc: Updated audio/schismtracker to 20220125nia1-1/+2
2022-03-06schismtracker: update to 20220125nia3-6/+22
Changes: - Release builds now support macOS 10.9+ (previously supported only 10.15+) - Fix reading of various meta events in MIDI files - Fix IMF filter envelope being upside down and IMF disable envelope command - Fix bug in AIFF multi-write
2022-03-06doc: Updated parallel/lua-lanes to 3.16.0nia1-1/+2
2022-03-06lua-lanes: update to 3.16.0nia4-69/+6
Changes: - fix require() wrapper to return all values returned by original require() - Lanes no longer relies on malloc/free for internal allocations, but uses the primary alloc function from the master Lua state (excepted for LuaJIT flavors, because the allocator seems to assume that it won't be used oustide the Lua state). - __lanesclone is now called only once with 3 parameters dest, source, size -> BREAKS CUSTOM DEEP USERDATA API
2022-03-06doc: Updated lang/lua54 to 5.4.4nia1-1/+2
2022-03-06lua54: update to 5.4.4nia3-8/+7
Bugs fixed: - lua.c assumes that argv has at least one element. - Lua can generate wrong code when _ENV is <const>.
2022-03-06doc: Updated chat/pidgin to 2.14.8nia1-1/+6
2022-03-06libpurple, pidgin: update to 2.14.8nia7-16/+11
This mostly includes fixes for bugs found by OSS-Fuzz.
2022-03-06doc: Updated www/firefox-l10n to 97.0.2ryoon1-1/+2
2022-03-06firefox-l10n: Update to 97.0.2ryoon2-297/+297
* Sync with www/firefox-97.0.2.
2022-03-06doc: Updated www/firefox to 97.0.2ryoon1-1/+2
2022-03-06firefox: Updare to 97.0.2ryoon2-6/+6
Changelog: Security fixes: #CVE-2022-26485: Use-after-free in XSLT parameter processing #CVE-2022-26486: Use-after-free in WebGPU IPC Framework
2022-03-06doc: Updated devel/ruby-msgpack to 1.4.5taca1-1/+2
2022-03-06devel/ruby-msgpack: update to 1.4.5taca2-6/+6
1.4.5 (2022-02-15) * Fix to create UTF-8 Symbol keys when symbolize_keys: true * Fix to assume Symbols as US-ASCII or UTF-8 * Optimize Packer/Unpacker initialization * Optimize extension class lookup * Rename Packer#clear as Packer#reset (#clear is still available as an alias)
2022-03-06doc: Updated devel/ruby-deep_merge to 1.2.2taca1-1/+2
2022-03-06devel/ruby-deep_merge: update to 1.2.2taca2-6/+6
1.2.2 (2022-01-07) * Switched to GitHub actions and add testing of Rubies up to Ruby 3.0 * Fixed issue with keep_duplicate_arrays when merging into a nil array. Thanks ALTinners! * Added documentation for keep_duplicate_arrays
2022-03-06doc: Updated databases/ruby-sequel to 5.54.0taca1-1/+2
2022-03-06databases/ruby-sequel: update to 5.54.0taca3-7/+9
5.54.0 (2022-03-01) * Add enum plugin for treating columns as enums in a model (jeremyevans) (#1839)
2022-03-05doc: Updated benchmarks/hyperfine to 1.13.0pin1-1/+2
2022-03-05benchmarks/hyperfine: update to 1.13.0pin3-145/+175
Features: -Added a new --shell=none/-N option to disable the intermediate shell for executing the benchmarked commands. Hyperfine normally measures and subtracts the shell spawning time, but the intermediate shell always introduces a certain level of measurement noise. Using --shell=none/-N allows users to benchmark very fast commands (with a runtime on the order of a few milliseconds). See #336, #429, and #487 (@cipriancraciun and @sharkdp) -Added --setup/-s option that can be used to run make all or similar. It runs once per set of tests, like --cleanup/-c (@avar) -Added new plot_progression.py script to debug background interference effects. Changes: -Breaking change: the -s short option for --style is now used for the new --setup option. -The environment offset randomization is now also available on Windows, see #484 Other: -Improved documentation and test coverage, cleaned up code base for future improvements.
2022-03-05libmatheval: Revert unintended change of guile versiongdt1-2/+2
Cvs: ----------------------------------------------------------------------
2022-03-05lilypond: Explain more clearly the guile situationgdt1-2/+5
Upstream chooses to support only ancient guile.
2022-03-05libmatheval: Note unmaintained statusgdt2-2/+6
Note report to upstream that it doesn't build with guile 2.0 or 2.2.
2022-03-05guile-lib: Fix paths in previousgdt2-21/+17
This commit rides the previous update, fixes some manual INSTALLATION_DIRS, and catches that list up with the package.
2022-03-05doc: Updated devel/guile-lib to 0.2.7gdt2-3/+3
2022-03-05devel/guile-lib: Update to 0.2.7 and switch to guile22gdt3-72/+70
Packaging changes: Switch to guile22. Request to use the old paths. Upstream NEWS: bugfixes minor improvements change installation paths unless requested to do it the old way