aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-tomlrb1
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-10 21:29:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-10 21:29:57 +0000
commit3a0fec02068ad16e8cb82773df6040e9e97898cb (patch)
tree4ce7c290a87220ac0ac2c8739a5862f518f5aeed /textproc/rubygem-tomlrb1
parent172dccf4d239e04e34fdb66a78cfcb81166e9300 (diff)
downloadports-3a0fec02068ad16e8cb82773df6040e9e97898cb.tar.gz
ports-3a0fec02068ad16e8cb82773df6040e9e97898cb.zip
Add rubygem-tomlrb1 1.3.0 (copied from rubygem-tomlrb)
- Add PORTSCOUT
Notes
Notes: svn path=/head/; revision=557482
Diffstat (limited to 'textproc/rubygem-tomlrb1')
-rw-r--r--textproc/rubygem-tomlrb1/Makefile23
-rw-r--r--textproc/rubygem-tomlrb1/distinfo3
-rw-r--r--textproc/rubygem-tomlrb1/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/rubygem-tomlrb1/Makefile b/textproc/rubygem-tomlrb1/Makefile
new file mode 100644
index 000000000000..73b5e2a2f7ea
--- /dev/null
+++ b/textproc/rubygem-tomlrb1/Makefile
@@ -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>
diff --git a/textproc/rubygem-tomlrb1/distinfo b/textproc/rubygem-tomlrb1/distinfo
new file mode 100644
index 000000000000..dddd62d65d05
--- /dev/null
+++ b/textproc/rubygem-tomlrb1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585076931
+SHA256 (rubygem/tomlrb-1.3.0.gem) = 68666bf53fa70ba686a48a7435ce7e086f5227c58c4c993bd9792f4760f2a503
+SIZE (rubygem/tomlrb-1.3.0.gem) = 9728
diff --git a/textproc/rubygem-tomlrb1/pkg-descr b/textproc/rubygem-tomlrb1/pkg-descr
new file mode 100644
index 000000000000..09cb52f4cf4b
--- /dev/null
+++ b/textproc/rubygem-tomlrb1/pkg-descr
@@ -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