1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add rubygem-brpoplpush-redis_script 0.1.1

Bring your own LUA scripts into redis

WWW: https://github.com/brpoplpush/brpoplpush-redis_script
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-30 12:17:57 +00:00
parent 2b1ce014fa
commit 6a3150483b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563290
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Bring your own LUA scripts into redis
WWW: https://github.com/brpoplpush/brpoplpush-redis_script