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 (7h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 03:40:52 UTC Now

2021-04-29 18:33:39 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.10

-Fixed pipes not updating properly.

(pin)

2021-04-28 11:18:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.3.0

(pin)

2021-04-28 11:18:16 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.3.0

Minor changes:
-modal mode: revert to command mode on command execution - Fix #372
-modal mode: when in command mode, '/' only enters input mode and is never
appended to the input
-better handle failing external programs when not leaving broot

Major feature: staging area
You may add files to the staging area then apply a command on all of them.
This new feature is described here, https://dystroy.org/broot/staging-area/
Several verbs have been added. Type "stag" in help to see them and their
keyboard shortcuts.

(pin)

2021-04-28 08:36:18 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.20.2

(pin)

2021-04-28 08:35:56 UTC MAIN commitmail json YAML

x11/kitty: update to 0.20.2

0.20.2
-A new protocol extension to unscroll text from the scrollback buffer onto the
screen. Useful, for example, to restore the screen after showing completions
below the shell prompt.
-A new remote control command kitty @ env to change the default environment
passed to newly created windows (#3529)
-Linux: Fix binary kitty builds not able to load fonts in WOFF2 format (#3506)
-macOS: Prevent option based shortcuts for being used for global menu actions
(#3515)
-Fix kitty @ close-tab not working with pipe based remote control (#3510)
-Fix removal of inactive tab that is before the currently active tab causing
the highlighted tab to be incorrect (#3516)
-icat kitten: Respect EXIF orientation when displaying JPEG images (#3518)
-GNOME: Fix maximize state not being remembered when focus changes and window
decorations are hidden (#3507)
-GNOME: Add a new wayland_titlebar_color option to control the color of the
kitty window title bar
-Fix reading kitty --session from STDIN not working when the kitty --detach
option is used (#3523)
-Special case rendering of the few remaining Powerline box drawing chars (#3535)
-Fix kitty @ set-colors not working for the active_tab_foreground.

0.20.1
-icat: Fix some broken GIF images with no frame delays not being animated
(#3498)
-hints kitten: Fix sending hyperlinks to their default handler not working
(#3500)
-Wayland: Fix regression in previous release causing window decorations to be
drawn even when compositor supports server side decorations (#3501)

0.20.0
-Support display of animated images kitty +kitten icat animation.gif. See
Animation for details on animation support in the kitty graphics protocol.
-A new keyboard reporting protocol with various advanced features that can be
used by full screen terminal programs and even games, see A protocol for
comprehensive keyboard handling in terminals (#3248)
-Backward incompatibility: Session files now use the full launch command with
all its capabilities. However, the syntax of the command is slightly different
from before. In particular watchers are now specified directly on launch and
environment variables are set using --env.
-Allow setting colors when creating windows using the launch command.
-A new option tab_powerline_style to control the appearance of the tab bar when
using the powerline tab bar style.
A new option scrollback_fill_enlarged_window to fill extra lines in the window
when the window is expanded with lines from the scrollback (#3371)
-diff kitten: Implement recursive diff over SSH (#3268)
-ssh kitten: Allow using python instead of the shell on the server, useful if
the shell used is a non-POSIX compliant one, such as fish (#3277)
-Add support for the color settings stack that XTerm copied from us without
acknowledgement and decided to use incompatible escape codes for.
-Add entries to the terminfo file for some user capabilities that are shared
with XTerm (#3193)
-The launch command now does more sophisticated resolving of executables to run.
The system-wide PATH is used first, then system specific default paths, and
finally the PATH inside the shell.
-Double clicking on empty tab bar area now opens a new tab (#3201)
-kitty @ ls: Show only environment variables that are different for each window,
by default.
-When passing a directory or a non-executable file as the program to run to
kitty opens it with the shell or by parsing the shebang, instead of just
failing.
-Linux: Fix rendering of emoji followed by the graphics variation selector not
being colored with some fonts (#3211)
-Unicode input: Fix using index in select by name mode not working for indices
larger than 16. Also using an index does not filter the list of matches. (#3219)
-Wayland: Add support for the text input protocol (#3410)
-Wayland: Fix mouse handling when using client side decorations
-Wayland: Fix un-maximizing a window not restoring its size to what it was
before being maximized
-GNOME/Wayland: Improve window decorations the titlebar now shows the window
title. Allow running under Wayland on GNOME by default. (#3284)
-Panel kitten: Allow setting WM_CLASS (#3233)
-macOS: Add menu items to close the OS window and the current tab (#3240, #3246)
-macOS: Allow opening script and command files with kitty (#3366)
-Also detect gemini:// URLs when hovering with the mouse (#3370)
-When using a non-US keyboard layout and pressing ctrl+key when the key matches
an English key, send that to the program running in the terminal automatically
(#2000)
-When matching shortcuts, also match on shifted keys, so a shortcut defined as
ctrl+plus will match a keyboard where you have to press shift+equal to get the
plus key (#2000)
-Fix extra space at bottom of OS window when using the fat layout with the tab
bar at the top (#3258)
-Fix window icon not working on X11 with 64bits (#3260)
-Fix OS window sizes under 100px resulting in scaled display (#3307)
-Fix rendering of ligatures in the latest release of Cascadia code, which for
some reason puts empty glyphs after the ligature glyph rather than before it
(#3313)
-Improve handling of infinite length ligatures in newer versions of FiraCode
and CascadiaCode. Now such ligatures are detected based on glyph naming
convention. This removes the gap in the ligatures at cell boundaries (#2695)
-macOS: Disable the native operating system tabs as they are non-functional and
can be confusing (#3325)
-hints kitten: When using the linenumber action with a background action,
preserve the working directory (#3352)
-Graphics protocol: Fix suppression of responses not working for chunked
transmission (#3375)
-Fix inactive tab closing causing active tab to change (#3398)
-Fix a crash on systems using musl as libc (#3395)
-Improve rendering of rounded corners by using a rectircle equation rather than
a cubic bezier (#3409)
-Graphics protocol: Add a control to allow clients to specify that the cursor
should not move when displaying an image (#3411)
-Fix marking of text not working on lines that contain zero cells (#3403)
-Fix the selection getting changed if the screen contents scroll while the
selection is in progress (#3431)
-X11: Fix resize_in_steps being applied even when window is maximized (#3473)

(pin)

2021-04-28 08:34:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.9

(pin)

2021-04-28 08:34:39 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.9

0.5.9
=====
-Fixed handling of files with names starting with - (hiphen).

0.5.8
=====
-Fixed opening files in GUI (using keys gx) breaking xplr UI.
-Use env var $OPENER to declare your default opener (just like $EDITOR).

(pin)

2021-04-28 08:33:39 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.6

(pin)

2021-04-28 08:33:17 UTC MAIN commitmail json YAML

audio/spotify-qt: update to 3.6

Fixes:
-Fixed not loading all saved albums (#59).
-Fixed "Like" in track context menu not updating properly (#75).
-Fixed build on Qt 5.9 and older (#76).
-Fixed a crash when playing from artist (#83).
-Fixed a crash when the current user had no profile image (#86).
-Fixed not showing any error message when no devices were available.
-Fixed not loading all artist albums.
-Fixed deprecation warnings when using Qt 6.
-Fixed showing "What's new" on first start.
-Fixed playing a new track with the same name, not updating currently playing.
-Fixed not selecting last used device when resuming playback after being idle.
-Fixed style option not setting default style.

Changes:
-Progress bar can now be clicked to skip in the track (#62).
-Added support for multiple artists (#67).
-Now remembers your last used device and selects it on next start (#73).
-Improved theming in snap (#79).
-Added a desktop icon for snap (#80).
-All networking is now done asynchronously, which should improve performance.
-Spotify client can now be started and/or stopped from Spotify settings.
-Windows builds are now available (see #95).

(pin)

2021-04-28 08:32:11 UTC MAIN commitmail json YAML

lxqt: bump revision

Bump revision due to lxqt-powermanagement point release.
Minor revision, not added to CHANGES-2021

(pin)

2021-04-26 07:15:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.7

(pin)

2021-04-26 07:15:03 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.7

-fixed terminal interaction when piping output (xplr Z /dev/null).
-Reduced col_spacig from 3 to 1 to use more screen space.
-Minor formatting fixes.

(pin)

2021-04-25 19:58:44 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.4.1

(pin)

2021-04-25 19:58:20 UTC MAIN commitmail json YAML

security/pleaser: update to 0.4.1

Upstream provides no changelog, but NetBSD fixes have been merged.
Drop patch

(pin)

2021-04-25 19:56:43 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.5.1

(pin)

2021-04-25 19:56:23 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.5.1

-add ? as a hot key to open help dialog
-reduce the crate size
-add demo videos to project description
-fix parsing HTML text ordering error

(pin)

2021-04-25 16:17:17 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.2.10

(pin)

2021-04-25 16:16:57 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.2.10

v1.2.10
-fix shift based key shortcuts - Fix #363
-check there's another panel before executing verbs with other-panel argument
- Fix #366

v1.2.9
-Fix crash on :input_del_word_left - Fix #361
-Remove diacritics and normalize unicode from input on fuzzy search (an
unnormalized string with unwanted diacritics most often happen when you paste
a string in the input)

v1.2.8
-It's possible to define several key shortcuts for a verb, using the "keys"
property
-Improvements of fuzzy matching

v1.2.7
-Don't ask again for installation if no sourcing file has been found

v1.2.6
-Clipboard features (copy and paste verbs) now work on Android/Termux (needs
the Termux API to be installed)
-Fix a compilation problem on non gnu windows - Thanks @Stargateur
-Obey '--color no' even in standard application mode. In that case,
automatically enable selection marks or you wouldn't know what line is selected

v1.2.5
-Fix style characters being written in --no-style mode - Fix #346
-Replace --no-style with --color taking yes, no or auto, with detection of
output being piped in auto mode (default). --no-style is still usable but it's
not documented anymore - Fix #347
-Fix wrong version number written in log file - Fix #349
-By default the number of panels is now limited to 2 (can be changed in conf
with max_panels_count). The goal is to improve the global ergonomics for the
most common (universal?) use case - Fix #345

(pin)

2021-04-24 20:04:11 UTC MAIN commitmail json YAML

x11/xnotify: reset maintainer

(pin)

2021-04-24 20:03:25 UTC MAIN commitmail json YAML

x11/xdo: reset maintainer

(pin)

2021-04-24 20:02:35 UTC MAIN commitmail json YAML

graphics/viu: reset maintainer

(pin)

2021-04-24 20:01:47 UTC MAIN commitmail json YAML

x11/unibar: reset maintainer

(pin)

2021-04-24 20:01:03 UTC MAIN commitmail json YAML

sysutils/tiramisu: reset maintainer

(pin)

2021-04-24 19:59:11 UTC MAIN commitmail json YAML

wm/sdorfehs: reset maintainer

(pin)

2021-04-24 19:58:23 UTC MAIN commitmail json YAML

wm/sowm: reset maintainer

(pin)

2021-04-24 19:57:27 UTC MAIN commitmail json YAML

textproc/sd: reset maintainer

(pin)

2021-04-24 19:56:29 UTC MAIN commitmail json YAML

sysutils/refi: reset maintainer

(pin)

2021-04-24 19:55:22 UTC MAIN commitmail json YAML

finance/rates: reset maintainer

(pin)

2021-04-24 19:54:29 UTC MAIN commitmail json YAML

graphics/qrrs: reset maintainer

(pin)

2021-04-24 19:53:44 UTC MAIN commitmail json YAML

graphics/pastel: reset maintainer

(pin)

2021-04-24 19:52:59 UTC MAIN commitmail json YAML

graphics/oxipng: reset maintainer

(pin)

2021-04-24 19:52:03 UTC MAIN commitmail json YAML

sysutils/navi: reset maintainer

(pin)

2021-04-24 19:51:09 UTC MAIN commitmail json YAML

print/lumina-pdf: reset maintainer

(pin)

2021-04-24 19:50:06 UTC MAIN commitmail json YAML

sysutils/lsfp: reset maintainer

(pin)

2021-04-24 19:49:05 UTC MAIN commitmail json YAML

sysutils/lsd: reset maintainer

(pin)

2021-04-24 19:48:13 UTC MAIN commitmail json YAML

textproc/lok: reset maintainer

(pin)

2021-04-24 19:47:11 UTC MAIN commitmail json YAML

math/kalk: reset maintainer

(pin)

2021-04-24 19:46:03 UTC MAIN commitmail json YAML

time/heliocron: reset maintainer

(pin)

2021-04-24 19:44:53 UTC MAIN commitmail json YAML

math/funst: reset maintainer

(pin)

2021-04-24 19:43:41 UTC MAIN commitmail json YAML

editors/focuswriter: reset maintainer

(pin)

2021-04-24 19:42:31 UTC MAIN commitmail json YAML

sysutils/fff: reset maintainer

(pin)

2021-04-24 19:41:09 UTC MAIN commitmail json YAML

geography/echomap: reset maintainer

(pin)

2021-04-24 19:38:40 UTC MAIN commitmail json YAML

sysutils/ddiff: reset maintainer

(pin)

2021-04-24 19:37:33 UTC MAIN commitmail json YAML

www/ddgr: reset maintainer

(pin)

2021-04-24 19:36:41 UTC MAIN commitmail json YAML

sysutils/broot: reset maintainer

(pin)

2021-04-24 19:35:44 UTC MAIN commitmail json YAML

textproc/bk: reset maintainer

(pin)

2021-04-24 18:53:19 UTC MAIN commitmail json YAML

doc: Updated security/pleaser to 0.4.0

(pin)

2021-04-24 18:52:59 UTC MAIN commitmail json YAML

2021-04-24 18:51:09 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.5.0

(pin)

2021-04-24 18:50:45 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.5.0

This release has a lot of changes compared to v0.4.0

Application changes
Major:
-add more StoryView support: All Stories, Show HN, Ask HN, Jobs
-add paging, filtering, sorting options for StoryView and SearchView
-allow multiple View to be stacked (can use <ctrl-p>/<alt-p> to go to the previous View)

Minor:
-add n, p shortcuts for CommentView
-modify footer button to include only [help] and [quit] option.
-add --example-config command line option to print an example configuration
-add config options for story_pooling

Codebase changes
-implementation for new application changes
-add cursive-aligned-view package to improve loading screen

(pin)

2021-04-24 18:50:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.7.2

(pin)

2021-04-24 18:49:48 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.7.2

  - CPU Usage is allowed to exceed a 100% when bars are disabled, and appears
  capped at 100% when they are enabled.
  - Merged a PR by @CuriouslyCurious that adds the ability to use custom ASCII
  art: --custom-ascii lets you import your own ASCII art, overriding the
  default one. --custom-ascii-color lets you change your custom ASCII art color.
  - libmacchina: (Android) Performance improvements.

(pin)

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

doc: Updated sysutils/xplr to 0.5.6

(pin)

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

sysutils/xplr: update to 0.5.6

0.5.6
=====
- Fixed incompatible config version error.

0.5.5
=====
- Fix divide by zero error when screen size it too small.
- Significant reduction in CPU usage.

(pin)

2021-04-22 08:41:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.7.1

(pin)

2021-04-22 08:41:26 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.7.1

  - libmacchina: (Distribution Readout) try to fetch VERSION before attempting
  to fetch VERSION_ID.
  - libmacchina: (NetBSD) Performance improvements thanks to a super fast
  custom terminal fetching implementation.
  - libmacchina: (macOS) Fixed an issue where the program might panic if the
  battery doesn't get detected.
  - libmacchina: A check has been added to ensure that in case of a failure
  during the terminal fetching process,
  - libmacchina: Is now able to properly fetch snaps and dpkg packages.
  - libmacchina: Added more checks to ensure package managers don't return '0'.
  the program should not return any unexpected value: terminal_name() will
  only continue if it receives a PID that is not -1.
  - Changes to the README as well as an update to the benchmarks.

(pin)

2021-04-21 08:30:16 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.4

(pin)

2021-04-21 08:29:54 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.4

0.5.4
=====
  - Fixed exit on permission denial.
  - Minor UI improvement.

0.5.3
=====
  - The terminal session's $PWD is now in sync with the xplr session.
  This allows for e.g. Alacritty to open the new windows in xplr's $PWD
  when you press cmd+n or win+n.

(pin)

2021-04-21 08:29:08 UTC MAIN commitmail json YAML

doc: Updated x11/qt5ct to 1.2

(pin)

2021-04-21 08:28:38 UTC MAIN commitmail json YAML

x11/qt5ct: update to 1.2

- added cmake support
- updated color schemes
- updated Spanish translation (Toni Est辿vez)
- updated Dutch translation (Heimen Stoffels)
- updated Chinese (Simplified) translation (Tramsifex)
- updated Danish translation (scootergrisen)
- updated Italian translation (albanobattistella)

(pin)

2021-04-20 19:50:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.7.0

(pin)

2021-04-20 19:50:22 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.7.0

Release v0.7.0, Codename "Cobalt".

Okay, before I tell you all about the new features and bug fixes, I'd like to
thank everybody that is actively using Macchina, and especially our
contributors.

I'm very grateful that people find Macchina as interesting as I do. Our
codebase has grown from a small, glued-together set of instructions, to two
independent packages, providing users and developers the opportunity to inspect
the code and actually enjoy doing so :)

Let's take a look at the new changes:

-ASCII art now adapts to how many readouts are displayed, as suggested by
@Ramiferous.
-Updated Linux big ASCII art variant.
-The title of "Emoji" theme, now named "Boron", can now be changed, and its
separator has been modified too.
-Removed jemallocator from the dependency list, this is due to build errors
primarily with libc, we started using this a while back, because its
performance improvements were promising, but I have just come to the conclusion
that the headaches it causes aren't worth it for the most part.
-A "Beryllium" theme has appeared!
-Themes now print their own name in the box title.
-Benchmarking with hyperfine has finally been fixed.
-Update Linux and NetBSD benchmarks.
-libmacchina: Optimizations for Linux, Android and OpenWrt by implementing an
interface for sysinfo struct and using that when possible.
-libmacchina (Linux): Optimize terminal fetching by utilizing a custom
implementation instead of calling ps.
-libmacchina (Linux): Distribution should now return NAME and VERSION whenever
possible, previously it was NAME and VERSION_ID.
@123marvin123:
-Fixed an issue where the palette doesn't respect the user-provided padding
value.
@uttarayan21:
-Added command autocompletion for bash and fish.
-libmacchina: Refactored many functions, fixing a lot of clippy's warnings.
-libmacchina: Added Android support.

(pin)

2021-04-20 19:10:48 UTC MAIN commitmail json YAML

CHANGES-2021: remove double entries

(pin)

2021-04-20 18:59:12 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 0.17.0

(pin)

2021-04-20 18:58:54 UTC MAIN commitmail json YAML

lxqt: update to 0.17.0

Thanks to David H. Gutteridge for review

(pin)

2021-04-20 18:56:27 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-session to 0.17.1

(pin)

2021-04-20 18:56:04 UTC MAIN commitmail json YAML

x11/lxqt-session: update to 0.17.0

lxqt-session-0.17.1 / 2021-04-16
================================
  - Fixed compilation against Qt < 5.15 (especially, 5.12).

lxqt-session-0.17.0 / 2021-04-15
================================
  - Code cleanup and modernization (use const references where possible, fix
  possible use of uninitialized variables, removing deprectaed methods, etc.).
  - Remove Openbox configuration for WM agnosticism.
  - Completely moved to Qt5 signal/slot syntax.
  - Become subreaper and end children on finishing session.

(pin)

2021-04-20 18:51:19 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 0.17.1

(pin)

2021-04-20 18:50:56 UTC MAIN commitmail json YAML

x11/lxqt-panel: update to 0.17.0

lxqt-panel-0.17.1 / 2021-04-16
==============================
  - Fixed compilation against Qt < 5.15 (especially, 5.12).

lxqt-panel-0.17.0 / 2021-04-15
==============================
  - Fixed the popup of grouped task button in a special case.
  - Code cleanup (using nullptr, removing deprecated headers/methods, using
  default member initializers, etc.).
  - Fixed changing of world clock's time zone with mouse wheel.
  - Optionally auto-hide panel only when it overlaps a window.
  - Workaround for an issue with glibc 2.33 on old Docker engines.
  - Completely move to Qt5 signal/slot syntax.
  - Check pressed mouse buttons before closing grouped task popup.

(pin)

2021-04-20 18:49:50 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-runner to 0.17.0

(pin)

2021-04-20 18:49:28 UTC MAIN commitmail json YAML

x11/lxqt-runner: update to 0.17.0

lxqt-runner-0.17.0 / 2021-04-15
===============================
  - Prevent selection jumps in the dropdown list.
  - Activated `Home` and `End` in the dropdown list.
  - Copy the calculation result to clipboard.
  - Completely moved to Qt5 signal/slot syntax.
  - Select the calculation result on showing lxqt-runner.

(pin)

2021-04-20 18:49:00 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-notificationd to 0.17.0

(pin)

2021-04-20 18:45:55 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-notificationd to 0.17.0

(pin)

2021-04-20 18:45:33 UTC MAIN commitmail json YAML

x11/lxqt-notificationd: update to 0.17.0

lxqt-notificationd-0.17.0 / 2021-04-15
======================================
  - Used const references where possible.
  - Silenced compiler warning about unused parameters.
  - Handled Qt5.15's deprecations.
  - Used "= default" for trivial destructors.
  - Completely moved to Qt5 signal/slot syntax.
  - Always handle notification summary as plain-text.

(pin)

2021-04-20 18:44:03 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-globalkeys to 0.17.0

(pin)

2021-04-20 18:43:41 UTC MAIN commitmail json YAML

x11/lxqt-globalkeys: update to 0.17.0

lxqt-globalkeys-0.17.0 / 2021-04-15
===================================
  - Completely moved to Qt5 signal/slot syntax.

(pin)

2021-04-20 18:42:19 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-config to 0.17.1

(pin)

2021-04-20 18:41:57 UTC MAIN commitmail json YAML

x11/lxqt-config: update to 0.17.1

lxqt-config-0.17.1 / 2021-04-16
===============================
  - Fixed compilation against Qt 5.12.

lxqt-config-0.17.0 / 2021-04-15
===============================
  - Made lxqt-config-appearance work under Wayland.
  - Made the code cleaner and more up-to-date.

(pin)

2021-04-20 18:38:41 UTC MAIN commitmail json YAML

doc: Updated archivers/lxqt-archiver to 0.4.0

(pin)

2021-04-20 18:38:16 UTC MAIN commitmail json YAML

archivers/lxqt-archiver: update to 0.4.0

lxqt-archiver-0.4.0 / 2021-04-15
===================================
  - Support opening and extracting of disk images.
  - Also, support xz-compressed disk images.
  - Added "application/vnd.debian.binary-package" to mimetypes list.
  - Made directory view horizontally scrollable.
  - Remember window settings.

(pin)

2021-04-20 18:36:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/lxqt-powermanagement to 0.17.0

(pin)

2021-04-20 18:36:25 UTC MAIN commitmail json YAML

sysutils/lxqt-powermanagement: update to 0.17.0

lxqt-powermanagement-0.17.0 / 2021-04-15
========================================
  - Handled Qt5.15's deprecations.
  - Added an option to disable idle watcher on fullscreen.
  - Completely moved to new signal/slot syntax.
  - Separate idle watchers for AC and battery.

(pin)

2021-04-20 18:35:01 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-qtplugin to 0.17.0

(pin)

2021-04-20 18:31:25 UTC MAIN commitmail json YAML

x11/lxqt-qtplugin: update to 0.17.0

lxqt-qtplugin-0.17.0 / 2021-04-15
=================================
  - Handled Qt 5.15 deprecations.
  - Don't check before deleting a pointer.
  - Don't use implicit conversions.
  - Fixed a palette/highlight color related typo.

(pin)

2021-04-20 18:29:58 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-openssh-askpass to 0.17.0

(pin)

2021-04-20 18:29:35 UTC MAIN commitmail json YAML

security/lxqt-openssh-askpass: update to 0.17.0

lxqt-openssh-askpass-0.17.0 / 2021-04-15
========================================
  * Updated README.md.

(pin)

2021-04-20 18:28:44 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-sudo to 0.17.0

(pin)

2021-04-20 18:28:19 UTC MAIN commitmail json YAML

security/lxqt-sudo: update to 0.17.0

lxqt-sudo-0.17.0 / 2021-04-15
=============================
  - Handled Qt5.15's deprecations.

(pin)

2021-04-20 18:24:56 UTC MAIN commitmail json YAML

x11/lxqt-admin: update to 0.17.0

lxqt-admin-0.17.0 / 2021-04-15
==============================
  - Made lxqt-admin-time work on non-systemd GNU/Linux systems.
  - Silenced compiler warnings about unused parameters.
  - Avoided extra QString allocations.
  - Don't use hard-coded install locations.
  - Moded to Qt5 signal/slot syntax.

(pin)

2021-04-20 18:24:02 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-policykit to 0.17.0

(pin)

2021-04-20 18:23:38 UTC MAIN commitmail json YAML

security/lxqt-policykit: update to 0.17.0

lxqt-policykit-0.17.0 / 2021-04-15
==================================
  - Completely moved to Qt5 signal/slot syntax.
  - A better memory handling in PolicykitAgent.
  - Code cleanup.
  - Improved code readability.

(pin)

2021-04-20 18:22:42 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-about to 0.17.0

(pin)

2021-04-20 18:22:15 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-about to 0.17.0

(pin)

2021-04-20 18:21:52 UTC MAIN commitmail json YAML

x11/lxqt-about: update to 0.17.0

lxqt-about-0.17.0 / 2021-04-15
==============================
  - Bumped version to 0.17.0.
  - Update README.md.
  - Moved to Qt5 signal/slot syntax.

(pin)

2021-04-20 18:18:42 UTC MAIN commitmail json YAML

doc: Updated graphics/lxqt-themes to 0.17.0

(pin)

2021-04-20 18:18:23 UTC MAIN commitmail json YAML

graphics/lxqt-themes: update to 0.17.0

lxqt-themes-0.17.0 / 2021-04-15
===============================
  - Added alternate background color to the calendar widget in some themes.
  - Added a visible menu separator to the Dark theme.

(pin)

2021-04-20 18:16:59 UTC MAIN commitmail json YAML

doc: Updated wm/obconf-qt to 0.16.1

(pin)

2021-04-20 18:16:33 UTC MAIN commitmail json YAML

wm/obconf-qt: update to 0.16.1

-Translations are updated.

(pin)

2021-04-20 18:15:21 UTC MAIN commitmail json YAML

doc: Updated audio/pavucontrol-qt to 0.17.0

(pin)

2021-04-20 18:14:57 UTC MAIN commitmail json YAML

audio/pavucontrol-qt: update to 0.17.0

pavucontrol-qt-0.17.0 / 2021-04-15
==================================
  - Removed the unused dbus dependency.

(pin)

2021-04-20 18:13:23 UTC MAIN commitmail json YAML

doc: Updated x11/qterminal to 0.17.0

(pin)

2021-04-20 18:12:57 UTC MAIN commitmail json YAML

x11/qterminal: update to 0.17.0

qterminal-0.17.0 / 2021-04-15
=============================
  - Some code cleanup and modernization.
  - Removed two warnings that were shown when QTerminal was started.
  - Added an option to disable bracketed paste mode.
  - Moved the paste-related codes to qtermwidget.
  - Made "Action after paste" clearer and default to "Scrolling to bottom".
  - Added a tooltip about bracketed paste mode.
  - Added modes for background image.

(pin)

2021-04-20 18:12:09 UTC MAIN commitmail json YAML

doc: Updated x11/qtermwidget to 0.17.0

(pin)

2021-04-20 18:08:04 UTC MAIN commitmail json YAML

doc: Updated graphics/screengrab to 2.2.0

(pin)

2021-04-20 18:07:39 UTC MAIN commitmail json YAML

graphics/lximage-qt: update to 0.17.0

lximage-qt-0.17.0 / 2021-04-15
==============================
  - Made fitting images on navigating optional.
  - Added options for thumbnails.
  - Fixed all compilation warnings and remove deprecated methods.

(pin)

2021-04-20 18:06:58 UTC MAIN commitmail json YAML

doc: Updated graphics/lximage-qt to 0.17.0

(pin)

2021-04-20 18:06:23 UTC MAIN commitmail json YAML

graphics/lximage-qt: update to 0.17.0

lximage-qt-0.17.0 / 2021-04-15
==============================
  - Made fitting images on navigating optional.
  - Added options for thumbnails.
  - Fixed all compilation warnings and remove deprecated methods.

(pin)

2021-04-20 18:05:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 0.17.0

(pin)

2021-04-20 18:04:47 UTC MAIN commitmail json YAML

sysutils/pcmanfm-qt: update to 0.17.0

pcmanfm-qt-0.17.0 / 2021-04-15
==============================
  - Close a file tooltip on key pressing or changing directory/filter/sorting.
  - Always close windows before quitting.
  - Natural keyboard navigation on Desktop.
  - Don't put a non-directory path into search dialog.
  - Used Qt5.15's Qt::SplitBehavior.
  - Changed a label and added a tooltip to Preferences.
  - Added a Tool menu-item to open current directory as admin.
  - Added nullity check for proxy model when setting desktop folder.
  - Always focus visible view on opening a new tab.
  - Workaround an issue with glibc 2.33 on old Docker engines.
  - Completed support for creation time.
  - Handle GVFS' Admin separately and appropriately.
  - Silenced most compilation warnings.
  - Added an option for max. file size with external thumbnailers.
  - Added "Create Launcher" to Tools menu.

(pin)

2021-04-20 18:01:42 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 0.17.1

(pin)

2021-04-20 18:01:18 UTC MAIN commitmail json YAML

x11/libfm-qt: update to 0.17.0

libfm-qt-0-17.1 / 2021-04-16
============================
  - Fixed compilation against Qt5.12.

libfm-qt-0.17.0 / 2021-04-15
============================
  - Fixed compilation with Qt >=5.15.3.
  - Add Alacritty to terminals list.
  - Fixed template renaming before creating.
  - Fixed the localization of LXQt file dialog.
  - Used Qt5.15's Qt::SplitBehavior.
  - Enabled the Group entry of Properties dialog when file belongs to user.
  - Fixed a rare crash on emptying Trash.
  - Used Qt5 signal/slot syntax.
  - Added the missing eject button in a special case.
  - Fixed the xarchiver command to create archives.
  - Launch multiple files associated with the same app together.
  - Added an open-with menu-item to open mixed selections with default apps.
  - Don't try to auto-select hidden files when they aren't shown.
  - Added support for creation time.
  - File dialog: Allow opening of desktop files that are shortcuts.
  - Fixed the size limit for thumbnail creation.
  - Workaround for a bug in QCollator when sorting files.
  - Added a Delete action to trash file context menu.
  - Removed redundant context menu items inside Trash.
  - Silenced the compilation warning about QMatrix.
  - Don't show Unix start time for unsupported times.
  - Set a separate file size limit for external thumbnails.
  - Fixed the emblem positions in compact and detailed views.
  - Guarantee a separator before all custom actions (in context menus).
  - Fixed the sorting by deletion time.
  - Fixed blurred thumbnails with scale factors > 1.
  - Added a missing nullity check in mountoperation.
  - Updated the mimetypes lists of some archivers.
  - Fixed a memory leak in LXQt file dialog.

(pin)

2021-04-20 18:00:04 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 0.17.0

(pin)

2021-04-20 17:59:40 UTC MAIN commitmail json YAML

x11/liblxqt: update to 0.17.0

liblxqt-0.17.0 / 2021-04-15
===========================
  - Used Qt5.15's Qt::SplitBehavior.
  - Fixed dbus errors with invalid QVariant data sent over it.
  - Made GlobalSettings public (exported symbols) in lxqtsettings.
  - Modernized some headers.
  - Modernize the trivial destructors.
  - Used "handle quit signals" constructor in lxqtsingleapplication.
  - Replaced the deprecated constructor of QWheelEvent.

(pin)

2021-04-20 17:58:27 UTC MAIN commitmail json YAML

doc: Updated x11/libqtxdg to 3.7.1

(pin)

2021-04-20 17:58:03 UTC MAIN commitmail json YAML

x11/libqtxdg: update to 3.7.1

libqtxdg-3.7.1 / 2021-04-16
===========================
  - Fixed compilation against Qt < 5.14.
  - Added a nullity check for paint device.

libqtxdg-3.7.0 / 2021-04-15
===========================
  - Removed deprecated XdgDesktopFileCache.
  - Handled Qt 5.15 deprecations.
  - Use "= default" for trivial constructors/destructors.
  - Improved readability in container emptiness check.
  - Ported QStringRef to QStringView.
  - Moved to Qt5 signal/slot syntax.
  - Added XTerm as a runtime dependency.
  - Allow non-detached starting in xdgdesktopfile.
  - Use QSvgRenderer for SVG icons.

(pin)

2021-04-20 17:56:49 UTC MAIN commitmail json YAML

doc: Updated devel/lxqt-build-tools to 0.9.0

(pin)

2021-04-20 17:56:25 UTC MAIN commitmail json YAML

devel/lxqt-build-tools: update to 0.9.0

lxqt-build-tools-0.9.0 / 2021-04-15
===================================
  -Added a CMake FindXTerm module.

(pin)

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

doc: Updated www/badwolf to 1.1.0

(pin)

2021-04-20 10:26:38 UTC MAIN commitmail json YAML

www/badwolf: update to 1.1.0

Badwolf 1.1.0 release!
======================

This release and it's timing means that the 1.0-branch is now only maintained
for security bugs.

Thanks to the translators for sending updates before the release.

It's also time for a status update blog post:
https://hacktivis.me/articles/BadWolf%2C%20two%20year%20later

Some stats:
$ cat *.c *.h *.sh | wc -l -m
  lines  characters
  2011  70078

Additions
---------
- Bookmarks, they are at their early stage, for now it's only completion,
  edition can be done with third-party programs (elinks, keditbookmarks, …).
  Wayland users should also note the following issue:
  https://gitlab.gnome.org/GNOME/gtk/-/issues/699
- Content-Filters are finally integrated which means that adblock extensions
  aren't needed anymore, you only need to give a policy file
- New translation: de
- A context_id is now shown before the tab label

Changes
-------
- WebKit's Intelligent Tracking Protection is now enabled
- Default CFLAGS: Hardening flags have been added, this should improve security
on some distros

Fixes
-----
- There should be no more memory/object/processes leaks
- Crashes happening on the file save dialog should have been fixed
- Printing dialog now correctly is bound to the main window

(pin)

2021-04-19 19:33:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.2

(pin)

2021-04-19 19:32:49 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.2

0.5.2
Changes:
-Do not follow symlinks using enter/l.
-Use gf to follow symlinks.

0.5.1
-Fixed global help menu not displaying the newer key bindings.

(pin)

2021-04-19 16:18:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.16.0

(pin)

2021-04-19 16:18:39 UTC MAIN commitmail json YAML

sysutils/navi: update to 2.16.0

Breaking changes:
-Change default widths (#506)
-Remove support for Alfred (#509)
-Remove support for --save (#510)
-Remove support for --no-preview (#515)
-Remove support for navi query and navi best (#516)
-Fail on bad colors (#519)
-Rename osx target to apple-darwin (#526)

New features:
-Add navi fn map::expand
-Allow tag filtering (#508)
-Allow configuration of shell used for shell out (#511)
-Add support for config files (#518)

Fixes:
-Use \ for paths in Windows (#499)
-Fix navi fn url::open (#503)
-Fix Windows builds (#522)

Code quality:
-Remove unnecessary uses of vector of files (#507)
-Use anyhow::Result
-Document all environment variables (#512)
-Refactor writer packages (#517)
-Simplify regex dependency (#525)
-Refactor scripts (#527)
-Improve documentation (#529)

Please check navi --help and /docs for more instructions in case you use the
features removed in this release.

(pin)

2021-04-19 16:18:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.0

(pin)

2021-04-19 16:17:46 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.0

New:
-Added support for sorting and filtering files using s and f key.
-Added read only mode. (general.read_only)
-Use ctrl-r to refresh UI when messed up.
-Follow symlink files to their parent directory using l or enter.
-Display file size.
-Added new UI variables canonical.*, symlink.*. (see this])

Changes:
-Improved filter messages. (see this)
-Improved input handling
-Added messages RemoveInputBufferLastCharacter, RemoveInputBufferLastWord.
-Use backspace to delete the last character, ctrl-w to delete the last word,
ctrl-u to delete the line.
-Improved selection
-Use ctrl-a to toggle select all, ctrl-u to unselect all.
-Improved UI.

Fixes:
-Handle empty icon.
-Fixed selection duplicates.

(pin)

2021-04-19 14:41:21 UTC MAIN commitmail json YAML

doc: Updated editors/cesium to 0.2.1

(pin)

2021-04-19 14:41:02 UTC MAIN commitmail json YAML

editors/cesium: update to 0.2.1

-Fixed bug where the program would overwrite a user's custom theme with the
default on launch.

(pin)

2021-04-18 15:25:45 UTC MAIN commitmail json YAML

doc: Updated editors/cesium to 0.2.0

(pin)

2021-04-18 15:25:24 UTC MAIN commitmail json YAML

editors/cesium: update to 0.2.0

-Added a help window
-fixed a file selector bug
-added a configurable theme file

(pin)

2021-04-17 17:48:10 UTC MAIN commitmail json YAML

doc: Updated x11/rterm to 0.0.3

(pin)

2021-04-17 17:47:48 UTC MAIN commitmail json YAML

x11/rterm: update to 0.0.3

-copy graph0 charset chars from st
-added some command options
-redraw on expose change
-support bold and italic fonts
-support X geometry <widt>x<hheight>+<xoff>+<yoff>
-bugfix: sel_text may be none
-bump up version to 0.0.3

(pin)

2021-04-15 20:45:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.4.4

(pin)

2021-04-15 20:44:51 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.4.4

Changes & fixes:
-Added support for NO_COLOR env var to disable colors (more-info).
-Added history pipe file exposed as $XPLR_PIPE_HISTORY_OUT.
-Added new selection commands.
-SelectAll
-SelectPath
-UnSelectAll
-UnSelectPath
-ToggleSelectAll
-ToggleSelectionByPath
-Fixed UI style priority: default_ui -> node_type -> selection_ui -> focus_ui
-Added key binding ctrl-a or V to toggle select all.

Misc:
-Visit our new collection of hacks and themes.

(pin)

2021-04-15 12:49:55 UTC MAIN commitmail json YAML

doc: Added editors/cesium version 0.1.2

(pin)

2021-04-15 12:49:08 UTC MAIN commitmail json YAML

2021-04-15 12:48:10 UTC MAIN commitmail json YAML

2021-04-14 11:47:53 UTC MAIN commitmail json YAML

Fix simultaneous commit

Simultaneous commit by myself and nia.
Fix doc/CHANGES-2021

(pin)

2021-04-14 11:22:01 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.4.0

(pin)

2021-04-14 11:21:12 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.4.0

Application changes:
-add story_pooling feature
-add page_scrolling feature
-add support for user's config
-fix the flickering issue with crossterm-backend using cursive_buffered_backend.

Codebase changes:
-implement new features listed above.
-add application command line arguments.
-add config.rs to handle application's configurations.
-clean up imports in prelude.rs

(pin)

2021-04-13 10:54:29 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.4.3

(pin)

2021-04-13 10:54:07 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.4.3

Changes & fixes:
-Added new UI variables (see this).
-Fixed crashing when visiting restricted directories.
-Improved scrolling behavior.
-Improved symlink support.
-Improved clear behavior in number mode.
-Added xplr.desktop (@maximbaz).

(pin)

2021-04-13 10:53:05 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.6.0

(pin)

2021-04-13 10:52:43 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.6.0

Maintenance:
-Refactorings + dependency updates
-Sort artist albums by year
-Store user state in binary CBOR format
-The state structure is growing a little too complex to store it as a TOML.
User state is now stored at ~/.config/ncspot/userstate.cbor.
-Improve synchronization of playback times
-Implement track preloading
-Don't save tracks AND album when saving an album (#488)

Features:
-(Re)store currently playing track + shuffle state from previous session (#448)
-Show display name owning the current library (#470)
-Add logout command (#470)
-Pagination for artist albums (#477)
-Split artist albums/singles into separate panel
-Play top tracks by artist instead of all tracks by artist
-Pagination for Podcast episodes
-Show tracks + duration of album, playlist, queue in the title bar (#475)

(pin)

2021-04-12 20:22:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.9

(pin)

2021-04-12 20:21:39 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.6.9

-Fixed a bug that caused bars to seem 100% full when using --no-color
-Slight modifications to the wording used in the help text
-No longer generate a random number when picking which ASCII art to display

(pin)

2021-04-12 10:36:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.4.2

(pin)

2021-04-12 10:36:01 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.4.2

-Add new messages Quit, LastVisitedPath and NextVisitedPath
-q is mapped to Quit.
-ctrl-o is mapped to LastVisitedPath
-ctrl-i / tab is mapped to NextVisitedPath

(pin)

2021-04-12 08:05:41 UTC MAIN commitmail json YAML

doc: Updated graphics/qrrs to 0.1.6

(pin)

2021-04-12 08:05:22 UTC MAIN commitmail json YAML

graphics/qrrs: update to 0.1.6

-Little README changes
-Update license
-Add tarpaulin to shell.nix
-Separate creating cli and getting matches for better testing
-Add cli test
-Fix ugly unicode in README

(pin)

2021-04-11 18:55:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.4.1

(pin)

2021-04-11 18:55:25 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.4.1

0.4.1
-Fix remap behavior.
-Fix help menu.

0.4.0
-Support easier config overwrite (without having to dump the whole config).
-Rename custom field for node metadata to meta.
-Move icon to meta.icon.
-Rename normal_ui to default_ui.
-Rename filetypes to node_types.
-Split modes into modes.builtin and modes.custom.
-Add the missing create file mode.
-Rename focused_ui to focus_ui.
-Make version compatibility less annoying.
-Add key binding ~ to go to homedir.
-Add customizable cursor and prompts.
-Improve the help menus.

(pin)

2021-04-11 18:53:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.15.1

(pin)

2021-04-11 18:53:26 UTC MAIN commitmail json YAML

sysutils/navi: update to 2.15.1

New features:
-Publish binaries for more platforms, including Windows (#490)

Fixes:
-Fix path for downloaded cheats (#493)
-Fix navi fn welcome (#495)

Code quality:
-Update demo video (#488)
-Add link to more shell instructions

(pin)

2021-04-10 21:18:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.3.13

(pin)

2021-04-10 21:18:15 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.3.13

-Some optimizations.
-Fixed compiling on older rust.
-Added messages CallSilently and BashExecSilently to execute non-interactive
commands.
-Use cp -vr instead of cp -v to copy files and directories.
-Fixed exit screen.

(pin)

2021-04-10 20:03:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/navi to 2.15.0

(pin)

2021-04-10 20:03:35 UTC MAIN commitmail json YAML

sysutils/navi: update to 2.15.0

Breaking changes:
-Make --map behave as function body (#468)

New features:
-Make preview var content streamable
-Improve bash and zsh widgets (#486)

Fixes:
-If command not found in cheatsh, report and return
-Make preview window show mapped values

Code quality:
-Fix warnings (#464)
-Fix all new warnings (#467)
-Move common helpers to src/ (#465)
-Bump all dependencies (#466)
-Remove unused code for global flag
-Correctly show preview var window for --multi (#472)
-Refactor finder packages (#473)
-Refactor terminal_width package
-Refactor core package (#476)
-Refactor fetcher packages (#477)
-Rename display package
-Add instructions for shell widget customization (#480)
-Use Pathbufs appropriately (#481)
-Use remove_dir_all crate (#482)
-Use crossterm instead of termion and terminal_width
-Refactor env_vars package (#485)

(pin)

2021-04-10 13:14:39 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.8

(pin)

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

sysutils/macchina: update to 0.6.8

-Added an option to hide the separator
-Added an option to hide the bar's delimiters

(pin)

2021-04-09 09:08:09 UTC MAIN commitmail json YAML

doc: Added graphics/qrrs version 0.1.5

(pin)

2021-04-09 09:07:41 UTC MAIN commitmail json YAML

2021-04-09 09:06:53 UTC MAIN commitmail json YAML

graphics/qrrs: import package

QRrs is a command-line utility written in rust for working with qr codes
(what actually follows from the name).

(pin)

2021-04-09 09:02:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.3.12

(pin)

2021-04-09 09:02:18 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.3.12

0.3.12
-Fix symlink support.
-Fix refresh behavior.
-Fix logs not being written to the pipe.
-Fix the help menu displaying esc for quit.

0.3.11
-Fix logs for being written in the pipe.
-Don't depend on `Refresh`, always write to the pipes.

0.3.10
-Watch PWD for changes.
-Optimize the main thread (small performance gain).

0.3.9
-There are changes in the default key bindings
-When in the default mode, pressing esc will not quit the session.
-:e will open a file in ${EDITOR:-vi}.
-When in the default search mode, entering or leaving a directory will not
reset the mode back to default. This might seem a little counter-intuitive
to the nnn users, but I think this adds to the productivity and should be
the default. The real-time mode indicator will help the users adapt to the
alternate defaults.

0.3.8
-Add RemoveNodeFilterFromInput message.
-Fix search and show hidden behavior.
-Clear screen before exit.

(pin)

2021-04-09 09:01:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.6.0

(pin)

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

sysutils/zoxide: update to 0.6.0

-Add support for Elvish (#174)
-Use Nushell from Nixpkgs unstable (#171)
-Make z exclude current directory (#173)
-Append __zoxide_hook to front of PROMPT_COMMAND (#170)
-Add support for Nushell (#164)
-Find zoxide in Xonsh shells (#168)
-Reference integration with nnn (autojump plugin) (#166)
-Fix CI (#161)
-Remove barely-used aliases (#158)
-Use variable to prevent hook redefinition (#154)
-Use /dev/null on Unix shells (#152)
-Specified external call to cd for fish (#146)
-Remove cargo-udeps
-Handle write errors gracefully (#143)
-Use builtin in shells (#141)
-Use zero copy deserialization (#138)
-Forcibly disable backtraces (#130)
-Start fish in an isolated env (#128)
-Run shell tests in a clean env
-Add NetBSD and Alpine Linux install instructions
-Use Nix for testing
-Split tests
-Change install instructions, add third-party integrations and update README
-Add Termux install instructions
-Update installation instructions

(pin)

2021-04-09 08:59:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.7

(pin)

2021-04-09 08:59:30 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.6.7

-Reorder the readouts
-libmacchina can now fetch CPU usage, and Macchina can now display it
-Fixed a bug where LocalIP will be marked as failed when username or hostname
fails to fetch
-Updated some of the example images in README files

(pin)

2021-04-07 20:23:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.3.7

(pin)

2021-04-07 20:22:52 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.3.7

0.3.7
-Commands (i.e. Call and BashExec) will not print the outputs to the main
screen, keeping it clean.
-By default, directories will now be colored Cyan

0.3.6
-Fix failed build and re-publish

0.3.5
-Fix renaming

0.3.4
-Fix renaming and $XPLR_FOCUS_PATH formatting

0.3.3
-Go easy on CPU
-Run faster

(pin)

2021-04-07 20:21:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.6

(pin)

2021-04-07 20:21:36 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.6.6

-Merge OpenWrt support PR by @uttarayan21
Thank you for your contribution!
-libmacchina: Merge OpenWrt support PR by @uttarayan21

(pin)

2021-04-06 18:29:51 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.5

(pin)

2021-04-06 18:29:31 UTC MAIN commitmail json YAML

sysutils macchina: update to 0.6.5

-Use the latest libmacchina version, v0.1.9
-Use libmacchina crate and not git

version 0.6.4 was never taged on GitHub.
Patch no longer needed.

(pin)

2021-04-06 15:01:07 UTC MAIN commitmail json YAML

doc: Added sysutils/xplr version 0.3.2

(pin)

2021-04-06 15:00:41 UTC MAIN commitmail json YAML

2021-04-06 14:59:50 UTC MAIN commitmail json YAML

sysutils/xplr: import package

Hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf.

Though xplr strives to be fast and minimalist, its speciality is its
hackability.
Once you read the documentation, you should be able to configure the key
bindings, different run modes, and also the way it looks by modifying one
single configuration file.

(pin)

2021-04-06 07:19:17 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.6.3

(pin)

2021-04-06 07:18:56 UTC MAIN commitmail json YAML

2021-04-04 19:10:45 UTC MAIN commitmail json YAML

doc: Updated biology/molsketch to 0.7.2

(pin)

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

biology/molsketch: update to 0.7.2

-This is just a small release to fix some issues with the (possibly) renamed
*.so/*.dll files after removing Qt5 support. In case you were using Molsketch
prior to version 0.7.1, it will ask you to update the corresponding settings at
start up.
For Windows users, there will be an online installer, as in version 0.7.1, but
this will now reside in a separate folder and not be updated as frequently as
Molsketch itself. Updates will instead be made available in the online
repository at github from which the installer will fetch them. Just start the
installer and select the update option

(pin)

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

doc: Updated net/yaydl to 0.6.1

(pin)

2021-04-04 19:08:59 UTC MAIN commitmail json YAML

net/yaydl: update to 0.6.1

Dependency on openssl has been dropped.

0.6.1
-crates.io won't let me add all the tags - updated to 0.6.1,
keeping the list short.

0.6.0
-yaydl 0.6.0 (yes, that was quick): Added support for Vidoza,
updated ureq to version 2.1.

0.5.0
-We now support VIVO.sx.

(pin)

2021-04-01 21:04:22 UTC MAIN commitmail json YAML

doc: Added x11/rterm version 0.0.2

(pin)

2021-04-01 21:03:50 UTC MAIN commitmail json YAML

2021-04-01 21:02:32 UTC MAIN commitmail json YAML

x11/rterm: import package

st is a simple terminal implementation for X from suckless.org
rterm is a port of suckless terminal (st) to rust.

(pin)

2021-03-31 20:28:33 UTC MAIN commitmail json YAML

doc: Added time/quest-tui version 0.2.0

(pin)

2021-03-31 20:28:04 UTC MAIN commitmail json YAML

Add quest-tui

(pin)

2021-03-31 20:26:41 UTC MAIN commitmail json YAML

2021-03-31 20:23:11 UTC MAIN commitmail json YAML

doc: Added sysutils/tre-command version 0.3.6

(pin)

2021-03-31 20:22:33 UTC MAIN commitmail json YAML

Add tre-command

(pin)

2021-03-31 20:20:55 UTC MAIN commitmail json YAML

sysutils/tre-command: import package

A replacement for tree command that uses git ls-files as source of file when
possible.
tre can also create shell aliases that, when executed, opens the file
associated with it with the default editor.
Runs on Unix as well as Windows PowerShell.

(pin)

2021-03-31 18:43:56 UTC MAIN commitmail json YAML

doc: Updated www/hackernews-tui to 0.3.1

(pin)

2021-03-31 18:43:33 UTC MAIN commitmail json YAML

www/hackernews-tui: update to 0.3.1

Application changes:
-add S, C, r.

Codebase changes:
-code refactor part II (more details can be found here).
-implement handlers for S, C and r.

(pin)

2021-03-30 20:29:04 UTC MAIN commitmail json YAML

textproc/nanogrep: avoid conflict with editors/ng

-Rename binary to avoid conflict with editors/ng
-Update comment as requested in,
https://github.com/NetBSD/pkgsrc/pull/83
-While here drop maintainership

(pin)

2021-03-28 14:52:50 UTC MAIN commitmail json YAML

doc: Updated x11/alacritty to 0.7.2

(pin)

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

x11/alacritty: update to 0.7.2

Packaging:
-Updated shell completions

Fixed:
-Crash due to assertion failure on 32-bit architectures
-Segmentation fault on shutdown with Wayland
-Incorrect estimated DPR with Wayland
-Consecutive clipboard stores dropped on Wayland until the application is
refocused

(pin)

2021-03-28 14:01:39 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 367

(pin)

2021-03-28 14:01:16 UTC MAIN commitmail json YAML

x11/xterm: update to 367

Patch #367 - 2021/03/26
-add OSC 22 to allow programs to select different pointer cursor at runtime.
-change configuration for no-return functions to use _Noreturn when it is
available, because clang --analyze does not properly handle the gcc noreturn
attribute.
-add cursorTheme resource to provide a way to enable or disable the cursor
theme feature.
-modified CopyWait event retries to use shorter sleeps, to improve
responsiveness (tmux #2556).
-improve quoting/escaping in demo-scripts per shellcheck.
-add resizeByPixel resource, to permit disabling window manager resizing-hints
(patch by Tim Oehl).
-corrected printOptsImmediate handling of alternate-screen (report by Abhijit
Dasgupta).
-update sample terminfo to more closely match ncurses.
-add/improve limit-checks for Xlib calls (report by Roman Fiedler).
-fix a typo in the help-message (report by Tomas Korbar).

(pin)

2021-03-27 17:01:24 UTC MAIN commitmail json YAML

textproc/bk: add update warning

Newer versions require rust-1.51, I will update the package
when rust-1.51 is default.

(pin)