Add rubygem-strings-ansi 0.1.0

Strings::ANSI provides ANSI handling for Strings utilities.

WWW: https://github.com/piotrmurach/strings-ansi
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2018-08-28 23:58:25 +00:00
parent 0055bfb3f3
commit 193cf2cae1
4 changed files with 25 additions and 0 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1535481924
SHA256 (rubygem/strings-ansi-0.1.0.gem) = 3ef265ac7eb13eceeb9d1f475dff8d2f85f7ee6a0345b5de554a756523ffa6cb
SIZE (rubygem/strings-ansi-0.1.0.gem) = 9728

View File

@@ -0,0 +1,3 @@
Strings::ANSI provides ANSI handling for Strings utilities.
WWW: https://github.com/piotrmurach/strings-ansi