Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 08:22:47 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558719 - in head/textproc: . rubygem-mdl
Message-ID:  <202012200822.0BK8MlZ3001231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Dec 20 08:22:47 2020
New Revision: 558719
URL: https://svnweb.freebsd.org/changeset/ports/558719

Log:
  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

Added:
  head/textproc/rubygem-mdl/
  head/textproc/rubygem-mdl/Makefile   (contents, props changed)
  head/textproc/rubygem-mdl/distinfo   (contents, props changed)
  head/textproc/rubygem-mdl/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Dec 20 07:49:34 2020	(r558718)
+++ head/textproc/Makefile	Sun Dec 20 08:22:47 2020	(r558719)
@@ -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

Added: head/textproc/rubygem-mdl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-mdl/Makefile	Sun Dec 20 08:22:47 2020	(r558719)
@@ -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>

Added: head/textproc/rubygem-mdl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-mdl/distinfo	Sun Dec 20 08:22:47 2020	(r558719)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608383815
+SHA256 (rubygem/mdl-0.11.0.gem) = 18d3dbf9d9dfa128de541166c63879d04256f1f539a35e19b1a8312db6c1ff6d
+SIZE (rubygem/mdl-0.11.0.gem) = 17920

Added: head/textproc/rubygem-mdl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-mdl/pkg-descr	Sun Dec 20 08:22:47 2020	(r558719)
@@ -0,0 +1,3 @@
+A tool to check markdown files and flag style issues.
+
+WWW: https://github.com/markdownlint/markdownlint



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012200822.0BK8MlZ3001231>