Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:00:36 UTC Now

2021-11-07 16:04:51 UTC MAIN commitmail json YAML

www/wiki-tui: update to 0.4.2

Added:
-nix installation (#9)

Fixes:
-garbled ascii on specific terminal geometries (#10)

(pin)

2021-11-06 22:48:11 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.2.0

(pin)

2021-11-06 22:47:51 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.2.0

-BREAKING The default printer is now syntect. It has the following benefits.
I tested it for several weeks and it seems stable. See the section in README
to know the difference between bat printer and syntect printer.
  -Performance is 2x to 4x faster
  -Output layout and highlighting are optimized; line number highlight and
  matched regions at matched line
  -Support background color with --background
  -Color themes are optimized
-BREAKING The default value of --min-context was changed from 5 to 3. And the
default value of --max-context was changed from 10 to 6. This is because it
turned out that the previous default values were too large for surveying the
search results.
-BREAKING Since themes for syntect printer are now managed by ourselves
(see below), syntect printer no longer looks at BAT_THEME and BAT_STYLE
environment variables. To set the default theme and layout, use shell's
command alias. See the document for more details.
-syntect printer now renders more accurate colors by considering alpha values
of colors by blending them with background colors. In v0.1.9, alpha values
were simply ignored. For example, gutter color with Nord theme was wrongly
very light at v0.1.9.
-Depend on ansi_term crate only when targeting Windows. It reduces number of
dependencies when bat-printer is not enabled.
-Improve a compile error when both feature syntect-printer and bat-printer are
disabled.
-Describe the exit status of hgrep command and versioning of this project in
the readme document.
-Fix rendering ansi theme was broken. The theme is for old terminals which
only supports 16 colors.
-Fix --first-only did not work with bat printer.
-Fix the background color in file header when --background is specified

(pin)

2021-11-05 22:28:28 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.5.1

(pin)

2021-11-05 22:28:09 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.5.1

v0.5.1
-Hot fix panic when accessing index out of range 7fa610b

v0.5.0
Brief description of changes
-Rewrite application state's data model in #19 that separates application's
data from application's states
-Improve data locking performance in #20 that uses parking_lot for better
performance and restricts the locking scope to local in functions.
-Change the application's behavior on startup in #21 that connects to an
available device if no playback is found.
-Add a file logger in #23.
-Add a library page in #24.
-Rewrite the context page state's structure in #25.
-Reduce the number of possible panics (88567e1) and handle the integrated
player's events (2e64d1d).

(pin)

2021-11-05 13:13:07 UTC MAIN commitmail json YAML

doc: Updated www/wiki-tui to 0.4.1

(pin)

2021-11-05 13:12:48 UTC MAIN commitmail json YAML

www/wiki-tui: update to 0.4.1

Fixes:
-Removed a warning
-Fixed a bug where wiki-tui would crash when trying to access an invalid link
-Fixed a bug where wiki-tui wouldn't change the background of the search bar
-Fixed the color of headers
-Fixed scrolling inside of articles with no links

(pin)

2021-11-03 11:28:52 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 5.0.3

(pin)

2021-11-03 11:28:14 UTC MAIN commitmail json YAML

sysutils/macchina: update to 5.0.3

-general: moved miscellaneous theme structures to separate modules.
-netbsd: subtract "one" from pkgsrc's package count.

(pin)

2021-11-02 09:16:47 UTC MAIN commitmail json YAML

doc: Updated www/wiki-tui to 0.4

(pin)

2021-11-02 09:16:28 UTC MAIN commitmail json YAML

www/wiki-tui: update to 0.4

Added:
-You can now go to the headers by pressing ENTER on the item in the table of
contents
-When wiki-tui crashes, it generates a crash report
-You can now change the color of specific views

Changes:
-The logging is now more informative
-Added cargo & NetBSD installation method
-The configuration format is now toml

Fixes:
-Words are no longer overlapping
-Fixed a bug where wiki-tui would crash when pressing keys while searching (#6)

(pin)

2021-11-02 09:15:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.7.9

(pin)

2021-11-02 09:15:13 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.7.9

Changed
-Bash/Fish: improved completions for z command.

Fixed
-Fish: error erasing completions on older versions.
-PowerShell: enable --cmd cd to replace the cd command.

(pin)

2021-11-02 09:14:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 5.0.2

(pin)

2021-11-02 09:13:51 UTC MAIN commitmail json YAML

sysutils/macchina: update to 5.0.2

v5.0.2
-libmacchina/netbsd: fixed failing brightness readout.
-libmacchina/netbsd: (somehow) fixed failing package count readout.
-themes: the custom_ascii.color field is now optional, omitting it uses the
colors provided in the text file.
-themes: color values (e.g. "Red", "Green", "Blue") are now case-insensitive.
-general: introduce a new readout, "Session" that is appended to your Window
Manager readout output. If the latter fails, so does the former.

v5.0.1
-The default theme's bars should not be visible.

macchina v5.0.0, codename "Zinc"
-Deprecated multiple command-line options: --no-ascii, --custom-ascii,
--palette, --hide-delimiters. (#181)
-Deprecated built-in themes. (#181)
-NetBSD: count packages without the use of pkg_info. (by upgrading to the
latest libmacchina version)

(pin)

2021-11-01 20:39:45 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.1.9

(pin)

2021-11-01 20:39:24 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.1.9

-Support multiple regions highlighting. In v0.1.8, matched region highlighting
was added but it only highlighted the first match in the line. Now all matched
regions are highlighted. Note that region highlighting is available when using
hgrep in combination of syntect-printer and ripgrep features.
-Add --ascii-lines flag for terminals which does not support rendering unicode
characters well. With this flag, unicode characters like '│' or '─' are replaced
with ASCII characters '|' or '-'. This feature is only supported by
syntect-printer (use -p syntect).
-Add --first-only (-f) flag to show only the first snippet per file. This is
useful when you want to look around the results.
-Fallback to a minimap border color when no gutter background color is found.
-Reduce number of redundant color codes output to stdout by about 21.5% in test
cases. This also improves performance by about 6%. See the commit for details.
-Performance of built-in grep was improved 20~80% when there are so many files
to search. Previously the implementation collected all paths before searching a
pattern in them, but with this improvement, the paths are now streamed.
See the commit for details.
-Use mimalloc as global allocator for better performance. This improves
performance by 0~55% in our benchmarks. See the commit for details.
-(Dev) Running unit tests is about 8.5x faster by caching assets for syntax
highlighting.

(pin)

2021-10-31 08:40:18 UTC MAIN commitmail json YAML

Fix dual commit

(pin)

2021-10-31 08:34:50 UTC MAIN commitmail json YAML

Add wiki-tui

(pin)

2021-10-31 08:33:18 UTC MAIN commitmail json YAML

www/wiki-tui: import package

A simple and easy to use Wikipedia Text User Interface.

wiki-tui currently has these features:
-Browse through Wikipedia (Set the language by changing the url in the config)
-Uses webscraping and a custom view to display wikipedia articles in the
terminal
-Use links to open other articles

These features are planned:
-View and interact with more elements of wikipedia articles (like tables,
images, etc.)
-Better error handling

(pin)

2021-10-30 20:00:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.7.0

(pin)

2021-10-30 20:00:24 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.7.0

-"clipboard" feature now default (can still be removed at compilation
with --no-default-features)
-fix clipboard features not working on some recent linux distributions
-you can now select part of the input with shift arrows or by dragging the
mouse cursor
-new internals: input_selection_cut and input_selection_copy (not bound by
default)

(pin)

2021-10-29 08:05:08 UTC MAIN commitmail json YAML

devel/git-cliff: use pkg-config

It needs pkgconf

(pin)

2021-10-28 20:17:55 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.9.0nb1

(pin)

2021-10-28 20:17:34 UTC MAIN commitmail json YAML

audio/ncspot: bring back termion backend

Apply Void Linux patch and bring back termion backend with the
option to build without ncursesw.

(pin)

2021-10-27 18:50:03 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.1.8

(pin)

2021-10-27 18:49:43 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.1.8

-syntect-printer supports text-wrapping. Longer lines than terminal width are
now wrapped by default. It can handle wide characters including special emojis
with zero-width joiner (U+200D)
-syntect-printer highlights matched regions in matched lines with a searched
text color. Since match positions in matched lines are not included in output
from grep -nH, currently this is only supported by combination of
syntect-printer feature and ripgrep feature
-syntect-printer now uses light dashed lines for the separator of snippets
-Add --wrap MODE option where MODE is one of char or never (the default value
is char). More modes may be implemented in the future
-In favor of --wrap option, --no-wrap flag is now deprecated and will be
removed at v0.2.0. Use --wrap never instead
-When building binaries for Windows, link C runtime statically. This avoid
depending on vcruntime DLL at runtime
-Critical section of syntect-printer was optimized. It slightly improved
performance (around 4% faster in benchmarks)
-Enable thin LTO for release build. It slightly improved performance
(0~6% faster in benchmarks)

(pin)

2021-10-27 10:14:21 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.39.0

(pin)

2021-10-27 10:14:01 UTC MAIN commitmail json YAML

shells/nushell: update to 0.39.0

Today, we're releasing 0.39 of Nu. This release is a bugfix release of 0.38.

What's New:
-History file is now removed when the history is cleared (fdncred)
-HTML selector has a regression fixed (lucassmmg)
-Unused dependencies were removed (lucassmmg)
-Updated clippy warnings were fixed (jt)

Engine-q progress
You'll notice that this release is pretty light, only a set of fixes on 0.38.
his is because our energy is now largely focused on engine-q.
We're excited to get this in front of you.

Just to tease a little of what will be possible, this week we added support for
processing streams in parallel in engine-q using a new par-each command.
We'll talk more about this as it develops.

(pin)

2021-10-26 20:31:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/dua-cli to 2.14.11

(pin)

2021-10-26 20:30:46 UTC MAIN commitmail json YAML

sysutils/dua-cli: update to 2.14.11

v2.14.11
Bug Fixes
-cargo install without --locked should work now

v2.14.10
Bug Fixes
-see if releases work now with a different create-release action
We are only interested in the upload_url, not in actually creating a
release as smart-release does that already.

v2.14.9
Bug Fixes
-try to produce release binaries once more
With smart-release, this is created automatically.

v2.14.8
Changed
-auto-config support for Apple M1 Pro and Apple M1 Max

(pin)

2021-10-25 11:27:41 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.4.0

(pin)

2021-10-25 11:27:20 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.4.0

Brief description of major changes
-Implement ShowActionsOnSelectedItem (#13) and ShowActionOnCurrentTrack (#18)
commands which list available actions (BrowseArtist, SaveToLibrary,
BrowseRecommendations, etc) on a Spotify item (track, album, artist, playlist).
-Upgrade majority of dependencies (#14) which includes a big rspotify v0.11.0
migration.
-Integrate Spotify recommendation API (#17).
-And many other code refactors and improvements.

(pin)

2021-10-25 05:24:28 UTC MAIN commitmail json YAML

sysutils/macchina: fix PLIST after update

(pin)

2021-10-24 22:07:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.15.2

(pin)

2021-10-24 22:07:15 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.15.2

v0.15.2
Changes & fixes
-Fixed incorrect count of selected files.
-Mime type of directories will be set as inode/directory.
-Fixed typo: MaxthLessThanLayoutWidth -> MaxLessThanLayoutWidth.
-Top-level configuration has been fully documented.
-Slight improvement in responsiveness and CPU usage.
-Minor refactor and cleanups.

v0.15.1
-Bump version

(pin)

2021-10-24 22:05:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 4.0.1

(pin)

2021-10-24 22:05:38 UTC MAIN commitmail json YAML

sysutils/macchina: update to 4.0.1

v4.0.1
Bugfix
-Fix --long-shell doing the opposite of its intended behavior.

Other
-We've added a new command-line flag, --ascii-artists to credit the ASCII
artists whose ASCII art we use throughout macchina.

v4.0.0
macchina v4.0, codename "Copper"
-macchina now looks for themes in $XDG_CONFIG_HOME/macchina/themes, the previous
data path is deprecated. (#172)
-Many command-line flags have been deprecated in favor of being moved to/present
in theme files. (#172)
-Themes are now written in TOML rather than JSON. (#172)

(pin)

2021-10-24 22:04:16 UTC MAIN commitmail json YAML

doc: Updated audio/librespot to 0.3.1

(pin)

2021-10-24 22:03:55 UTC MAIN commitmail json YAML

audio/librespot: update to 0.3.1

Changed
-Include build profile in the displayed version information
-[playback] Improve dithering CPU usage by about 33%

Fixed
-[connect] Partly fix behavior after last track of an album/playlist

(pin)

2021-10-24 22:02:53 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.1.7

(pin)

2021-10-24 22:02:29 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.1.7

v0.1.7
-Fix highlighting was broken on 256 colors terminals when using bat-printer.
-bat-printer enables text wrapping by default as bat command does. --no-wrap
can disable text wrapping.
-bat-printer now looks at bat's cache directory when --custom-assets flag is
given. This is useful if you use some custom syntax highlighting or theme.
Note that this may not work fine with some versions of bat command.
-bat-printer automatically uses 'ansi' theme for terminals which enable only
16 colors since other themes don't work.
-Add --terminal-width option to give the width of terminal explicitly. This is
useful when piping the results to other command like less.
-Fix build failure due to lack of assets (#4).
-Fix some newlines were missing when printing results with syntect-printer.
-Use terminal_size crate directly instead of using console crate. It removes
3 dependencies when bat-printer feature is not enabled.
-The document has been improved. Especially if you like a pager such as less,
I recommend to check 'Set default command options' section.
-(Dev) Several tests and benchmarks for syntect-printer were added.

v0.1.6
-Add new experimental syntect-printer feature built with syntect library.
-It is much faster than current printer built on bat (2x~4x faster).
-Its output layout is optimized for our use case. For example, line numbers at
matches are highlighted in different color.
-It supports painting background colors with --background flag. This is useful
when your favorite theme does not fit to your terminal's background color.
-See bat printer v.s. syntect printer section for comparison of the two
printers.
-Add --printer (-p) flag to specify printer to use. It takes argument bat or
syntect. -p syntect enables the new experimental printer
-bat printer is now optional through bat-printer feature gate. Note that at
least bat-printer or syntect-printer must be enabled. Both printers are enabled
by default. See Feature flags section for more details.
-hgrep is now available for NetBSD. See the instruction (thanks @0323pin, #3)

(pin)

2021-10-23 19:28:35 UTC MAIN commitmail json YAML

2021-10-23 19:27:30 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.4.2

(pin)

2021-10-23 19:27:10 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.4.2

v0.4.2
Bug Fixes
-Install the Rust toolchain explicitly for crates.io releases

v0.4.1
Bug Fixes
- Add support for special characters in scopes (#26) (10771f4)

Documentation
- Add GitLab CI/CD section to README.md (#24) (90a87c5)
- Update GitLab CI/CD section (2925340)

Miscellaneous Tasks
- Run CI workflows periodically (627d4ef)
- Remove unnecessary Cargo.lock entry from .gitignore (481713c)
- Upgrade dependencies (6080ebb)
- Migrate to Rust 2021 edition (0000000)
- Bump the Rust version in Dockerfile (fc33efd)

Refactor
- Use a better error message for invalid repo path (f447cc2)

(pin)

2021-10-23 19:25:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.6

(pin)

2021-10-23 19:25:30 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.6

-make it possible to rebind left and right arrow keys without breaking usage
in input - Fix #438

Package built with rust-1.56

(pin)

2021-10-22 09:19:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 3.0.0

(pin)

2021-10-22 09:19:36 UTC MAIN commitmail json YAML

sysutils/macchina: update to 3.0.0

macchina v3.0, codename "Nickel"

-You can now customize the text of every readout's key (#165).
see the new Carbon.json, if installing using pkgsrc you can find it inside
${PREFIX}/share/examples/macchina/
-Added initial FreeBSD support libmacchina#77
-Provide an option to shorten kernel output using the --long-kernel flag or
long_kernel configuration option (#168)
-Use if-addrs as our IP crate (#163)
You now have to specify your network interface through the --interface
flag or interface configuration option.
-Bump our dependencies to their latest versions.

(pin)

2021-10-21 19:10:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.7.8

(pin)

2021-10-21 19:10:22 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.7.8

Added
-Auto-generated completions for Fig.

Fixed
-Fix compile errors due to broken clap dependency.

(pin)

2021-10-21 19:09:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.5

(pin)

2021-10-21 19:09:00 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.5

-improve decision on whether to trim root - Fix #434
-better make the selected line visible

(pin)

2021-10-20 13:07:46 UTC MAIN commitmail json YAML

sysutils/tiramisu: change version numbering

suggested by leot.
Thanks.

(pin)

2021-10-20 12:29:19 UTC MAIN commitmail json YAML

doc: Added textproc/hgrep version 0.1.5

(pin)

2021-10-20 12:28:51 UTC MAIN commitmail json YAML

Add textproc/hgrep

(pin)

2021-10-20 12:27:49 UTC MAIN commitmail json YAML

textproc/hgrep: import package

hgrep is a grep tool to search files with given pattern and print the matched
code snippets with human-friendly syntax highlighting.
In short, it's a fusion of bat and grep or other alternatives like ripgrep.

This is similar to -C option of grep command, but hgrep focuses on human
readable outputs. hgrep is useful to survey the matches with contexts around
them.
When some matches are near enough, hgrep prints the lines within one code
snippet. Unlike grep -C, hgrep adopts some heuristics around blank lines to
determine efficient number of context lines.

As an optional feature, hgrep has builtin grep implementation thanks to ripgrep
as library. It's a subset of rg command. And it's faster when there are so many
matches since everything is done in the same process.

(pin)

2021-10-20 10:30:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/tiramisu to 20211019

(pin)

2021-10-20 10:30:03 UTC MAIN commitmail json YAML

sysutils/tiramisu: update to 2.0-20211019

-The project has been re-written in vala, which is now required to build the
package.

(pin)

2021-10-18 09:17:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 2.0.0

(pin)

2021-10-18 09:17:26 UTC MAIN commitmail json YAML

sysutils/macchina: update to 2.0.0

Breaking change:
-The palette option, previously taking a boolean value, now accepts the
following:
-Dark: Display darker color variants.
-Light: Display lighter color variants.
-Full: Display all color variants.

(pin)

2021-10-18 09:16:18 UTC MAIN commitmail json YAML

doc: Updated benchmarks/hyperfine to 1.12.0

(pin)

2021-10-18 09:15:58 UTC MAIN commitmail json YAML

benchmarks/hyperfine: update to 1.12.0

Features:
--command-name can now take parameter names from --parameter-* options, see #351
and #391 (@silathdiir)
-Exit codes (or signals) are now printed in cases of command failures, see #342
(@KaindlJulian)
-Exit codes are now part of the JSON output, see #371 (@JordiChauzi)
-Colorized output should now be enabled on Windows by default, see #427

Changes:
-When --export-* commands are used, result files are created before benchmark
execution
-to fail early in case of, e.g., wrong permissions. See #306 (@s1ck).
-When --export-* options are used, result files are written after each
individual
-benchmark command instead of writing after all benchmarks have finished. See
#306 (@s1ck).
-Reduce number of shell startup time measurements from 200 to 50, generally
speeding up benchmarks. See #378
-User and system time are now in consistent time units, see #408 and #409
(@film42)

(pin)

2021-10-16 11:47:49 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.9.0

(pin)

2021-10-16 11:47:27 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.9.0

Maintenance:
-Sort library after saving an album (#428)
-Add scoop instruction for installation (#602)
-Update librespot to 0.3.0, see also release notes

Features:
-Add command to show recommendations (#593)
-Enable binding multiple commands to a key (#598)
-Add "Share album" contextmenu entry (#606)
-Add redraw command and bind to CTRL+L (#609)
-Add initial_screen config variable (#616)
-Add userRating entity to MPRIS metadata, with 0 and 1 corresponding to
unliked/liked in Spotify (#624)

Note on the pkgsrc package:
As of version 0.8.0, pancurses in no longer a feature but, a full dependency,
regardless of the choosen UI backend.
Reflect this by moving the dependency ncursesw into the package Makefile and
drop it from options.mk.

(pin)

2021-10-15 12:35:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.7.7

(pin)

2021-10-15 12:34:53 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.7.7

-Fix PowerShell: Hook not initializing correctly.

(pin)

2021-10-15 12:33:34 UTC MAIN commitmail json YAML

doc: Updated mail/meli to 0.7.2

(pin)

2021-10-15 12:33:11 UTC MAIN commitmail json YAML

mail/meli: update to 0.7.2

Added:
-Add forward mail option
-Add url_launcher config setting
-Add add_addresses_to_contacts command
-Add show_date_in_my_timezone pager config flag
-docs: add pager filter documentation
-mail/view: respect per-folder/account pager filter override
-pager: add filter command, esc to clear filter
-Show compile time features in with command argument

Fixed:
-melib/email/address: quote display_name if it contains ","
-melib/smtp: fix Cc and Bcc ignored when sending mail
-melib/email/address: quote display_name if it contains "."

(pin)

2021-10-15 12:31:58 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 1.0.1

(pin)

2021-10-15 12:31:37 UTC MAIN commitmail json YAML

editors/featherpad: update to 1.0.1

-Fixed the detection of UTF-16 in special cases.
-Fixed tab detaching when the window is closed with its last tab.
-Don't try to restore window position under Wayland.
-Better inertial scrolling with touchpad and sensitive devices.

(pin)

2021-10-15 12:30:24 UTC MAIN commitmail json YAML

doc: Updated archivers/arqiver to 0.9.0

(pin)

2021-10-15 12:30:01 UTC MAIN commitmail json YAML

archivers/arqiver: update to 0.9.0

V0.9.0
--------
-Show childless directories whose names contain the filtering string.
-Fixed viewing or removing of files that have wildcard characters in their names
with bsdtar (by escaping some wildcard characters that come after "--include").
-Better smooth scrolling from inside the view (especially with touchpad).
-Added read-only support for AppImage bundle through 7z.
-When viewing a file in a password protected archive, ask the password again if
a nonempty, wrong password is entered.
-When viewing files, warn the user of links without targets instead of trying to
open them.

(pin)

2021-10-14 19:19:56 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.5.0

(pin)

2021-10-14 19:19:36 UTC MAIN commitmail json YAML

audio/termusic: update to 0.5.0

By default, termusic can display album cover in kitty or iterm2 (mac, not
tested). If you need album cover displayed on other terminals, please install
ueberzug.
-New: album photo for all kinds of terminals. Alacritty,kitty and st tested.
Require install ueberzug.

Note, this feature is not enabled by default.

(pin)

2021-10-14 16:49:59 UTC MAIN commitmail json YAML

shells/nushell: fix PLIST

(pin)

2021-10-14 13:09:26 UTC MAIN commitmail json YAML

doc: Updated geography/echomap to 0.6.1

(pin)

2021-10-14 13:09:03 UTC MAIN commitmail json YAML

geography/echomap: update to 0.6.1

-Updated dependencies
-Cleaned up newer clippy lints

(pin)

2021-10-14 08:01:58 UTC MAIN commitmail json YAML

doc: Updated audio/librespot to 0.3.0

(pin)

2021-10-14 08:01:37 UTC MAIN commitmail json YAML

audio/librespot: update to 0.3.0

Added:
- [discovery] The crate `librespot-discovery` for discovery in LAN was created.
Its functionality was previously part of `librespot-connect`.
- [playback] Add support for dithering with `--dither` for lower requantization
error (breaking)
- [playback] Add `--volume-range` option to set dB range and control `log` and
`cubic` volume control curves
- [playback] `alsamixer`: support for querying dB range from Alsa softvol
- [playback] Add `--format F64` (supported by Alsa and GStreamer only)
- [playback] Add `--normalisation-gain-type auto` that switches between album
and track automatically

Changed:
- [audio, playback] Moved `VorbisDecoder`, `VorbisError`, `AudioPacket`,
`PassthroughDecoder`, `PassthroughError`, `DecoderError`, `AudioDecoder` and the
`convert` module from `librespot-audio` to `librespot-playback`. The underlying
crates `vorbis`, `librespot-tremor`, `lewton` and `ogg` should be used directly.
(breaking)
- [audio, playback] Use `Duration` for time constants and functions (breaking)
- [connect, playback] Moved volume controls from `librespot-connect` to
`librespot-playback` crate
- [connect] Synchronize player volume with mixer volume on playback
- [playback] Store and pass samples in 64-bit floating point
- [playback] Make cubic volume control available to all mixers with
`--volume-ctrl cubic`
- [playback] Normalize volumes to `[0.0..1.0]` instead of `[0..65535]` for
greater precision and performance (breaking)
- [playback] `alsamixer`: complete rewrite (breaking)
- [playback] `alsamixer`: query card dB range for the volume control unless
specified otherwise
- [playback] `alsamixer`: use `--device` name for `--mixer-card` unless
specified otherwise
- [playback] `player`: consider errors in `sink.start`, `sink.stop` and
`sink.write` fatal and `exit(1)` (breaking)
- [playback] `player`: make `convert` and `decoder` public so you can implement
your own `Sink`
- [playback] `player`: update default normalisation threshold to -2 dBFS
- [playback] `player`: default normalisation type is now `auto`

Deprecated:
- [connect] The `discovery` module was deprecated in favor of the
`librespot-discovery` crate
- [playback] `alsamixer`: renamed `mixer-card` to `alsa-mixer-device`
- [playback] `alsamixer`: renamed `mixer-name` to `alsa-mixer-control`
- [playback] `alsamixer`: renamed `mixer-index` to `alsa-mixer-index`

Removed:
- [connect] Removed no-op mixer started/stopped logic (breaking)
- [playback] Removed `with-vorbis` and `with-tremor` features
- [playback] `alsamixer`: removed `--mixer-linear-volume` option, now that
`--volume-ctrl {linear|log}` work as expected on Alsa

Fixed:
- [connect] Fix step size on volume up/down events
- [connect] Fix looping back to the first track after the last track of an album
or playlist
- [playback] Incorrect `PlayerConfig::default().normalisation_threshold` caused
distortion when using dynamic volume normalisation downstream
- [playback] Fix `log` and `cubic` volume controls to be mute at zero volume
- [playback] Fix `S24_3` format on big-endian systems
- [playback] `alsamixer`: make `cubic` consistent between cards that report
minimum volume as mute, and cards that report some dB value
- [playback] `alsamixer`: make `--volume-ctrl {linear|log}` work as expected
- [playback] `alsa`, `gstreamer`, `pulseaudio`: always output in native
endianness
- [playback] `alsa`: revert buffer size to ~500 ms
- [playback] `alsa`, `pipe`, `pulseaudio`: better error handling
- [metadata] Skip tracks whose Spotify ID's can't be found (e.g. local files,
which aren't supported)

(pin)

2021-10-13 12:50:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.7.6

(pin)

2021-10-13 12:49:45 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.7.6

Changed:
-Nushell: upgrade minimum supported version to v0.37.0.

Fixed:
-Xonsh: error messages in zi.
-Xonsh: configuration environment variables not being handled correctly.

(pin)

2021-10-13 07:24:40 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 369

(pin)

2021-10-13 07:24:11 UTC MAIN commitmail json YAML

x11/xterm: update to 369

-modify run-tic.sh to work around bug in development version of ncurses which
was packaged in FreeBSD ports.
-remove ifdef's for OPT_COLOR_RES and OPT_COLOR_RES2.
-improve performance over slow connections (report by Harald Dunkel).
-update cursor if restoring mode for DECTCEM.
-modify CharWidth macro to ensure that the shortcut for Latin-1 is only applied
when UTF-8 is not enabled, to fix a bug in handling soft-hyphen from patch #334
changes (patch by Martijn van Duren).
-improve terminfo:
-fill-in function-keys in terminfo which are not Sun/HP keyboards using
xterm+nopcfkeys building-block.
-add kbeg to xterm+keypad to accommodate termcap applications
-add smglp and smgrp to vt420+lrmm, to provide useful data for the "tabs"
+m option
-support shift-tab in Sun, HP and SCO keyboards.
-document some legacy features in ctlseqs.ms (prompted by discussion with Jimmy
Aguilar Mena "Ergus").
-add “trim” option to cdXtraScroll and tiXtraScroll.
-remove support for non-fifo save-lines configuration.
-extend cdXtraScroll to check if the cursor is at the upper-left of the
scrolling region when the erasure is for the remainder of the screen versus the
whole screen (prompted by discussion with Jörg Breitbart).
-add workaround for broken pcre2 package in Debian 10.
-change screen-refresh call used for DECCARA and DECRARA to ensure that trailing
blanks which are part of the rectangle are repainted (report/analysis by Dennis
Filder).
-when resetting the terminal, ensure that the cursor shape also is reset, e.g.,
if DECSCUSR has been used to modify the cursor shape for an xterm which was
started with the underlined cursor option (report/analysis by Luis Javier
Merino).
-prevent DECSCUSR from blinking the cursor if the cursorBlink resource is
“never” (report by Vladimir D Seleznev).
-invert the sense of DECSDM, to correspond with VT382 manuals (lsix #41).
-update tables in wcwidth.c based on Unicode 14.0.0

(pin)

2021-10-11 10:40:41 UTC MAIN commitmail json YAML

doc: Added misc/nora version 0.2.0

(pin)

2021-10-11 10:40:14 UTC MAIN commitmail json YAML

2021-10-11 10:39:20 UTC MAIN commitmail json YAML

misc/nora: import package

Freezes the screen then runs a program and unfreezes the screen again.
The main goal is to change how screenshot tools behave when the screen updates.

(pin)

2021-10-11 09:02:09 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.17

(pin)

2021-10-11 09:01:48 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.17

[v0.3.17]
-Added rust-toolchain.toml to avoid using nightly toolchain.
-iterm2 album photo support.
-Minor fix: playingbar title length limit.
-Refactor mpris to operate faster(100ms).

(pin)

2021-10-11 09:00:14 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.3.0

(pin)

2021-10-11 08:59:48 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.3.0

There are many changes in spotify-player v0.3.0 compared to version v0.2.0.
The most notable change is adding Spotify Search API integration (#8).

Brief description of major changes:
-allow client to handle multiple requests at once by creating a new handling
thread for each request (#9)
-integrate Spotify Search APIs (#8)
-add scroll shortcuts for command help popup (#11)
-refactor terminal event handling codes (#12)
-improve application and code documentations
-and other small bug fixes, refactors, etc

(pin)

2021-10-11 08:58:38 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.8.1

(pin)

2021-10-11 08:58:06 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.8.1

[0.8.1] - 2021-10-10

Added:
-Support changing the default file explorer

Changed:
-Include the manpage of configuration file in binary releases
-Allow dead code for event handler fields
-Apply clippy::needless_lifetimes suggestion
-Improve the Docker build and push workflow
-Merge the build and test steps in CI workflow
-Disable the terminal buffer check temporarily
-Disable the gpg info renderer test
-Bump dependencies

Fixed:
-Use implicit reference for state module tests
-Use a fixed line width for renderer tests

Removed:
-Remove the hardcoded last character from renderer tests

(pin)

2021-10-08 08:24:13 UTC MAIN commitmail json YAML

shells/nushell: remove leftover

(pin)

2021-10-07 15:54:23 UTC MAIN commitmail json YAML

shells/nushell: remove arch restriction

(pin)

2021-10-07 15:53:24 UTC MAIN commitmail json YAML

www/longboard: remove arch restriction

(pin)

2021-10-07 11:51:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.15.0

(pin)

2021-10-07 11:50:44 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.15.0

Changes & fixes:
-Added CustomContent as layout option that can be used to render custom
paragraphs, lists and tables. Both static and dynamic.
-Added support for optionally defining custom layouts for different modes.
-Added xplr.config.general.focus_selection_ui to highlight selected files
under focus differently than files under focus that are not selected.
-Added PopModeKeepingInputBuffer, and SwitchMode alternatives to allow
switching to different modes without resetting the input buffer.
-Removed config field from CallLuaArg as it's already available globally
as xplr.config.
-Fixed a bug which caused xplr to misbehave when used with specific tools and
environment (e.g. neovim, fzf, zsh4humans etc.).
-Recover mode will be disabled by default.
i.e. xplr.config.general.disable_recover_mode has been deprecated. Use
xplr.config.general.enable_recover_mode instead.
Library users please refer to the latest API docs and examples.
-New homepage: https://xplr.dev

(pin)

2021-10-07 11:49:08 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.38.0

(pin)

2021-10-07 11:48:49 UTC MAIN commitmail json YAML

shells/nushell: update to 0.38.0

Today, we're releasing 0.38 of Nu. This release includes polish to the user
interface, improvements to how columns are passed, lots of bug fixes, and
updates on the upcoming engine.

What's New
-Quickly jump to a shell (tw4452852)
If you've used shells, you've no doubt used the n and p commands to quickly jump
between them. This can be a big time saver when you're working in multiple
directories.

In this release, we've added a g command that helps you quickly jump to a
particular shell. This helps in the cases where you end up with more than two
shells open and you already know what shell you want to jump to.

Additional improvements
-Improvements in updated table cell values
-update cells command now can take a list of columns
-You can now also pass a list of columns to select
-Improvements in how html table scraping works and also
-Fix to compiling on nightly
-Removed unused deps
-Completions now can complete inside of an argument
-We now expand tilde when reading plugin directories
-We also turn off ansi colors when not in a TTY
-Fixed some of the wasm deps
-Fixed a leak of a let-binding
-Use SIMD-enabled compiler flags
-Updated polars dependency to 0.16
-Updates to how path join works
-Moved nu-path tests into integration tests
-New support for converting to column paths
-Cleanup fixes to make tests more resilient
-Internal improvement to make working with spans easier
-Fix to gitpod
-Fix to big int handling in to
-Fixed a typo
-Fixed some typos in the tutor
-Removed the experimental scrolling support as it had broken

(pin)

2021-10-07 11:47:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 1.1.8

(pin)

2021-10-07 11:47:08 UTC MAIN commitmail json YAML

sysutils/macchina: update to 1.1.8

-libmacchina: bump to v2.1.8
-linux: don't subtract 1 from package count values to avoid future panics.
-linux: count linuxbrew packages.
-linux: query every distribution-specific package managers.

(pin)

2021-10-07 11:46:11 UTC MAIN commitmail json YAML

www/longboard: doesn't build on 32 bit systems

(pin)

2021-10-04 07:46:18 UTC MAIN commitmail json YAML

doc: Updated www/badwolf to 1.2.0

(pin)

2021-10-04 07:45:51 UTC MAIN commitmail json YAML

www/badwolf: update to 1.2.0

-Change buildsystem to use a ./configure script
-badwolf.1: Add tip to list dictionairies in enchant
-badwolf.h: Add WEBKIT_CHECK_VERSION
-Switch from libsoup-2.4 to glib's GUri
-badwolf.1: Fix gtk-doc css-properties URL

(pin)

2021-10-02 21:45:23 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.16

(pin)

2021-10-02 21:45:03 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.16

[v0.3.16]
-Rename playlist to library, and queue to playlist.
-New: loop mode configuration. Default is queue mode(aka consume mode), can
switch to loop mode and single loop mode by pressing "m" key when focusing
Playlist. In queue mode, previous song cannot be played as it's already consumed
from the playlist. In single loop mode, previous song will be ignored.
-Show volume in progress bar title.

(pin)

2021-10-02 21:43:44 UTC MAIN commitmail json YAML

doc: Updated x11/qt5ct to 1.5

(pin)

2021-10-02 21:43:20 UTC MAIN commitmail json YAML

x11/qt5ct: update to 1.5

V1.4
-added troubleshooting settings
-added Japanese translation (UTUMI Hirosi)
-updated Dutch translation (Heimen Stoffels)
-updated Spanish translation (Toni Est辿vez)
-updated Russian translation
-updated Greek translation (Dimitrios Glentadakis)

V1.5
-fixed build regression

(pin)

2021-10-02 21:41:51 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.4.0

(pin)

2021-10-02 21:41:31 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.4.0

Bug Fixes
-Update lychee arguments to skip checking files
-Remove tags from the base image names
-Remove only the leading "v" from tags (#18)

Documentation
-Add scope-sorted example (#16)
-Add raw/rendered output for scoped-sorted example
-Add packaging status badge to installation section
-Mention the signing key for binary releases (#17)
-Add "build from source" section to README.md

Features
-Add --sort argument for sorting commits (#15)

Miscellaneous Tasks
-Set a version for the checkout action
-Update the runner to ubuntu-20.04
-Use cache for docker builds
-Use docker meta for tagging for GHCR
-Extend the tags for docker meta
-Rename the GHCR package due to legacy reasons
-Specify the latest tag explicitly
-Use explicit image name for docker automated builds
-Use docker.yml workflow for CI/CD
-Upgrade dependencies

Styling
-Fix the newline issues in scoped-sorted example

(pin)

2021-10-02 21:39:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.4

(pin)

2021-10-02 21:39:20 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.4

-better scrolling behaviors - Fix #419
-fix special-path::Enter for symlinks - Fix #448

(pin)

2021-10-01 21:28:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 1.1.7

(pin)

2021-10-01 21:27:41 UTC MAIN commitmail json YAML

sysutils/macchina: update to 1.1.7

- macOS: Count Homebrew packages in `/opt/homebrew` (for Apple Silicon)

(pin)

2021-09-30 10:00:07 UTC MAIN commitmail json YAML

doc: Updated wm/shod to 2.1.4

(pin)

2021-09-30 09:59:47 UTC MAIN commitmail json YAML

wm/shod: update to 2.1.4

shod has seen a major re-write and upstream has decided to provide a new release
version numbering.

Versions up to 0.5.0 are now archived in a different repository.

(pin)

2021-09-30 09:58:05 UTC MAIN commitmail json YAML

doc: Updated shells/starship to 0.58.0

(pin)

2021-09-30 09:57:44 UTC MAIN commitmail json YAML

shells/starship: update to 0.58.0

v0.57.0 (2021-08-26)

Bug Fixes
-clippy: fix new clippy lints (#2939)
-git_status: show working tree status if index status is present (#2973)
-init: remove quotes in bash init (#2893)
-jobs: Add the symbol and number thresholds respecting the threshold option
(#2908)
-print-config: fix battery module and add missing modules (#2930)
-rlang: module not working on MacOs (#2880)
-windows: avoid inadvertly running exes from cwd (#2885)

Code Refactoring
-allow passing OsStr as-is to exec_cmd (#2997)

Docs
-Fix typo (#2900)
-update git_commit default format (#2898)
-Add italic to Advanced Config styles (#2943)
-fix shlvl module's symbol (#2911)
-fix typo for python in README.md (#2909)
-add the terminator to the tip in env variable
-i18n: new Crowdin updates (#2884)
-preset: add Hide Runtime Versions preset (#2854)
-preset: prevent cutting of the time (#2870)

Features
-add support for xonsh (#2807)
-explain: quote module values (#2931)
-git_status: dont render module output if not in git repository (#2897)
-git_status: added symbol for local repos up-to-date with remote. (#2945)
-kubernetes: implements regex matching for context aliases (#2883)
-package: Add ability to format the version (#2959)
-package: Support package version from setup.cfg (python). (#2890)
-status: Add pipestatus display in status module (#2481)

v0.58.0 (2021-09-21)

Features
-Add a fill module to pad out the line (#3029)
-Add support for RPROMPT (right prompt) (#3026)
-cobol: added COBOL module (#2994)
-git_metrics: Git metrics show only nonzero diffs (#2887)
-print-config: list expanded $all variable (#2932)

Bug Fixes
-config: inherit stdin/stdout/stderr instead of piping to fix editor invocation
(#3032)
-package: Ignore setup.cfg attr: and file: (#3054)
-print-config: add missing format_right to FullConfig (#3063)
-status: Showing exit code 0 with pipelines (#3028)
-zsh: always escape percent character (#3058)
-zsh init script: avoid adding preexec commands twice (#3049)

Docs
-Correct the "VLang" configuration example (#3019)
-Add missing modules to $all in config docs (#3075)
-fix grammar in config README (#3069)
-add Brazilian Portuguese translations to the docs and website (#3009)
-chglog: Change release page title order (#3038) (#3045)
-config: change spelling of some words (#2855)
-i18n: new Crowdin updates (#3008)
-i18n: new Crowdin updates (#3012)
-i18n: new Crowdin updates (#2985)
-modules: add missing module descriptions (#3081)

Code Refactoring
-install.sh to improve usage and install instructions (#3025)
-simplify iterator usage (#3017)

(pin)

2021-09-27 20:15:34 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.15

(pin)

2021-09-27 20:15:10 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.15

[v0.3.14] - Released on: Sep 27 , 2021
-Minor fix: popup message will display for 5 seconds. no message overlapping
each other.
-New: search in playlist. Key binding: "/".
-New: wav file support.
-Fix: All lrc files was merged into mp3 after downloading. Should be
distinguished by file name.
-Fix: play any folder with command line args.
-Fix: spamming mpris propertieschanged messages. Thus mpris is default now.

[v0.3.15] - Released on: Sep 27, 2021
-Revert mpris to optional as some users don't have dbus installed (NetBSD and
MacOs).

NOTE: This package was built with rust-1.55 on NetBSD-current amd64.

(pin)

2021-09-24 10:33:02 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb3

(pin)

2021-09-24 10:32:43 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_textview

This is the last plugin belonging to core.
I'll keep testing the other plugins after the freeze.

(pin)

2021-09-23 14:44:23 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.13

(pin)

2021-09-23 14:44:04 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.13

-New: mpris support(optional). use "make mpris" to compile and install it.
-Show a message when start playing a song.
-Remove the usage of msgbox component and use paragraph instead.

While here remove dependency on openssl which, was actually remove on 0.3.12

(pin)

2021-09-23 10:15:49 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb2

(pin)

2021-09-23 10:15:28 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_inc

(pin)

2021-09-21 10:47:48 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb1

(pin)

2021-09-21 10:47:28 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_tree

(pin)

2021-09-20 18:31:39 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.7.5

(pin)

2021-09-20 18:31:19 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.7.5

-bugfix: Allow dust to work on low width terminal

(pin)

2021-09-19 11:52:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.7.0

(pin)

2021-09-19 11:52:24 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.7.0

-new flags added -e -v -t
-code refractoring

(pin)

2021-09-19 10:04:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/dua-cli to 2.14.7

(pin)

2021-09-19 10:04:13 UTC MAIN commitmail json YAML

sysutils/dua-cli: update to 2.14.7

-Fix deletion which broke with Rust 1.55, for those who are compiling the tool
themselves.

(pin)

2021-09-17 20:58:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 1.1.6

(pin)

2021-09-17 20:58:09 UTC MAIN commitmail json YAML

sysutils/macchina: update to 1.1.6

v1.1.6
-Update libmacchina dependency to v2.1.4, finally fixing the brightness readout.

v1.1.5
-Update to latest libmacchina, libc, serde_json and dirs versions
-Import libmacchina's backlight method (#102)
-netbsd/terminal: Traverse /proc to which terminal the user is operating in,
ignoring the shell.
-netbsd/resolution: Remove this method for the time being

On my previous commit I wrote the following, "As of version 1.0.0 macchina uses
google-speech to support text-to-speech. I've disabled this feature, please let
me know if you think this should be on."

This was a mistake from my side, the feature was available but, disabled by
default in versions 1.0.0 to 1.1.5.
The relevant code is only compiled into the binary if, and only if, the feature
is enabled at compile time.
This feature and the code have been removed on version 1.1.6

(pin)

2021-09-15 14:06:26 UTC MAIN commitmail json YAML

doc: Added databases/gobang version 0.1.0alpha5

(pin)

2021-09-15 14:05:57 UTC MAIN commitmail json YAML

2021-09-15 14:04:43 UTC MAIN commitmail json YAML

databases/gobang: import pkg

Cross-platform TUI database management tool written in Rust.

Features:
- Cross-platform support (macOS, Windows, Linux)
- Multiple Database support (MySQL, PostgreSQL, SQLite)
- Intuitive keyboard only control

(pin)

2021-09-15 13:39:48 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0

(pin)

2021-09-15 13:39:28 UTC MAIN commitmail json YAML

shells/nushell: update to 0.37.0

Today, we're releasing 0.37 of Nu. This release adds a new find function,
improvements to the current engine, and updates on the upcoming engine.

What's New
finding data in tables

In 0.37, you now have access to a new find command, which can help you quickly
look for data across all columns in a table.
You can still reach your system's find command using ^ by typing ^find.

Additional improvements
-fdncred added more support for ansi art, and more chars
-aminya removed shelling out in some cases where it's not needed
-jt made sys/ps/fetch/post core commands, moving them from plugins to internal
commands. This allows for future capability to have nushell download its own
extensions.
-andrasio began adding support for creating errors inside of nushell code,
extended tags to support basic command reflection
-lily-mara added into filesize
-tw4452852 added support to append when calling save
-Pantoshire improved errors when bash-style alias was mistakingly used
-tranzystorek-io did a lot of general code improvements
-kubouch did some fixes to paths and the source command
-elferherrera updated the prompt environment variable to PROMPT_COMMAND to show
that it is nushell code that gets run

(pin)

2021-09-15 13:36:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 1.1.4

(pin)

2021-09-15 13:35:55 UTC MAIN commitmail json YAML

sysutils/macchina: update to 1.1.3

As of version 1.0.0 macchina uses google-speech to support text-to-speech.
I've disabled this feature, please let me know if you think this should be on.

v1.1.4
-Fix NetBSD build.

v1.1.3
-macOS: manually look for config in $HOME/.config/ (#138)

v1.1.2
-readme: Fix Linux benchmark table formatting

v1.1.1
-misc: Remove X11 feature from codebase after having replaced it with a built-in
resolution parser (#135)
-misc: Bump all dependencies' versions
-config: Fallback to original naming for some ReadoutKeys
-readme: Remove saythanks badge
-readme: benchmarks: disclose the environment/processor
-readme: Nix's installation section now mentions all channels
-actions: Bring back netbsd workflow after having removed all X11 code
-libmacchina: Bump from v0.8.1 to v1.0.1
-[*nix only] Implement a new readout, disk_space() which for now returns the
used bytes of the root partition
-Add macOS resolution (#56)
-Address a panic caused by too much output in the resolution readout (#132)
-src/macos/mach_ffi.rs: Remove useless CGError typedef
-src/macos/mod.rs: Search for "brew" rather than "homebrew" before getting
package count
-src/data/mods.rs: Significantly improve shell readout logic
-macchina.toml: Be more specific in small_ascii description
-src/cli.rs: Be more specific in small_ascii description

v1.1.0
Bug fixes:
-Address an issue that causes text to overflow when the terminal
is reduced beyond its original size
-Address an issue that causes terminal information to be incorrect
when in a nested shell situation

Features:
-Added the commit hash to --version
-Added an option to toggle between displaying the current or default shell

Misc:
-Added macOS Monterey to list of macOS versions
-Removed many build dependencies (breaking shell auto-completion)
-Removed many annoying conflict checks in the configuration file
-No longer capitalize shell output
-Bumped most dependencies' versions

(pin)

2021-09-15 13:34:52 UTC MAIN commitmail json YAML

doc: Updated graphics/kvantum to 0.20.2

(pin)

2021-09-15 13:34:29 UTC MAIN commitmail json YAML

graphics/kvantum: update to 0.20.2

V0.20.2
---------
- Allow opening of the user config file from Kvantum Manager.
- Respect KDE's scrollbar click behavior by default.
- Elide push button text if there isn't enough space for it.
- Better eliding of multiline texts.
- Added LibreOffice to the black list of window dragging (as a workaround for
issues related to its Qt5 skin under Wayland).

(pin)

2021-09-15 13:33:16 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.12

(pin)

2021-09-15 13:32:56 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.12

-Minor fix: wrong hints for empty queue.
-Load queue faster.
-Remove dependency of openssl.
-Remove dependency of urlqstring.

(pin)

2021-09-13 20:32:59 UTC MAIN commitmail json YAML

doc: Updated net/ncgopher to 0.2.0nb2

(pin)

2021-09-13 20:32:35 UTC MAIN commitmail json YAML

net/ncgopher: rev bump, fix broken builds

Both mef and jperkin have reported broken builds for ncgopher
after rust update to 1.54.0

I've contacted upstream and they have updated the dependencies
but, no new release.
https://github.com/jansc/ncgopher/issues/35

The package builds fine on my 9.99.88 amd64 now.

(pin)

2021-09-13 18:33:33 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.11

(pin)

2021-09-13 18:33:13 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.11

-Load faster by loading queue after app start.
-Remove dependency of ogg-metadata.
-Display version info in both tui and cli.
-Could override music directory with command line arguments.

(pin)

2021-09-11 21:14:32 UTC MAIN commitmail json YAML

sysutils/macchine: explain reason for not updating

(pin)

2021-09-11 21:11:53 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.3.0

(pin)

2021-09-11 21:11:32 UTC MAIN commitmail json YAML

devel/git-cliff

[0.3.0] - 2021-09-10
Bug Fixes:
-Fix default regexes and references in docs (#7)

Documentation:
-Update installation instructions for Arch Linux
-Add badge for joining the Matrix chat
-Update example regexes
-Update the default regex in scoped config example

Features:
-Support parsing the missing scopes with default_scope (#8)
-Support generating a changelog scoped to a directory (#11)

Miscellaneous Tasks:
-Upgrade dependencies

(pin)

2021-09-11 21:10:22 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.10

(pin)

2021-09-11 21:10:01 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.10

[v0.3.10]
Released on: Sep 11 , 2021.
-New: ogg vorbis format support.

(pin)

2021-09-11 21:08:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.7.5

(pin)

2021-09-11 21:08:22 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.7.5

0.7.5 - 2020-09-09
Added:
-Bash/Elvish: completions for z command.

Changed:
-Nushell: upgrade minimum supported version to v0.36.0.
-Nushell: easier installation instructions.

Fixed:
-Elvish: unable to z into directories by path.
-Elvish: don't show traceback when z or zi fails.
-Elvish: nested shells do not initialize correctly.

0.7.4 - 2020-08-15
Fixed:
-Compile error with clap v3.0.0-beta.4.

(pin)

2021-09-11 21:07:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/dua-cli to 2.14.6

(pin)

2021-09-11 21:06:59 UTC MAIN commitmail json YAML

sysutils/dua-cli: update to 2.14.6

v2.14.6
-Support for arrow keys as well as Home & End. The help pane was updated to
reflect these changes.
-More readable information on how to delete or trash files in the mark pane.

v2.14.5
-Fix installation via cargo install dua-cli. Please note that it might break
again as it still depends on the unsable clap-3 beta 4. Even when pinning it
breakage is possible as its dependencies itself aren't pinned.

(pin)

2021-09-11 21:06:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.3

(pin)

2021-09-11 21:05:46 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.3

v1.6.3 - 2021-08-02
-hjson: fix bad parsing on tab before colon
-now checks all args of externals are set, doesn't use the raw {arg}

v1.6.2 - 2021-07-31
-broot reads now both the TERM and TERMINAL env variables to try determine
whether the terminal is Kitty
-using :toggle_device_id, you can display the device id of files (unix only)
-fix a few problems with filesystems analysis by upgrading lfs-core to 0.4.2 -
Fix #420
-a few minor rendering improvements

v1.6.1 - 2021-06-23
-fix compilation on freeBSD
-fix :filesystems view not listing disks whose mount point has a space character
-fix panic on searching cr/.* if a file starts with an empty line - Fix #406
-fix preview of linux pseudo-files
-identify "RAM" and "crypted" disks in :filesystems view

(pin)

2021-09-09 09:23:23 UTC MAIN commitmail json YAML

doc: Updated x11/xcolor to 0.5.1

(pin)

2021-09-09 09:23:03 UTC MAIN commitmail json YAML

2021-09-08 13:59:38 UTC MAIN commitmail json YAML

doc: Added mail/meli version 0.7.1

(pin)

2021-09-08 13:59:08 UTC MAIN commitmail json YAML

2021-09-08 13:58:27 UTC MAIN commitmail json YAML

mail/meli: import package

meli aims for configurability and extensibility with sane defaults.
It seeks to be a mail client for both new and power users of the terminal, but
built today.

A variety of email workflows and software stacks should be usable with meli.
Integrate e-mail storage, sync, tagging system, SMTP client, contact management
and editor of your choice to replace the defaults.

features:
-email threads
-multithreaded
-embed your own editor
-plain text configuration
-multi-tasking with UI tabs
-IMAP, Maildir, notmuch, JMAP, mbox
-optional sqlite3 index search
-fast and minimal account configuration
-contact list (+read-only vCard support)
-forced UTF-8 - other encodings are read-only

(pin)

2021-09-08 10:48:20 UTC MAIN commitmail json YAML

audio/spotify-player: remove trailing white line

(pin)

2021-09-08 10:44:13 UTC MAIN commitmail json YAML

doc: Added audio/spotify-player version 0.2.0

(pin)

2021-09-08 10:43:46 UTC MAIN commitmail json YAML

Add spotify-player

(pin)

2021-09-08 10:42:54 UTC MAIN commitmail json YAML

audio/spotify-player: import package

spotify-player is a custom Spotify player built and tweaked based on my personal
preferences. It is fast, easy to use, and configurable.

It's designed to be a player, not a fully-fledged Spotify clone, so it does not
aim to support all possible Spotify features.
The main goal is to provide a quick and intuitive way to modify the current
playback by either using player commands or navigating between different
contexts.
Similar to other TUI applications, is keyboard driven. User will use a set of
predefined commands with shortcuts to interact with the player.
spotify-player has a simple UI with three main components:
-a playback window displaying the current playback
-a context window displaying a context (playlist, album, artist)
-popup windows for using some commands (switch theme, browser playlists, etc)
or displaying additional information

spotify-player is built on top of tui, rspotify, and librespot libraries.
It's inspired by spotify-tui and ncspot.

(pin)

2021-09-07 11:07:12 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.9

(pin)

2021-09-07 11:06:45 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.9

[v0.3.9]
-New: flac format support.
-Refactor invidious.rs.

[v0.3.8]
-Remove the usage of configr, also make the app minimal.
-Change hotkey for help to Ctrl+h.
-Rearrange components in tag editor.
-Embed duration into tag. Load faster.
-Remove dependency of mp3-duration.
-Minor fix: lyric lang_ext was set to wrong names.

(pin)

2021-09-04 21:04:20 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.2.6

(pin)

2021-09-04 21:04:00 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.2.6

Bug Fixes:
-Pin the cargo-chef version in Dockerfile

Documentation:
-Update docker commands to only mount the .git directory

Miscellaneous Tasks:
-Bump git-conventional to 0.10.1 (fixes #6)
-Bump dependencies
-Bump cargo-chef version in Dockerfile

(pin)

2021-09-04 20:43:19 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.8.0

(pin)

2021-09-04 20:42:53 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.8.0

Added:
-Add a configuration file
-Support global locations for the configuration file
-Check GPG_TUI_CONFIG environment variable for config file
-Add manpage for the configuration file (gpg-tui.toml.5)
-Add :style command for changing styles

Changed:
-Rename the shell completions binary
-Use the correct name for completions binary
-Update the example shell completions command
-Bump dependencies

Fixed:
-Disable tests for the completions binary
-Build only the main binary in Dockerfile
-Update the build dependencies for the docker image

(pin)

2021-09-03 10:30:13 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.36.0

(pin)

2021-09-03 10:29:52 UTC MAIN commitmail json YAML

shells/nushell: update to 0.36.0

-This release fixes some long-standing issues with history, improves the help
system, improves dataframes, and much more.

(pin)

2021-09-03 10:29:05 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.8.2

(pin)

2021-09-03 10:28:44 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.8.2

Maintenance:
-Add Windows release builds (#573)
-Reduce API calls by only fetching the full track details if necessary
-Refactoring, other cleanups and dependency updates
-Remove broken Facebook login code (#310)

Features
-Scrolling on volume text increases/decreases volume (#576)

(pin)

2021-09-02 12:07:29 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.7

(pin)

2021-09-02 12:07:08 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.7

[v0.3.7]
Released on: Sep 2, 2021.
-Fix table focus issue.
-Fix invidious search slow down the whole program.
-Change http client from reqwest to ureq, to make the app minimal.

[v0.3.6]
Released on: Aug 31, 2021.
-Remove the dependency of unicode truncate, as tui-realm-stdlib implemented
width for table.
-Fix playlist sorting with characters of mixed languages.
-Speed up load_queue and sort playlist.
-Minor fix: duration display in queue.

[v0.3.5]
Released on: Aug 26, 2021.
-Refactoring status line, to show download success or fail message.
-Parsing output of youtube-dl to select downloaded song in playlist.
-Embed all lyrics after youtube download. Switch lyric with "T" key while
playing.
-Show popup messages on top right corner.
-Sort file name(including chinese) in tree.
-Can delete single lyric from tag editor.
-Currently only mp3 support several lyrics.

[v0.3.4]
Released on: Aug 24 2021.
-Refactoring lyric mod to songtag mod.
-Run songtag search in threads so it'll not block tageditor.
-Refactoring youtube_options and no more search error with youtube.

(pin)

2021-09-02 11:32:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.14.7

(pin)

2021-09-02 11:31:53 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.7

v0.14.7
-Core: Fixed a bug where xplr logs a missing file error when the default config
file is missing.
-Core: xplr will now fall back to temp directory if runtime directory is
inaccessible.
-Deps: Updated dependencies to the latest versions.
-Doc: Added new plugin - alacritty.xplr

v0.14.6
-CLI: Added new command-line argument -C or --extra-config for better
integration with external tools (e.g.).
-UI: Minor fix in the permission column.
-Deps: Updated dependencies to the latest versions.

(pin)

2021-09-02 11:30:25 UTC MAIN commitmail json YAML

doc: Updated textproc/paperoni to 0.6.1

(pin)

2021-09-02 11:30:06 UTC MAIN commitmail json YAML

textproc/paperoni: update to 0.6.1

-Minor bug fixes

(pin)

2021-09-02 11:29:14 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.17.2

(pin)

2021-09-02 11:28:55 UTC MAIN commitmail json YAML

2021-09-02 08:32:14 UTC MAIN commitmail json YAML

sysutils/macchina: refresh message

(pin)

2021-09-01 06:59:07 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 1.0.0

(pin)

2021-09-01 06:58:40 UTC MAIN commitmail json YAML

editors/featherpad: update to 1.0.0

Main changes:
- Miscellaneous fixes to syntax highlighting of some programming languages.
- Go is added to syntax highlighting.
- Final symlink targets are also checked for detecting programming languages.
- An option is added for disabling menu-bar accelerators.
- Number separators are used on the status-bar.
- AppStream metadata is added by City-busz.
- Support for OS/2 is added by josch1710.

(pin)

2021-08-30 14:40:37 UTC MAIN commitmail json YAML

doc: Added wm/shod version 0.5.0

(pin)

2021-08-30 14:40:11 UTC MAIN commitmail json YAML

2021-08-30 14:39:25 UTC MAIN commitmail json YAML

wm/shod: import package

Shod is an hybrid (tiling and floating) multimonitor X11 window manager.
Shod sets no keybindings; reads no configuration other than X resources;
and works only via mouse with a given key modifier (Alt by default), and
by responding to client messages with EWMH hints (so you must use wmctrl
to control shod).

NOTE: shod provides no keybindings, use sxhkd for binding keys.

WARNING: Shod is attempt of mine to write a Wm and better understand how
        X11 works, Shod is only meant for me for educational purposes.
        Shod is an experimental project, and should be used with caution.

(pin)

2021-08-21 22:14:23 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.3

(pin)

2021-08-21 22:14:02 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.3

v0.3.3
-playlist refresh will focus newly downloaded song
-version bump and cargo update

(pin)

2021-08-21 22:13:11 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.2.5

(pin)

2021-08-21 22:12:49 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.2.5

[0.2.5] - 2021-08-20
Documentation
-Mention breaking changes for templating
-Update template examples to mention how to contribute

Features
-Add breaking_description to the template context (#4)

Miscellaneous Tasks
-Show the committed changes before creating a tag

[0.2.4] - 2021-08-20
Bug Fixes
-Change the config file location for crates.io release

(pin)