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:
@@ -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
|
||||
|
||||
18
devel/rubygem-strings-ansi/Makefile
Normal file
18
devel/rubygem-strings-ansi/Makefile
Normal 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>
|
||||
3
devel/rubygem-strings-ansi/distinfo
Normal file
3
devel/rubygem-strings-ansi/distinfo
Normal 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
|
||||
3
devel/rubygem-strings-ansi/pkg-descr
Normal file
3
devel/rubygem-strings-ansi/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Strings::ANSI provides ANSI handling for Strings utilities.
|
||||
|
||||
WWW: https://github.com/piotrmurach/strings-ansi
|
||||
Reference in New Issue
Block a user