Added new port required by Gitlab-ce.
https://rubygems.org/gems/influxdb
This commit is contained in:
parent
e526706bc5
commit
af97a143b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500003
4 changed files with 27 additions and 0 deletions
|
@ -951,6 +951,7 @@
|
|||
SUBDIR += rubygem-globalid-rails50
|
||||
SUBDIR += rubygem-her
|
||||
SUBDIR += rubygem-hiredis
|
||||
SUBDIR += rubygem-influxdb
|
||||
SUBDIR += rubygem-jdbc-mysql
|
||||
SUBDIR += rubygem-leo_manager_client
|
||||
SUBDIR += rubygem-mario-redis-lock
|
||||
|
|
20
databases/rubygem-influxdb/Makefile
Normal file
20
databases/rubygem-influxdb/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= influxdb
|
||||
PORTVERSION= 0.7.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby library for InfluxDB
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-influxdb/distinfo
Normal file
3
databases/rubygem-influxdb/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1556201882
|
||||
SHA256 (rubygem/influxdb-0.7.0.gem) = a943a6f7b1d93cc3b627a50bc44b83cfad3fe0e102eac610b983e4d515412b60
|
||||
SIZE (rubygem/influxdb-0.7.0.gem) = 43520
|
3
databases/rubygem-influxdb/pkg-descr
Normal file
3
databases/rubygem-influxdb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the official Ruby library for InfluxDB.
|
||||
|
||||
WWW: http://influxdb.org/
|
Loading…
Reference in a new issue