git: 8ca4072c3071 - main - devel/rubygem-trailblazer-option: Add rubygem-trailblazer-option 0.1.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:13:21 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ca4072c307188ee1e9f09c7bc93aafc56bfdbea
commit 8ca4072c307188ee1e9f09c7bc93aafc56bfdbea
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:11:55 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-21 18:11:51 +0000
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
---
devel/Makefile | 1 +
devel/rubygem-trailblazer-option/Makefile | 19 +++++++++++++++++++
devel/rubygem-trailblazer-option/distinfo | 3 +++
devel/rubygem-trailblazer-option/pkg-descr | 5 +++++
4 files changed, 28 insertions(+)
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 at FreeBSD.org>
+
+PORTNAME= trailblazer-option
+PORTVERSION= 0.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list