Date: Mon, 19 Aug 2019 20:46:18 +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: r509319 - in head/devel: . rubygem-console Message-ID: <201908192046.x7JKkI7J004039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:46:17 2019 New Revision: 509319 URL: https://svnweb.freebsd.org/changeset/ports/509319 Log: Add rubygem-console 1.4.0 Console provides beautiful console logging for Ruby applications. Implements fast, buffered log output. WWW: https://github.com/socketry/console Added: head/devel/rubygem-console/ head/devel/rubygem-console/Makefile (contents, props changed) head/devel/rubygem-console/distinfo (contents, props changed) head/devel/rubygem-console/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 19 20:45:50 2019 (r509318) +++ head/devel/Makefile Mon Aug 19 20:46:17 2019 (r509319) @@ -5484,6 +5484,7 @@ SUBDIR += rubygem-configatron SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration + SUBDIR += rubygem-console SUBDIR += rubygem-cookbook-omnifetch SUBDIR += rubygem-cool.io SUBDIR += rubygem-corefines Added: head/devel/rubygem-console/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-console/Makefile Mon Aug 19 20:46:17 2019 (r509319) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= console +PORTVERSION= 1.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Beautiful logging for Ruby + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-console/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-console/distinfo Mon Aug 19 20:46:17 2019 (r509319) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566229328 +SHA256 (rubygem/console-1.4.0.gem) = 283e047356af2135f541286fffbb4b5181b473b1f7a421422e967a9ae90dc8c4 +SIZE (rubygem/console-1.4.0.gem) = 13824 Added: head/devel/rubygem-console/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-console/pkg-descr Mon Aug 19 20:46:17 2019 (r509319) @@ -0,0 +1,4 @@ +Console provides beautiful console logging for Ruby applications. Implements +fast, buffered log output. + +WWW: https://github.com/socketry/console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192046.x7JKkI7J004039>