Add rubygem-strscan 1.0.3

StringScanner provides for lexical scanning operations on a String.

WWW: https://github.com/ruby/strscan
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-16 10:49:56 +00:00
parent 637a6ec327
commit 2f210f113e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535385
4 changed files with 24 additions and 0 deletions

View file

@ -6451,6 +6451,7 @@
SUBDIR += rubygem-strings-ansi
SUBDIR += rubygem-strong_migrations
SUBDIR += rubygem-strptime
SUBDIR += rubygem-strscan
SUBDIR += rubygem-structured_warnings
SUBDIR += rubygem-stud
SUBDIR += rubygem-subexec

View file

@ -0,0 +1,17 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= strscan
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide lexical scanning operations on a String
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1588335950
SHA256 (rubygem/strscan-1.0.3.gem) = 4668f7677a598da4b27906beea01a071d3efaf241f917eb66ff238fea23bcf48
SIZE (rubygem/strscan-1.0.3.gem) = 13824

View file

@ -0,0 +1,3 @@
StringScanner provides for lexical scanning operations on a String.
WWW: https://github.com/ruby/strscan