Subject: CVS commit: pkgsrc/sysutils/lla
From: pin
Date: 2024-12-28 22:59:21
Message id: 20241228215921.A23A9FC1D@cvs.NetBSD.org

Log Message:
sysutils/lla: update to 0.3.8

Added

    New utility library lla_plugin_utils for building plugins:
        UI components (BoxComponent, HelpFormatter, KeyValue, etc.)
        Plugin infrastructure utilities
        Code highlighting and syntax support
        Configuration management tools

    New command-line arguments for file type filtering:
        --dirs-only: Show only directories
        --files-only: Show only regular files
        --symlinks-only: Show only symbolic links
        --dotfiles-only: Show only dot files and directories
        --no-dirs: Hide directories
        --no-files: Hide regular files
        --no-symlinks: Hide symbolic links
        --no-dotfiles: Hide dot files and directories

    Enhanced plugin functionality:
        All official plugins updated with new UI components and improved \ 
functionality
        Users can update their plugins using lla update command
        Individual plugin updates supported via lla update <plugin_name>

Changed

    Updated configuration with new no_dotfiles setting to hide dot files by default
    Enhanced documentation with detailed examples of file type filtering
    Updated terminal_size dependency to version 0.4.1

Fixed

    Fix the issue with the default listing format from config overrides the args

Files:
RevisionActionfile
1.14modifypkgsrc/sysutils/lla/Makefile
1.13modifypkgsrc/sysutils/lla/cargo-depends.mk
1.14modifypkgsrc/sysutils/lla/distinfo