FreeBSD Bugzilla – Attachment 243688 Details for
Bug 271416
databases/influxdb: Update to version 2 (actually 2.7)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Unsuccessful attempt to create a port for InfluxDB 2.7.1
influxdb2-port.commit (text/plain), 2.99 KB, created by
Nils Johannsen
on 2023-07-29 13:21:27 UTC
(
hide
)
Description:
Unsuccessful attempt to create a port for InfluxDB 2.7.1
Filename:
MIME Type:
Creator:
Nils Johannsen
Created:
2023-07-29 13:21:27 UTC
Size:
2.99 KB
patch
obsolete
>commit fa45c54037e4a1ce432ad41313253eee0f9064ae >Author: Nils Johannsen <n.johannsen@beckhoff.com> >Date: Sat Jul 29 13:10:50 2023 +0000 > > databases/influxdb2: new version of influxdb > >diff --git a/databases/Makefile b/databases/Makefile >index b3cf3b7b7c56..ee279502a25e 100644 >--- a/databases/Makefile >+++ b/databases/Makefile >@@ -103,6 +103,7 @@ > SUBDIR += immudb > SUBDIR += imposm3 > SUBDIR += influxdb >+ SUBDIR += influxdb2 > SUBDIR += influxdb2-cli > SUBDIR += innotop > SUBDIR += iowow >diff --git a/databases/influxdb2/Makefile b/databases/influxdb2/Makefile >new file mode 100644 >index 000000000000..20c99cf0d089 >--- /dev/null >+++ b/databases/influxdb2/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= influxdb2 >+DISTVERSIONPREFIX= v >+DISTVERSION= 2.7.1 >+CATEGORIES= databases net-mgmt >+ >+MAINTAINER= driesm@FreeBSD.org >+COMMENT= Open-source distributed time series database >+WWW= https://github.com/influxdata/influxdb >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= gmake go:modules >+USE_GITHUB= nodefault >+GH_TUPLE= golang:sys:v0.6.0:sys >+ >+GO_MODULE= github.com/influxdata/influxdb/v2 >+GO_TARGET= ./cmd/influxd >+ >+CONFLICTS_INSTALL= influxdb >+ >+PLIST_FILES= bin/influx >+ >+pre-patch: >+ ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys >+ ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys >+ >+.include <bsd.port.mk> >diff --git a/databases/influxdb2/distinfo b/databases/influxdb2/distinfo >new file mode 100644 >index 000000000000..9a2d4d246728 >--- /dev/null >+++ b/databases/influxdb2/distinfo >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1682707118 >+SHA256 (go/databases_influxdb2/influxdb2-v2.7.1/v2.7.1.mod) = cada6e5e059ded4d38a22d8eb4c6c2702071cc6ef8c59c884421afacdc2022d3 >+SIZE (go/databases_influxdb2/influxdb2-v2.7.1/v2.7.1.mod) = 11356 >+SHA256 (go/databases_influxdb2/influxdb2-v2.7.1/v2.7.1.zip) = aa4cab928061f0190058f27002b67ac0ed8707c29e893bfe425d65ad4ac9d690 >+SIZE (go/databases_influxdb2/influxdb2-v2.7.1/v2.7.1.zip) = 15125044 >+SHA256 (go/databases_influxdb2/influxdb2-v2.7.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 >+SIZE (go/databases_influxdb2/influxdb2-v2.7.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 >diff --git a/databases/influxdb2/pkg-descr b/databases/influxdb2/pkg-descr >new file mode 100644 >index 000000000000..7fe79ffa0935 >--- /dev/null >+++ b/databases/influxdb2/pkg-descr >@@ -0,0 +1,14 @@ >+An open-source, distributed, time series database with no external >+dependencies. InfluxDB is the new home for all of your metrics, >+events, and analytics. >+ >+InfluxDB is a time series, metrics, and analytics database. It'written >+in Go and has no external dependencies. That means once you install >+it there's nothing else to manage (like Redis, ZooKeeper, HBase, >+or whatever). >+ >+InfluxDB is targeted at use cases for DevOps, metrics, sensor data, >+and real-time analytics. It arose from our need for a database like >+this on more than a few previous products we' built. You can read >+more about our jurney from SaaS application to open source time >+series database.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271416
:
243687
|
243688
|
244365
|
244565
|
245610
|
245637