Date: Mon, 12 Mar 2018 20:42:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464294 - in head/devel: . rubygem-tty-markdown Message-ID: <201803122042.w2CKgP47009378@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:42:25 2018 New Revision: 464294 URL: https://svnweb.freebsd.org/changeset/ports/464294 Log: Add rubygem-tty-markdown 0.2.0 TTY::Markdown provides independent markdown processing component for TTY toolkit. It converts a markdown document or text into a terminal friendly output. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-markdown Added: head/devel/rubygem-tty-markdown/ head/devel/rubygem-tty-markdown/Makefile (contents, props changed) head/devel/rubygem-tty-markdown/distinfo (contents, props changed) head/devel/rubygem-tty-markdown/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:42:08 2018 (r464293) +++ head/devel/Makefile Mon Mar 12 20:42:25 2018 (r464294) @@ -5851,6 +5851,7 @@ SUBDIR += rubygem-tty-command SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-tty-font + SUBDIR += rubygem-tty-markdown SUBDIR += rubygem-tty-platform SUBDIR += rubygem-tty-screen SUBDIR += rubygem-tty-tree Added: head/devel/rubygem-tty-markdown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-markdown/Makefile Mon Mar 12 20:42:25 2018 (r464294) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-markdown +PORTVERSION= 0.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Convert markdown document/text into terminal friendly output + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-kramdown>=1.16.2:textproc/rubygem-kramdown \ + rubygem-pastel>=0.7.2:devel/rubygem-pastel \ + rubygem-rouge>=3.1.0:textproc/rubygem-rouge \ + rubygem-strings>=0.1.0:devel/rubygem-strings \ + rubygem-tty-color>=0.4.2:devel/rubygem-tty-color \ + rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-tty-markdown/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-markdown/distinfo Mon Mar 12 20:42:25 2018 (r464294) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520793198 +SHA256 (rubygem/tty-markdown-0.2.0.gem) = d59ff067efb15adc85a7bfa6870b45dcf1859da57a483ba494ef8cf341cad323 +SIZE (rubygem/tty-markdown-0.2.0.gem) = 44032 Added: head/devel/rubygem-tty-markdown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-markdown/pkg-descr Mon Mar 12 20:42:25 2018 (r464294) @@ -0,0 +1,6 @@ +TTY::Markdown provides independent markdown processing component for TTY +toolkit. It converts a markdown document or text into a terminal friendly +output. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-markdown
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122042.w2CKgP47009378>