svn commit: r478335 - in head/devel: . rubygem-strings-ansi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 28 23:58:27 UTC 2018
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= strings-ansi
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list