git: 33cec3653b43 - main - devel/rubygem-flipper021: Add rubygem-flipper021 0.21.0 (copied from rubygem-flipper)
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 15 20:48:47 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33cec3653b433fe55a7286f501ef3f42268beeec
commit 33cec3653b433fe55a7286f501ef3f42268beeec
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-15 20:31:19 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-15 20:31:19 +0000
devel/rubygem-flipper021: Add rubygem-flipper021 0.21.0 (copied from rubygem-flipper)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-flipper021/Makefile | 22 ++++++++++++++++++++++
devel/rubygem-flipper021/distinfo | 3 +++
devel/rubygem-flipper021/pkg-descr | 9 +++++++++
4 files changed, 35 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index e473916b1b53..00c324b80999 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6175,6 +6175,7 @@
SUBDIR += rubygem-flipper-ui
SUBDIR += rubygem-flipper-ui017
SUBDIR += rubygem-flipper017
+ SUBDIR += rubygem-flipper021
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
SUBDIR += rubygem-fog-core
diff --git a/devel/rubygem-flipper021/Makefile b/devel/rubygem-flipper021/Makefile
new file mode 100644
index 000000000000..b7af9e9492cd
--- /dev/null
+++ b/devel/rubygem-flipper021/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= flipper
+PORTVERSION= 0.21.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 021
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Act of enabling/disabling features in your application
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.21\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper021/distinfo b/devel/rubygem-flipper021/distinfo
new file mode 100644
index 000000000000..ec53129ffc8f
--- /dev/null
+++ b/devel/rubygem-flipper021/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620928697
+SHA256 (rubygem/flipper-0.21.0.gem) = 69329327f0a91e56daf2ca6108d988fd1aedc118f2e1dbac5fcc744a7cad1203
+SIZE (rubygem/flipper-0.21.0.gem) = 99840
diff --git a/devel/rubygem-flipper021/pkg-descr b/devel/rubygem-flipper021/pkg-descr
new file mode 100644
index 000000000000..12e7c6d04f43
--- /dev/null
+++ b/devel/rubygem-flipper021/pkg-descr
@@ -0,0 +1,9 @@
+Feature flipping is the act of enabling or disabling features or parts of your
+application, ideally without re-deploying or changing anything in your code
+base.
+
+The goal of this gem is to make turning features on or off so easy that everyone
+does it. Whatever your data store, throughput, or experience, feature flipping
+should be easy and have minimal impact on your application.
+
+WWW: https://github.com/jnunemaker/flipper
More information about the dev-commits-ports-main
mailing list