Date: Tue, 28 Aug 2018 23:58:26 +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: r478335 - in head/devel: . rubygem-strings-ansi Message-ID: <201808282358.w7SNwQSw073502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 28 23:58:25 2018 New Revision: 478335 URL: https://svnweb.freebsd.org/changeset/ports/478335 Log: Add rubygem-strings-ansi 0.1.0 Strings::ANSI provides ANSI handling for Strings utilities. WWW: https://github.com/piotrmurach/strings-ansi Added: head/devel/rubygem-strings-ansi/ head/devel/rubygem-strings-ansi/Makefile (contents, props changed) head/devel/rubygem-strings-ansi/distinfo (contents, props changed) head/devel/rubygem-strings-ansi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Aug 28 22:41:43 2018 (r478334) +++ head/devel/Makefile Tue Aug 28 23:58:25 2018 (r478335) @@ -6002,6 +6002,7 @@ SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-strings + SUBDIR += rubygem-strings-ansi SUBDIR += rubygem-strong_migrations SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-stud Added: head/devel/rubygem-strings-ansi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-strings-ansi/Makefile Tue Aug 28 23:58:25 2018 (r478335) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= strings-ansi +PORTVERSION= 0.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Methods for processing ANSI escape codes in strings + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-strings-ansi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-strings-ansi/distinfo Tue Aug 28 23:58:25 2018 (r478335) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535481924 +SHA256 (rubygem/strings-ansi-0.1.0.gem) = 3ef265ac7eb13eceeb9d1f475dff8d2f85f7ee6a0345b5de554a756523ffa6cb +SIZE (rubygem/strings-ansi-0.1.0.gem) = 9728 Added: head/devel/rubygem-strings-ansi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-strings-ansi/pkg-descr Tue Aug 28 23:58:25 2018 (r478335) @@ -0,0 +1,3 @@ +Strings::ANSI provides ANSI handling for Strings utilities. + +WWW: https://github.com/piotrmurach/strings-ansi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808282358.w7SNwQSw073502>