head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2026.08.26.11.02.18; author pin; state Exp; branches; next 1.2; commitid yQRIUCLDTkj6A8TG; 1.2 date 2026.08.23.14.36.11; author pin; state Exp; branches; next 1.1; commitid aEsbNMDHF7WoRLSG; 1.1 date 2026.08.23.12.08.30; author pin; state Exp; branches; next ; commitid 8NYTmbKF5utM2LSG; desc @@ 1.3 log @www/wikid: update to 2.3.0 new feature(s) spoken articles icon on tab bar for articles with recordings available: 3fa5fa0 keybinds for playing/pausing (a) and stopping (A) the recording: 4ccdd09 bug fix(es) corrected scroll percentage calculation: 9d32aac optimised local search highlighting with linear span splitting: 915c156 fixed t and alt+enter not working in lists modal: 412bb9e qol/style change(s) focus-follows-scroll behaviour for splits: 044aebb pkgsrc note: The package does not require any installed audio backend to build. Hence, none has been added to the package. However, the new "spoken articles" feature will require one of the following to work properly; mpv, ffplay (ffmpeg) or vlc (untested). @ text @# $NetBSD: Makefile,v 1.2 2026/08/23 14:36:11 pin Exp $ DISTNAME= wikid-2.3.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkthakftw/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pin@@NetBSD.org HOMEPAGE= https://github.com/sharkthakftw/wikid/ COMMENT= Feature-rich terminal wikipedia client LICENSE= mit # See, https://github.com/briansmith/ring/issues/1999 .include "../../mk/compiler/i386-sse2.mk" .include "cargo-depends.mk" #RUST_REQ= 1.99.0-beta.1 #Upstream does not state the required MSRV. #This package is confirmed to build with Rust 1.99.0-beta.1 on amd64 .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @www/wikid: adopt pkg @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/08/23 12:08:30 pin Exp $ d3 1 a3 1 DISTNAME= wikid-2.2.0 @ 1.1 log @www/wikid: import pkg Feature-rich terminal wikipedia client. Features - rich launch dashboard: big ascii logo, live wikipedia metrics and a continue reading section. - tabs & splits: work with multiple articles side-by-side or in tabs. - smart status bar: 3-segment layout with active history trails and contextual action hints. - vim-like navigation: intuitive keybindings for fast scrolling, jumping, heading traversal and pane management. - table of contents (o): pop-up outline modal with hierarchical section numbering. - zen mode (z): distraction-free reading canvas with no borders, tab bars, or status indicators. - personalized recommendation feed (F): article discovery feed tailored to your reading history. inspired by xikipedia. - random article discovery (r): instantly fetch and explore random wikipedia articles in new tabs. - in-page search (/): exact substring search with live match highlighting and cycling (n / N). - custom saved lists (m / M): save articles into custom lists stored in ~/.config/wikid/saved_articles.json. - live settings (,): in-app settings modal with instant hot-reloading. @ text @d1 1 a1 1 # $NetBSD$ d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org @