svn commit: r464278 - in head/textproc: . rubygem-commonmarker

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 12 20:32:01 UTC 2018


Author: sunpoet
Date: Mon Mar 12 20:31:56 2018
New Revision: 464278
URL: https://svnweb.freebsd.org/changeset/ports/464278

Log:
  Add rubygem-commonmarker 0.17.8
  
  CommonMarker is a Ruby wrapper for libcmark-gfm, GitHub's fork of the reference
  parser for CommonMark. It passes all of the C tests, and is therefore
  spec-complete. It also includes extensions to the CommonMark spec as documented
  in the GitHub Flavored Markdown spec, such as support for tables,
  strikethroughs, and autolinking.
  
  WWW: https://github.com/gjtorikian/commonmarker

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Mar 12 20:31:51 2018	(r464277)
+++ head/textproc/Makefile	Mon Mar 12 20:31:56 2018	(r464278)
@@ -1482,6 +1482,7 @@
     SUBDIR += rubygem-coderay
     SUBDIR += rubygem-colorator
     SUBDIR += rubygem-colored
+    SUBDIR += rubygem-commonmarker
     SUBDIR += rubygem-compass
     SUBDIR += rubygem-compass-core
     SUBDIR += rubygem-compass-import-once

Added: head/textproc/rubygem-commonmarker/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-commonmarker/Makefile	Mon Mar 12 20:31:56 2018	(r464278)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	commonmarker
+PORTVERSION=	0.17.8
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Ruby wrapper for libcmark (CommonMark parser)
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-ruby-enum>=0.5:devel/rubygem-ruby-enum
+
+USE_RUBY=	yes
+USES=		gem
+
+PLIST_FILES=	bin/commonmarker
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-commonmarker/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-commonmarker/distinfo	Mon Mar 12 20:31:56 2018	(r464278)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520735176
+SHA256 (rubygem/commonmarker-0.17.8.gem) = b1ace13957b61a08a8f29c62673361ad185a78499ff20eaca566e220c8113f0a
+SIZE (rubygem/commonmarker-0.17.8.gem) = 150528

Added: head/textproc/rubygem-commonmarker/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-commonmarker/pkg-descr	Mon Mar 12 20:31:56 2018	(r464278)
@@ -0,0 +1,7 @@
+CommonMarker is a Ruby wrapper for libcmark-gfm, GitHub's fork of the reference
+parser for CommonMark. It passes all of the C tests, and is therefore
+spec-complete. It also includes extensions to the CommonMark spec as documented
+in the GitHub Flavored Markdown spec, such as support for tables,
+strikethroughs, and autolinking.
+
+WWW: https://github.com/gjtorikian/commonmarker


More information about the svn-ports-head mailing list