Date: Thu, 31 May 2018 19:48:28 +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: r471225 - in head/devel: . rubygem-tty-config Message-ID: <201805311948.w4VJmSQx082817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 31 19:48:28 2018 New Revision: 471225 URL: https://svnweb.freebsd.org/changeset/ports/471225 Log: Add rubygem-tty-config 0.2.0 TTY::Config provides app configuration component for TTY toolkit. It defines, reads and writes any Ruby app configurations with a penchant for terminal clients. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-config Added: head/devel/rubygem-tty-config/ head/devel/rubygem-tty-config/Makefile (contents, props changed) head/devel/rubygem-tty-config/distinfo (contents, props changed) head/devel/rubygem-tty-config/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 31 19:42:36 2018 (r471224) +++ head/devel/Makefile Thu May 31 19:48:28 2018 (r471225) @@ -5955,6 +5955,7 @@ SUBDIR += rubygem-tty SUBDIR += rubygem-tty-color SUBDIR += rubygem-tty-command + SUBDIR += rubygem-tty-config SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-tty-editor SUBDIR += rubygem-tty-file Added: head/devel/rubygem-tty-config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-config/Makefile Thu May 31 19:48:28 2018 (r471225) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-config +PORTVERSION= 0.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Define, read and write any Ruby app configurations + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-tty-config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-config/distinfo Thu May 31 19:48:28 2018 (r471225) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527788610 +SHA256 (rubygem/tty-config-0.2.0.gem) = f2da9637d84e72fa11c0268d3c7bb43503fc4bd1fbf051bdff3379b2e4722ef9 +SIZE (rubygem/tty-config-0.2.0.gem) = 15872 Added: head/devel/rubygem-tty-config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-config/pkg-descr Thu May 31 19:48:28 2018 (r471225) @@ -0,0 +1,6 @@ +TTY::Config provides app configuration component for TTY toolkit. It defines, +reads and writes any Ruby app configurations with a penchant for terminal +clients. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311948.w4VJmSQx082817>