mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New port: Tool to check markdown files and flag style issues
It is expected that this port fails to build till the complete rubygem-chef upgrade is committed which can take some time depending on some approvals. PR: 234114 Submitted by: vvelox@vvelox.net
This commit is contained in:
parent
511b4c778d
commit
f60498621a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558719
@ -1610,6 +1610,7 @@
|
||||
SUBDIR += rubygem-loofah
|
||||
SUBDIR += rubygem-ltsv
|
||||
SUBDIR += rubygem-markaby
|
||||
SUBDIR += rubygem-mdl
|
||||
SUBDIR += rubygem-minima
|
||||
SUBDIR += rubygem-multi_xml
|
||||
SUBDIR += rubygem-nokogiri
|
||||
|
26
textproc/rubygem-mdl/Makefile
Normal file
26
textproc/rubygem-mdl/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mdl
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Check markdown files and flag style issues
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-kramdown>=2.3<3:textproc/rubygem-kramdown \
|
||||
rubygem-kramdown-parser-gfm>=1.1<2:textproc/rubygem-kramdown-parser-gfm \
|
||||
rubygem-mixlib-cli>=2.1.1<3:devel/rubygem-mixlib-cli \
|
||||
rubygem-mixlib-config>=2.2.1<4:devel/rubygem-mixlib-config \
|
||||
rubygem-mixlib-shellout>=0:devel/rubygem-mixlib-shellout
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/mdl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-mdl/distinfo
Normal file
3
textproc/rubygem-mdl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608383815
|
||||
SHA256 (rubygem/mdl-0.11.0.gem) = 18d3dbf9d9dfa128de541166c63879d04256f1f539a35e19b1a8312db6c1ff6d
|
||||
SIZE (rubygem/mdl-0.11.0.gem) = 17920
|
3
textproc/rubygem-mdl/pkg-descr
Normal file
3
textproc/rubygem-mdl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A tool to check markdown files and flag style issues.
|
||||
|
||||
WWW: https://github.com/markdownlint/markdownlint
|
Loading…
Reference in New Issue
Block a user