aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-06-06 03:41:28 +0800
committerMatthias Fechner <mfechner@FreeBSD.org>2018-06-06 03:41:28 +0800
commit0819cb10ca2d4f89f7af6ab00df4d134da34d10b (patch)
treebe8431e186f3360eebaeb17c2e36b857aa6fe14f
parent6693bd52e50740ca818190782e7cfc6d9418ce35 (diff)
downloadfreebsd-ports-0819cb10ca2d4f89f7af6ab00df4d134da34d10b.tar.gz
freebsd-ports-0819cb10ca2d4f89f7af6ab00df4d134da34d10b.tar.zst
freebsd-ports-0819cb10ca2d4f89f7af6ab00df4d134da34d10b.zip
MFH: r466579
Add rubygem-flipper013 0.13.0 (copied from rubygem-flipper) - Add PORTSCOUT Approved by: ports-secteam (eadler)
Notes
Notes: svn path=/branches/2018Q2/; revision=471813
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-flipper013/Makefile22
-rw-r--r--devel/rubygem-flipper013/distinfo3
-rw-r--r--devel/rubygem-flipper013/pkg-descr9
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1d2a684f5fce..445cf2b651ff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5465,6 +5465,7 @@
SUBDIR += rubygem-flipper-active_support_cache_store011
SUBDIR += rubygem-flipper-active_support_cache_store013
SUBDIR += rubygem-flipper011
+ SUBDIR += rubygem-flipper013
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
SUBDIR += rubygem-fog-core
diff --git a/devel/rubygem-flipper013/Makefile b/devel/rubygem-flipper013/Makefile
new file mode 100644
index 000000000000..07aadeea0fc5
--- /dev/null
+++ b/devel/rubygem-flipper013/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= flipper
+PORTVERSION= 0.13.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 013
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Act of enabling/disabling features in your application
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PORTSCOUT= limit:^0\.13\.
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper013/distinfo b/devel/rubygem-flipper013/distinfo
new file mode 100644
index 000000000000..67b767e7d3a5
--- /dev/null
+++ b/devel/rubygem-flipper013/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520176933
+SHA256 (rubygem/flipper-0.13.0.gem) = fc9939dcb2b6606ac641c0401845f4a8bad4574cbcabec588c4d5d33874fb2dd
+SIZE (rubygem/flipper-0.13.0.gem) = 71680
diff --git a/devel/rubygem-flipper013/pkg-descr b/devel/rubygem-flipper013/pkg-descr
new file mode 100644
index 000000000000..12e7c6d04f43
--- /dev/null
+++ b/devel/rubygem-flipper013/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