Add rubygem-tomlrb1 1.3.0 (copied from rubygem-tomlrb)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-10 21:29:57 +00:00
parent 172dccf4d2
commit 3a0fec0206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557482
4 changed files with 31 additions and 0 deletions

View File

@ -1689,6 +1689,7 @@
SUBDIR += rubygem-tidy_ffi
SUBDIR += rubygem-toml
SUBDIR += rubygem-tomlrb
SUBDIR += rubygem-tomlrb1
SUBDIR += rubygem-truncato
SUBDIR += rubygem-twitter-text
SUBDIR += rubygem-twitter-text1

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tomlrb
PORTVERSION= 1.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Racc-based TOML parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1585076931
SHA256 (rubygem/tomlrb-1.3.0.gem) = 68666bf53fa70ba686a48a7435ce7e086f5227c58c4c993bd9792f4760f2a503
SIZE (rubygem/tomlrb-1.3.0.gem) = 9728

View File

@ -0,0 +1,4 @@
Tomlrb is a Racc-based TOML Ruby parser supporting the 0.4.0 version of the
spec.
WWW: https://github.com/fbernier/tomlrb