summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-08 05:16:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-08 05:16:24 +0000
commit97c7443078209ba69b6f19b9a77a2bdea9415b68 (patch)
tree9ec2159061572b7ff4311b0f69366e412af858a0
parent- Add rubygem-parslet 1.6.0 (diff)
- Add rubygem-toml 0.1.1
rubygem-toml is a TOML parser. WWW: https://github.com/jm/toml RG: https://rubygems.org/gems/toml
Notes
Notes: svn path=/head/; revision=353271
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-toml/Makefile20
-rw-r--r--devel/rubygem-toml/distinfo2
-rw-r--r--devel/rubygem-toml/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 66d9f8d9c595..470a1c7a9923 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4412,6 +4412,7 @@
SUBDIR += rubygem-timers
SUBDIR += rubygem-timers1
SUBDIR += rubygem-tins
+ SUBDIR += rubygem-toml
SUBDIR += rubygem-transactionsimple
SUBDIR += rubygem-treetop
SUBDIR += rubygem-trollop
diff --git a/devel/rubygem-toml/Makefile b/devel/rubygem-toml/Makefile
new file mode 100644
index 000000000000..e6f872497d70
--- /dev/null
+++ b/devel/rubygem-toml/Makefile
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= toml
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= TOML parser
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-parslet>=1.5:${PORTSDIR}/textproc/rubygem-parslet
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-toml/distinfo b/devel/rubygem-toml/distinfo
new file mode 100644
index 000000000000..4c27973f9a5c
--- /dev/null
+++ b/devel/rubygem-toml/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/toml-0.1.1.gem) = e8721879bc79f21924e2b876801526ac4e2bf08785dcfb45066f2d8b8dd9add4
+SIZE (rubygem/toml-0.1.1.gem) = 15360
diff --git a/devel/rubygem-toml/pkg-descr b/devel/rubygem-toml/pkg-descr
new file mode 100644
index 000000000000..a3b2acd2f0c3
--- /dev/null
+++ b/devel/rubygem-toml/pkg-descr
@@ -0,0 +1,4 @@
+rubygem-toml is a TOML parser.
+
+WWW: https://github.com/jm/toml
+RG: https://rubygems.org/gems/toml