Version: 1.8.10, Package name: influxdb-1.8.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description InfluxDB is a time series, metrics, and analytics database. It's targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. influxdb.rc #!/bin/ksh daemon="${TRUEPREFIX}/bin/influxd" daemon_logger="daemon.info" daemon_user="_influx" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO rc_cmd $1 |
Filesize: 12224.88 KB |
Version History (View Complete History) |
|
2021-11-01 06:57:59 by Landry Breuil | Files touched by this commit (1) |
Log message: databases/influxdb: drop redundant MODGO_VERSION spotted by ajacoutot@ |
2021-11-01 06:57:06 by Landry Breuil | Files touched by this commit (7) |
Log message: databases/influxdb: update to 1.8.10. cf https://docs.influxdata.com/influxdb/v1.8/about_the_project/releasenotes-changelog/#v1810-2021-10-11 for changes since 1.6.4. not updating to the 2.0.x branch yet as it seems a whole different beast. convert port to modules.inc after *much* wrangling with go dependencies, inspiration taken from pkgsrc. Seems to work in basic testing on 7.0. |
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-02-27 02:28:51 by Antoine Jacoutot | Files touched by this commit (18) |
Log message: Use daemon_logger instead of hand crafter rc_start(). |
2021-01-26 11:17:15 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Drop me as maintainer I can't find the time to become familiar with the Go ports infrastructure. Still a user and happy to see updates. |
2020-06-30 08:59:24 by Stuart Henderson | Files touched by this commit (1) |
Log message: influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski |
2020-04-29 05:36:54 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: tyop ok rsadowski@ (maintainer) |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |