From 74507e937761e618659b9c3f13daa3a7f20e4cee Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Wed, 1 Jul 2026 18:36:08 +0200 Subject: [PATCH] markdownlint-cli: new port (0.49.0) Signed-off-by: Paul Guyot --- textproc/markdownlint-cli/Portfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 textproc/markdownlint-cli/Portfile diff --git a/textproc/markdownlint-cli/Portfile b/textproc/markdownlint-cli/Portfile new file mode 100644 index 00000000000..c54f6b8609a --- /dev/null +++ b/textproc/markdownlint-cli/Portfile @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup npm 1.0 + +name markdownlint-cli +version 0.49.0 +revision 0 + +categories textproc devel +license MIT +platforms any +supported_archs noarch +maintainers {pguyot @pguyot} openmaintainer + +description Command line interface for MarkdownLint +long_description {*}${description} + +homepage https://github.com/igorshubovych/markdownlint-cli + +checksums rmd160 3ea827bc60a3937d64ec91702087f9afc8eb9c54 \ + sha256 7ee7906ac4ccedcc59c24af24a2a78eb185d70a0d8c852825579a39b76d3d6c6 \ + size 8785