head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.4 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.2 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2025.12.12.07.07.15; author adam; state Exp; branches; next 1.3; commitid YjHKYZ9yeyOtx5mG; 1.3 date 2025.11.20.06.10.39; author adam; state Exp; branches; next 1.2; commitid GMf8uCb27rwVVfjG; 1.2 date 2025.11.18.05.53.31; author adam; state Exp; branches; next 1.1; commitid VoC3S16KxhG7UZiG; 1.1 date 2025.08.25.17.43.30; author adam; state Exp; branches; next ; commitid fBTLk2xyS9b3z88G; desc @@ 1.4 log @mdbook: updated to 0.5.2 0.5.2 Changed Updated Rust crate html5ever to 0.36.0. Updated cargo dependencies. Fixed Fixed repeated error message when HTML config is invalid in mdbook serve. Fixed sidebar scroll position when heading nav is involved. Fixed color for rustdoc error messages. Fixed usage of custom preprocessors with MDBook::test. @ text @# $NetBSD: Makefile,v 1.3 2025/11/20 06:10:39 adam Exp $ DISTNAME= mdBook-0.5.2 PKGNAME= ${DISTNAME:tl} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=rust-lang/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/rust-lang/mdBook COMMENT= Create modern online books from Markdown files LICENSE= mpl-2.0 RUST_REQ= 1.88 WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/mdbook ${DESTDIR}${PREFIX}/bin .include "cargo-depends.mk" .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @mdbook: updated to 0.5.1 0.5.1 Changed Changed the scrollbar background to be transparent. Ignore invalid top-level environment variable config keys. This allows setting things like MDBOOK_VERSION to not cause an error. Fixed Fixed the sidebar heading nav to have the correct nesting levels. Various Font Awesome fixes and improvements. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/11/18 05:53:31 adam Exp $ d3 1 a3 1 DISTNAME= mdBook-0.5.1 @ 1.2 log @mdbook: updated to 0.5.0 0.5.0 The 0.5.0 release is the next major release of mdBook, containing over 130 PRs since 0.4.52! The primary focus for this release has been an evolution of the Rust APIs to make it easier to maintain, to evolve in a backwards-compatible fashion, to clean up some things that have accumulated over time, and to significantly improve the performance and compile-times. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/08/25 17:43:30 adam Exp $ d3 1 a3 1 DISTNAME= mdBook-0.5.0 @ 1.1 log @mdbook: added version 0.4.52 mdBook is a command line tool and Rust crate to create books using Markdown files. It's very similar to Gitbook but written in Rust. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= mdBook-0.4.52 d14 1 a14 1 RUST_REQ= 1.82 @