svn commit: r513507 - in head/devel: . rubygem-tty-logger
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 1 19:15:26 UTC 2019
Author: sunpoet
Date: Tue Oct 1 19:15:24 2019
New Revision: 513507
URL: https://svnweb.freebsd.org/changeset/ports/513507
Log:
Add rubygem-tty-logger 0.2.0
TTY::Logger provides independent logging component for TTY toolkit.
WWW: https://ttytoolkit.org/
WWW: https://github.com/piotrmurach/tty-logger
Added:
head/devel/rubygem-tty-logger/
head/devel/rubygem-tty-logger/Makefile (contents, props changed)
head/devel/rubygem-tty-logger/distinfo (contents, props changed)
head/devel/rubygem-tty-logger/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Oct 1 19:02:20 2019 (r513506)
+++ head/devel/Makefile Tue Oct 1 19:15:24 2019 (r513507)
@@ -6297,6 +6297,7 @@
SUBDIR += rubygem-tty-editor
SUBDIR += rubygem-tty-file
SUBDIR += rubygem-tty-font
+ SUBDIR += rubygem-tty-logger
SUBDIR += rubygem-tty-markdown
SUBDIR += rubygem-tty-pager
SUBDIR += rubygem-tty-pie
Added: head/devel/rubygem-tty-logger/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-tty-logger/Makefile Tue Oct 1 19:15:24 2019 (r513507)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tty-logger
+PORTVERSION= 0.2.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Readable, structured and beautiful terminal logging
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-pastel>=0.7.0<0.8:devel/rubygem-pastel
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-tty-logger/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-tty-logger/distinfo Tue Oct 1 19:15:24 2019 (r513507)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1569950972
+SHA256 (rubygem/tty-logger-0.2.0.gem) = 41768bb12c7dc7e5cd16301d70d72b31c01b28a754d201f1b2c6fee5db9fd26c
+SIZE (rubygem/tty-logger-0.2.0.gem) = 26112
Added: head/devel/rubygem-tty-logger/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-tty-logger/pkg-descr Tue Oct 1 19:15:24 2019 (r513507)
@@ -0,0 +1,4 @@
+TTY::Logger provides independent logging component for TTY toolkit.
+
+WWW: https://ttytoolkit.org/
+WWW: https://github.com/piotrmurach/tty-logger
More information about the svn-ports-all
mailing list