svn commit: r464286 - in head/devel: . rubygem-tty-font

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


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

Log:
  Add rubygem-tty-font 0.2.0
  
  TTY::Font provides independent terminal font rendering component for TTY
  toolkit. It writes text in large stylized characters using a variety of terminal
  friendly fonts.
  
  WWW: https://piotrmurach.github.io/tty/
  WWW: https://github.com/piotrmurach/tty-font

Added:
  head/devel/rubygem-tty-font/
  head/devel/rubygem-tty-font/Makefile   (contents, props changed)
  head/devel/rubygem-tty-font/distinfo   (contents, props changed)
  head/devel/rubygem-tty-font/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 12 20:37:19 2018	(r464285)
+++ head/devel/Makefile	Mon Mar 12 20:39:20 2018	(r464286)
@@ -5848,6 +5848,7 @@
     SUBDIR += rubygem-trollop1
     SUBDIR += rubygem-tty-color
     SUBDIR += rubygem-tty-cursor
+    SUBDIR += rubygem-tty-font
     SUBDIR += rubygem-turn
     SUBDIR += rubygem-typed-array
     SUBDIR += rubygem-tzinfo

Added: head/devel/rubygem-tty-font/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-font/Makefile	Mon Mar 12 20:39:20 2018	(r464286)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tty-font
+PORTVERSION=	0.2.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Large stylized characters using terminal friendly fonts
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-tty-font/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-font/distinfo	Mon Mar 12 20:39:20 2018	(r464286)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520792774
+SHA256 (rubygem/tty-font-0.2.0.gem) = 881d4daeb3b3c049222acf435d7de8be9d0b55518d9fb68fed731001421a0aa1
+SIZE (rubygem/tty-font-0.2.0.gem) = 39424

Added: head/devel/rubygem-tty-font/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-font/pkg-descr	Mon Mar 12 20:39:20 2018	(r464286)
@@ -0,0 +1,6 @@
+TTY::Font provides independent terminal font rendering component for TTY
+toolkit. It writes text in large stylized characters using a variety of terminal
+friendly fonts.
+
+WWW: https://piotrmurach.github.io/tty/
+WWW: https://github.com/piotrmurach/tty-font


More information about the svn-ports-head mailing list