aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:21:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:58:55 +0000
commit4db8b1c10b59eafd56920dfd6ee53c1067ccd051 (patch)
tree116a241b3db21aaa761a6e41f19dde40dd7deea5
parentdffb498c15a044d877b56c94c631301d7b67a94f (diff)
downloadports-4db8b1c10b59eafd56920dfd6ee53c1067ccd051.tar.gz
ports-4db8b1c10b59eafd56920dfd6ee53c1067ccd051.zip
devel/rubygem-flipper025: Add rubygem-flipper025 0.25.4 (copied from rubygem-flipper)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-flipper025/Makefile20
-rw-r--r--devel/rubygem-flipper025/distinfo3
-rw-r--r--devel/rubygem-flipper025/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 678d223ac6a3..de37fe2870af 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6599,6 +6599,7 @@
SUBDIR += rubygem-flipper-active_support_cache_store
SUBDIR += rubygem-flipper-active_support_cache_store-rails61
SUBDIR += rubygem-flipper-ui
+ SUBDIR += rubygem-flipper025
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
SUBDIR += rubygem-fog-core
diff --git a/devel/rubygem-flipper025/Makefile b/devel/rubygem-flipper025/Makefile
new file mode 100644
index 000000000000..b47bd25ce19b
--- /dev/null
+++ b/devel/rubygem-flipper025/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= flipper
+PORTVERSION= 0.25.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 025
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Act of enabling/disabling features in your application
+WWW= https://github.com/jnunemaker/flipper
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.25\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper025/distinfo b/devel/rubygem-flipper025/distinfo
new file mode 100644
index 000000000000..e800f6a7c8e9
--- /dev/null
+++ b/devel/rubygem-flipper025/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1669058065
+SHA256 (rubygem/flipper-0.25.4.gem) = 5f1d8972f352e471bb308fc580ff782fdd71ab9c40bcf904f848162a299f0c13
+SIZE (rubygem/flipper-0.25.4.gem) = 101888
diff --git a/devel/rubygem-flipper025/pkg-descr b/devel/rubygem-flipper025/pkg-descr
new file mode 100644
index 000000000000..a6796c0f624e
--- /dev/null
+++ b/devel/rubygem-flipper025/pkg-descr
@@ -0,0 +1,7 @@
+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.