Add rubygem-tomlrb1 1.3.0 (copied from rubygem-tomlrb)
- Add PORTSCOUT
This commit is contained in:
parent
172dccf4d2
commit
3a0fec0206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557482
@ -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
|
||||
|
23
textproc/rubygem-tomlrb1/Makefile
Normal file
23
textproc/rubygem-tomlrb1/Makefile
Normal 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>
|
3
textproc/rubygem-tomlrb1/distinfo
Normal file
3
textproc/rubygem-tomlrb1/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1585076931
|
||||
SHA256 (rubygem/tomlrb-1.3.0.gem) = 68666bf53fa70ba686a48a7435ce7e086f5227c58c4c993bd9792f4760f2a503
|
||||
SIZE (rubygem/tomlrb-1.3.0.gem) = 9728
|
4
textproc/rubygem-tomlrb1/pkg-descr
Normal file
4
textproc/rubygem-tomlrb1/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user