aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-21 17:11:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-21 18:11:51 +0000
commit8ca4072c307188ee1e9f09c7bc93aafc56bfdbea (patch)
treed8ec368589bcb0e44ed27559348cc749af997ca0
parent9e294e3c808a5ca331d9bee55f5d4f588c84a8ba (diff)
downloadports-8ca4072c307188ee1e9f09c7bc93aafc56bfdbea.tar.gz
ports-8ca4072c307188ee1e9f09c7bc93aafc56bfdbea.zip
devel/rubygem-trailblazer-option: Add rubygem-trailblazer-option 0.1.1
Trailblazer::Option is the one of the core concept behind traiblazer-operation's step API, reform's populator API etc. It makes us possible to accept any kind of callable objects at compile time and execute them at runtime. WWW: https://github.com/trailblazer/trailblazer-option
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-trailblazer-option/Makefile19
-rw-r--r--devel/rubygem-trailblazer-option/distinfo3
-rw-r--r--devel/rubygem-trailblazer-option/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e998fb102c45..25bc13868910 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6729,6 +6729,7 @@
SUBDIR += rubygem-to_regexp
SUBDIR += rubygem-tool
SUBDIR += rubygem-tracer
+ SUBDIR += rubygem-trailblazer-option
SUBDIR += rubygem-transaction-simple
SUBDIR += rubygem-travis
SUBDIR += rubygem-treetop
diff --git a/devel/rubygem-trailblazer-option/Makefile b/devel/rubygem-trailblazer-option/Makefile
new file mode 100644
index 000000000000..bc85e82de8bc
--- /dev/null
+++ b/devel/rubygem-trailblazer-option/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= trailblazer-option
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Dynamic options to evaluate at runtime
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-trailblazer-option/distinfo b/devel/rubygem-trailblazer-option/distinfo
new file mode 100644
index 000000000000..fd519565ee70
--- /dev/null
+++ b/devel/rubygem-trailblazer-option/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626714602
+SHA256 (rubygem/trailblazer-option-0.1.1.gem) = 59c59c76d20e091f898509ad4f9c7c0017b5bea256b91cd73fa6818372caba79
+SIZE (rubygem/trailblazer-option-0.1.1.gem) = 8704
diff --git a/devel/rubygem-trailblazer-option/pkg-descr b/devel/rubygem-trailblazer-option/pkg-descr
new file mode 100644
index 000000000000..0e640f484f84
--- /dev/null
+++ b/devel/rubygem-trailblazer-option/pkg-descr
@@ -0,0 +1,5 @@
+Trailblazer::Option is the one of the core concept behind traiblazer-operation's
+step API, reform's populator API etc. It makes us possible to accept any kind of
+callable objects at compile time and execute them at runtime.
+
+WWW: https://github.com/trailblazer/trailblazer-option