svn commit: r444193 - in head/devel: . rubygem-flipper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 23 21:18:30 UTC 2017


Author: sunpoet
Date: Fri Jun 23 21:18:28 2017
New Revision: 444193
URL: https://svnweb.freebsd.org/changeset/ports/444193

Log:
  Add rubygem-flipper 0.10.2
  
  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

Added:
  head/devel/rubygem-flipper/
  head/devel/rubygem-flipper/Makefile   (contents, props changed)
  head/devel/rubygem-flipper/distinfo   (contents, props changed)
  head/devel/rubygem-flipper/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jun 23 21:17:52 2017	(r444192)
+++ head/devel/Makefile	Fri Jun 23 21:18:28 2017	(r444193)
@@ -5325,6 +5325,7 @@
     SUBDIR += rubygem-file-tail
     SUBDIR += rubygem-filesize
     SUBDIR += rubygem-flexmock
+    SUBDIR += rubygem-flipper
     SUBDIR += rubygem-fluent-logger
     SUBDIR += rubygem-fog
     SUBDIR += rubygem-fog-core

Added: head/devel/rubygem-flipper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-flipper/Makefile	Fri Jun 23 21:18:28 2017	(r444193)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	flipper
+PORTVERSION=	0.10.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Act of enabling/disabling features in your application
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-flipper/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-flipper/distinfo	Fri Jun 23 21:18:28 2017	(r444193)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498224657
+SHA256 (rubygem/flipper-0.10.2.gem) = 175932fc945b0185b267a1ee7c36b7ce51735326bc495b07c327cf0c24697bbd
+SIZE (rubygem/flipper-0.10.2.gem) = 50688

Added: head/devel/rubygem-flipper/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-flipper/pkg-descr	Fri Jun 23 21:18:28 2017	(r444193)
@@ -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 svn-ports-all mailing list