svn commit: r509319 - in head/devel: . rubygem-console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:46:19 UTC 2019


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	console
+PORTVERSION=	1.4.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list