head 1.20; access; symbols pkgsrc-2026Q1:1.20.0.8 pkgsrc-2026Q1-base:1.20 pkgsrc-2025Q4:1.20.0.6 pkgsrc-2025Q4-base:1.20 pkgsrc-2025Q3:1.20.0.4 pkgsrc-2025Q3-base:1.20 pkgsrc-2025Q2:1.20.0.2 pkgsrc-2025Q2-base:1.20 pkgsrc-2025Q1:1.17.0.4 pkgsrc-2025Q1-base:1.17 pkgsrc-2024Q4:1.17.0.2 pkgsrc-2024Q4-base:1.17 pkgsrc-2024Q3:1.16.0.2 pkgsrc-2024Q3-base:1.16 pkgsrc-2024Q2:1.12.0.2 pkgsrc-2024Q2-base:1.12 pkgsrc-2024Q1:1.9.0.2 pkgsrc-2024Q1-base:1.9 pkgsrc-2023Q4:1.4.0.2 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2; locks; strict; comment @# @; 1.20 date 2025.04.10.13.25.32; author pin; state Exp; branches; next 1.19; commitid dNinU9Wvb84vxvQF; 1.19 date 2025.04.04.20.08.12; author pin; state Exp; branches; next 1.18; commitid BpKEDs3Rhi2GXLPF; 1.18 date 2025.04.02.10.57.47; author pin; state Exp; branches; next 1.17; commitid bkiaU8UJl2JRYsPF; 1.17 date 2024.11.08.10.11.13; author pin; state Exp; branches; next 1.16; commitid p2Sqz0RCthxUnPwF; 1.16 date 2024.08.12.12.30.59; author pin; state Exp; branches; next 1.15; commitid ONxrhJRIyfveZwlF; 1.15 date 2024.08.02.10.40.01; author pin; state Exp; branches; next 1.14; commitid mIsHnlVwWo46HekF; 1.14 date 2024.07.29.07.28.53; author pin; state Exp; branches; next 1.13; commitid eKQF9Bn4hlHuLHjF; 1.13 date 2024.07.19.09.47.13; author pin; state Exp; branches; next 1.12; commitid 7tniS6z6Tl3TQqiF; 1.12 date 2024.06.04.06.46.15; author pin; state Exp; branches; next 1.11; commitid BNEclTggrBytiDcF; 1.11 date 2024.05.12.08.38.06; author pin; state Exp; branches; next 1.10; commitid iZiwbAqKYYNGEG9F; 1.10 date 2024.04.23.03.35.15; author pin; state Exp; branches; next 1.9; commitid 7iH7A9R8wtfFAd7F; 1.9 date 2024.02.23.10.04.23; author pin; state Exp; branches; next 1.8; commitid Hqa5lyUC4j2JFxZE; 1.8 date 2024.02.20.21.34.11; author pin; state Exp; branches; next 1.7; commitid xttagrbus8BlAdZE; 1.7 date 2024.02.12.14.15.05; author pin; state Exp; branches; next 1.6; commitid DyjkI4NdAksEp9YE; 1.6 date 2024.01.09.20.03.46; author pin; state Exp; branches; next 1.5; commitid O0nAsMTey1E2rOTE; 1.5 date 2024.01.03.15.31.07; author pin; state Exp; branches; next 1.4; commitid ZuZ8LGqmVW5s71TE; 1.4 date 2023.11.20.11.26.14; author pin; state Exp; branches; next 1.3; commitid KsgPBqLaVax8blNE; 1.3 date 2023.10.24.22.10.04; author wiz; state Exp; branches; next 1.2; commitid MTsrqKm6aGrQAVJE; 1.2 date 2023.09.22.18.52.47; author pin; state Exp; branches; next 1.1; commitid IA5m6BrUgs2UxNFE; 1.1 date 2023.09.13.20.39.49; author pin; state Exp; branches; next ; commitid ZEwGQ4bosbMqqEEE; desc @@ 1.20 log @misc/rust-kanban: doesn't need sse2 @ text @# $NetBSD: Makefile,v 1.19 2025/04/04 20:08:12 pin Exp $ DISTNAME= rust-kanban-0.10.5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=yashs662/} GITHUB_PROJECT= rust_kanban GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/yashs662/rust_kanban/ COMMENT= Kanban board for the terminal LICENSE= mit .include "cargo-depends.mk" #RUST_REQ= 1.82.0 #Upstream does not state the required MSRV. #This package is confirmed to build with Rust 1.82.0 on amd64 USE_TOOLS+= pkg-config MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.19 log @misc/rust-kanban: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.18 2025/04/02 10:57:47 pin Exp $ a13 3 # See, https://github.com/briansmith/ring/issues/1999 NOT_FOR_PLATFORM+= *-*-i386 @ 1.18 log @misc/rust-kanban: not for i386 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.17 2024/11/08 10:11:13 pin Exp $ d9 1 a9 1 MAINTAINER= pin@@NetBSD.org @ 1.17 log @misc/rust-kanban: update to 0.10.5 Updates Updated dependencies. Added LTO to the release build. Fixes Clippy Fixes. New Features Added ability to move boards (e.g. move a board to the left or right) with the command palette. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2024/08/12 12:30:59 pin Exp $ d14 3 @ 1.16 log @misc/rust-kanban: update to 0.10.4 Changes in Version 0.10.4 ========================= Fixes - Fixed text selection not being visible. - Fixed the close button being transparent (modifiers below the button were affecting its appearance). - Fixed a crash when going up in debug mode (`cargo run`). - Fixed size error text not wrapping in smaller terminal sizes. - Fixed `cargo run` not showing debug messages. - Fixed an invalid date format warning when editing and saving a card with no due date set. - Fixed tags being converted to lowercase when viewed in the filter by tag view. Updates - The label for the progress bar on boards has been changed from a percentage to a number for better clarity. - Added a highlight to the new board key text when no cards are present in a board for better visibility. - Rendering the background is now over 6x faster, resulting in reducing the total render time by a few milliseconds. - Removed the loading toast type as it was not being used. - Updated Ratatui. - Added a due date title in the new card form for better visibility. New Features - Added a tag picker to quickly add tags that you have used in other cards. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2024/08/02 10:40:01 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.10.4 d16 1 a16 1 #RUST_REQ= 1.79.0 d18 1 a18 1 #This package is confirmed to build with Rust 1.79.0 on amd64 @ 1.15 log @misc/rust-kanban: update to 0.10.3 Fixes - Fixed Incorrect styling for Debug logs, save theme prompt, and discard card changes prompt - Fixed Time picker wheel mouse highlight/focus being off by one for the minute and second wheels - Fixed crash when selecting a date with the date time picker popup while editing a card - Fixed not being able to open the date time picker when in user input mode - Fixed time not being recorded when configured date time format does not include time when creating a new card (causes and issue if format is later changed to show time as well) - Clippy Fixes Updates - View card popup now respects configured date time format for card created, modified and completed fields - You can now switch between hour minute and seconds with the left and right Actions in addition to the switch focus keybinding - Updated Deps @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2024/07/29 07:28:53 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.10.3 @ 1.14 log @misc/rust-kanban: update to 0.10.2 Fixes Fixed cannot go back from create Theme Ui Mode when clicking Close button with mouse Fixed several popups not going into inactive state when there is another popup higher in the z-stack Fixed Pressing "Stop User Input Mode button (Default "Insert")" will erase the custom keybinding Fixed Trying to edit a specific keybinding will not result in the appropriate popup being opened Fixed unintentionally being able to change config to edit when a popup is open Misc Code quality Improvements Restructured Codebase for better maintainability Renamed UiMode to View Renamed PopupMode to Popup @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2024/07/19 09:47:13 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.10.2 @ 1.13 log @misc/rust-kanban: update to 0.10.1 Changes in Version 0.10.1 Fixes Fixed a bug where the date picker would not open on the new card form when using the keyboard Fixed a bug where the date picker in the new card For was not anchored properly Changes in Version 0.10.0 New Features New date picker widget! Updated debug panel to include "always on top" logs. Implemented z-stack for multiple popups. Updates Improved Create Theme UI to be more intuitive (real-time colors). Updated dependencies. Custom RGB for Create Theme now working. Started Maintaining a changelog. Fixes The widths of most emoticons and other non-ASCII characters are now properly accounted for. If not, please temporarily add an extra space to address this issue. Fixed modifiers not being applied in Create Theme UI mode. Fixed theme editor not being reset when going back from Create Theme UI mode. Fixed "no commands found" being displayed in the list of commands in the command palette. Fixed command palette state not being fully reset on exit. Minor spelling fixes. Added missing email validation and previous encryption key presence warning in the signup form. Fixed background modifiers affecting popups. Misc Partial UI render code refactor for clarity. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2024/06/04 06:46:15 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.10.1 @ 1.12 log @misc/rust-kanban: update to 0.9.7 - Unified all text input fields to have consistent behavior - reduced default toast duration - fixed visual bugs where theme background colors did not match inactive state color - fixed not getting an error when trying to go down when already at the last card in a board - added shortcuts to change card priority - removed unnecessary manual string implementations (used strum) - fixed reset password not working - appropriate error for invalid credentials while logging in - added future goals for the project in README - bump deps - fixes #16 and #17 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2024/05/12 08:38:06 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.7 d16 3 @ 1.11 log @misc/rust-kanban: update to 0.9.6 - dependency bump + release for #13 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2024/04/23 03:35:15 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.6 @ 1.10 log @misc/rust-kanban: update to 0.9.5 - added path autocomplete for changing the save directory - bumped dependencies - refactored some code for readability - fixed card description not being saved when choosing to save changes from the "save changes to card" popup - fixed card description cursor not moving in new card form @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2024/02/23 10:04:23 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.5 @ 1.9 log @misc/rust-kanban: update to 0.9.4 - Fixed custom key binds not working - all keys can now be remapped to multiple keys - updated scrollbar look - fixed bad formatting for keybindings in edit keybindings UI - made help text more uniformly styled across all UI elements - fixed not being able to change default date formats @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2024/02/20 21:34:11 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.4 @ 1.8 log @misc/rust-kanban: update to 0.9.3 - Reworked config logic - fixed UI not filling out all available space in certain situations - fixed card view mode ui bugs - improved scrollbars - improved mouse scroll experience - major code quality improvements @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/02/12 14:15:05 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.3 @ 1.7 log @misc/rust-kanban: update to 0.9.2 - free performance improvement with dependency bump @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/01/09 20:03:46 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.2 @ 1.6 log @misc/rust-kanban: update to 0.9.1 - added animation to close button (WIP for animations to all components) - added a toggle to the config for disabling all animations - fixed transparent view card when no cards were present - fix the bug where the view card description was not updated when using the mouse to close the popup - bumped dependencies @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/01/03 15:31:07 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.1 @ 1.5 log @misc/rust-kanban: update to 0.9.0 - Dragging and dropping cards is now possible with the mouse! @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/11/20 11:26:14 pin Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.9.0 @ 1.4 log @misc/rust-kanban: update to 0.8.2 Fixed compile issues on newer versions of rust + bumped dependencies + clippy fixes + added extra info if no cards are present in a board + code refactoring for readability + shifted from saving access tokens to saving refresh tokens + fixed horizontal scrollbar not rendering @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/10/24 22:10:04 wiz Exp $ d3 1 a3 1 DISTNAME= rust-kanban-0.8.2 @ 1.3 log @*: bump for openssl 3 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/09/22 18:52:47 pin Exp $ d3 1 a3 2 DISTNAME= rust-kanban-0.8.1 PKGREVISION= 1 @ 1.2 log @misc/rust-kanban: update to 0.8.1 v0.8.1 Fixed cursor not showing up when editing + clippy fixes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/09/13 20:39:49 pin Exp $ d4 1 @ 1.1 log @misc/rust-kanban: import package Kanban App for the terminal written in rust. This kanban app will allow the user to be more productive by prioritizing tasks and achieving goals faster. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= rust-kanban-0.8.0 d9 1 a9 1 MAINTAINER= pkgsrc-users@@NetBSD.org @