git: 4db8b1c10b59 - main - devel/rubygem-flipper025: Add rubygem-flipper025 0.25.4 (copied from rubygem-flipper)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:05:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4db8b1c10b59eafd56920dfd6ee53c1067ccd051

commit 4db8b1c10b59eafd56920dfd6ee53c1067ccd051
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:21:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:58:55 +0000

    devel/rubygem-flipper025: Add rubygem-flipper025 0.25.4 (copied from rubygem-flipper)
    
    - Add PORTSCOUT
---
 devel/Makefile                     |  1 +
 devel/rubygem-flipper025/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-flipper025/distinfo  |  3 +++
 devel/rubygem-flipper025/pkg-descr |  7 +++++++
 4 files changed, 31 insertions(+)

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.