svn commit: r535385 - in head/devel: . rubygem-strscan
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 16 10:49:57 UTC 2020
Author: sunpoet
Date: Sat May 16 10:49:56 2020
New Revision: 535385
URL: https://svnweb.freebsd.org/changeset/ports/535385
Log:
Add rubygem-strscan 1.0.3
StringScanner provides for lexical scanning operations on a String.
WWW: https://github.com/ruby/strscan
Added:
head/devel/rubygem-strscan/
head/devel/rubygem-strscan/Makefile (contents, props changed)
head/devel/rubygem-strscan/distinfo (contents, props changed)
head/devel/rubygem-strscan/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat May 16 10:49:50 2020 (r535384)
+++ head/devel/Makefile Sat May 16 10:49:56 2020 (r535385)
@@ -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
Added: head/devel/rubygem-strscan/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strscan/Makefile Sat May 16 10:49:56 2020 (r535385)
@@ -0,0 +1,17 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= strscan
+PORTVERSION= 1.0.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Provide lexical scanning operations on a String
+
+LICENSE= BSD2CLAUSE
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-strscan/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strscan/distinfo Sat May 16 10:49:56 2020 (r535385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588335950
+SHA256 (rubygem/strscan-1.0.3.gem) = 4668f7677a598da4b27906beea01a071d3efaf241f917eb66ff238fea23bcf48
+SIZE (rubygem/strscan-1.0.3.gem) = 13824
Added: head/devel/rubygem-strscan/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-strscan/pkg-descr Sat May 16 10:49:56 2020 (r535385)
@@ -0,0 +1,3 @@
+StringScanner provides for lexical scanning operations on a String.
+
+WWW: https://github.com/ruby/strscan
More information about the svn-ports-all
mailing list