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:
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
|
@ -6451,6 +6451,7 @@
|
||||||
SUBDIR += rubygem-strings-ansi
|
SUBDIR += rubygem-strings-ansi
|
||||||
SUBDIR += rubygem-strong_migrations
|
SUBDIR += rubygem-strong_migrations
|
||||||
SUBDIR += rubygem-strptime
|
SUBDIR += rubygem-strptime
|
||||||
|
SUBDIR += rubygem-strscan
|
||||||
SUBDIR += rubygem-structured_warnings
|
SUBDIR += rubygem-structured_warnings
|
||||||
SUBDIR += rubygem-stud
|
SUBDIR += rubygem-stud
|
||||||
SUBDIR += rubygem-subexec
|
SUBDIR += rubygem-subexec
|
||||||
|
|
17
devel/rubygem-strscan/Makefile
Normal file
17
devel/rubygem-strscan/Makefile
Normal 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>
|
3
devel/rubygem-strscan/distinfo
Normal file
3
devel/rubygem-strscan/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1588335950
|
||||||
|
SHA256 (rubygem/strscan-1.0.3.gem) = 4668f7677a598da4b27906beea01a071d3efaf241f917eb66ff238fea23bcf48
|
||||||
|
SIZE (rubygem/strscan-1.0.3.gem) = 13824
|
3
devel/rubygem-strscan/pkg-descr
Normal file
3
devel/rubygem-strscan/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
StringScanner provides for lexical scanning operations on a String.
|
||||||
|
|
||||||
|
WWW: https://github.com/ruby/strscan
|
Loading…
Reference in a new issue