devel/rubygem-flipper021: Add rubygem-flipper021 0.21.0 (copied from rubygem-flipper)
- Add PORTSCOUT
This commit is contained in:
parent
a2456ec67a
commit
33cec3653b
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
22
devel/rubygem-flipper021/Makefile
Normal file
22
devel/rubygem-flipper021/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= flipper
|
||||
PORTVERSION= 0.21.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 021
|
||||
|
||||
MAINTAINER= sunpoet@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>
|
3
devel/rubygem-flipper021/distinfo
Normal file
3
devel/rubygem-flipper021/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1620928697
|
||||
SHA256 (rubygem/flipper-0.21.0.gem) = 69329327f0a91e56daf2ca6108d988fd1aedc118f2e1dbac5fcc744a7cad1203
|
||||
SIZE (rubygem/flipper-0.21.0.gem) = 99840
|
9
devel/rubygem-flipper021/pkg-descr
Normal file
9
devel/rubygem-flipper021/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue