pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rumdl: finish package
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Thu Oct 16 13:37:07 2025 +0200
Changeset: 4ba37cc01ba103d9f3689d55a14de0755b2cabc3
Modified Files:
rumdl/DESCR
rumdl/Makefile
rumdl/PLIST
Removed Files:
rumdl/TODO
Log Message:
rumdl: finish package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ba37cc01ba103d9f3689d55a14de0755b2cabc3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rumdl/DESCR | 8 ++++++--
rumdl/Makefile | 1 +
rumdl/PLIST | 4 +---
rumdl/TODO | 1 -
4 files changed, 8 insertions(+), 6 deletions(-)
diffs:
diff --git a/rumdl/DESCR b/rumdl/DESCR
index 30e41add36..c9f8a1b8c0 100644
--- a/rumdl/DESCR
+++ b/rumdl/DESCR
@@ -1,2 +1,6 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+A high-performance Markdown linter, written in Rust.
+
+rumdl is a high-performance Markdown linter and formatter that helps
+ensure consistency and best practices in your Markdown files.
+Inspired by ruff 's approach to Python linting, rumdl brings similar
+speed and developer experience improvements to the Markdown ecosystem.
diff --git a/rumdl/Makefile b/rumdl/Makefile
index 52c359d5ba..2633d90269 100644
--- a/rumdl/Makefile
+++ b/rumdl/Makefile
@@ -11,6 +11,7 @@ COMMENT= Markdown Linter
LICENSE= mit
RUST_REQ= 1.89.0
+USE_LANGUAGES+= c c++
.include "cargo-depends.mk"
.include "../../lang/rust/cargo.mk"
diff --git a/rumdl/PLIST b/rumdl/PLIST
index 92ba51a2d7..14460351ef 100644
--- a/rumdl/PLIST
+++ b/rumdl/PLIST
@@ -1,4 +1,2 @@
@comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/rumdl
diff --git a/rumdl/TODO b/rumdl/TODO
deleted file mode 100644
index ceaeb25ece..0000000000
--- a/rumdl/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Needs rust 1.89.
Home |
Main Index |
Thread Index |
Old Index