diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:17:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:17:57 +0000 |
commit | 6a3150483b01403692221dc0252431e2fedc99ad (patch) | |
tree | 1cdf2a88b30899ea475ad396792845656e7d5785 | |
parent | graphics/drm-{current,fbsd13}-kmod: Update pkg-message (diff) |
Add rubygem-brpoplpush-redis_script 0.1.1
Bring your own LUA scripts into redis
WWW: https://github.com/brpoplpush/brpoplpush-redis_script
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-brpoplpush-redis_script/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-brpoplpush-redis_script/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-brpoplpush-redis_script/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7808ca885e24..6d35dd0370e0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5916,6 +5916,7 @@ SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bootsnap14 SUBDIR += rubygem-bootstrap_form + SUBDIR += rubygem-brpoplpush-redis_script SUBDIR += rubygem-bson SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots diff --git a/devel/rubygem-brpoplpush-redis_script/Makefile b/devel/rubygem-brpoplpush-redis_script/Makefile new file mode 100644 index 000000000000..67ea4de7bac6 --- /dev/null +++ b/devel/rubygem-brpoplpush-redis_script/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= brpoplpush-redis_script +PORTVERSION= 0.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Bring your own LUA scripts into redis + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \ + rubygem-redis>=1.0<5.0:databases/rubygem-redis + +USES= gem +USE_RUBY= yes + +#NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-brpoplpush-redis_script/distinfo b/devel/rubygem-brpoplpush-redis_script/distinfo new file mode 100644 index 000000000000..5ec7c166b0c1 --- /dev/null +++ b/devel/rubygem-brpoplpush-redis_script/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1611856488 +SHA256 (rubygem/brpoplpush-redis_script-0.1.1.gem) = dd65e5bc5a3d7bb6a5e6e2b7476945aea9b710d04d945333af31f355c9eaafae +SIZE (rubygem/brpoplpush-redis_script-0.1.1.gem) = 12288 diff --git a/devel/rubygem-brpoplpush-redis_script/pkg-descr b/devel/rubygem-brpoplpush-redis_script/pkg-descr new file mode 100644 index 000000000000..ab26897ae79d --- /dev/null +++ b/devel/rubygem-brpoplpush-redis_script/pkg-descr @@ -0,0 +1,3 @@ +Bring your own LUA scripts into redis + +WWW: https://github.com/brpoplpush/brpoplpush-redis_script |