From owner-svn-ports-head@freebsd.org Sun Dec 20 08:22:48 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58E444BBDC0; Sun, 20 Dec 2020 08:22:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CzFw823Lkz4Ydb; Sun, 20 Dec 2020 08:22:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 397474A24; Sun, 20 Dec 2020 08:22:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BK8MmK2001235; Sun, 20 Dec 2020 08:22:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BK8MlZ3001231; Sun, 20 Dec 2020 08:22:47 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202012200822.0BK8MlZ3001231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sun, 20 Dec 2020 08:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558719 - in head/textproc: . rubygem-mdl X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/textproc: . rubygem-mdl X-SVN-Commit-Revision: 558719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2020 08:22:48 -0000 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 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