Version: 0.5.1, Package name: facette-0.5.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Facette is a web application to display time series data from various sources - such as collectd, Graphite or InfluxDB - on graphs, designed to be easy to setup and to use. facette.rc #!/bin/ksh # # $OpenBSD: facette.rc,v 1.5 2018/08/31 14:04:40 danj Exp $ daemon="${TRUEPREFIX}/bin/facette" daemon_user="_facette" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO rc_cmd $1 |
Filesize: 3624.994 KB |
Version History (View Complete History) |
|
2020-11-04 07:28:22 by Stuart Henderson | Files touched by this commit (1) |
Log message: mark facette broken, it fetches from internet during build so it fails in bulk builds and also in builds where the porter has set PORTS_PRIVSEP=Yes and disabled internet access for the build user (which I strongly recommend for all porters) ok aja@ |
2020-10-21 19:56:22 by Aaron Bieber | Files touched by this commit (1) |
Log message: Remove missed BROKEN marker. |
2019-12-12 19:44:10 by Aaron Bieber | Files touched by this commit (6) |
Log message: Update facette to 0.5.1. This fixes the build with the latest node. OK landry@ |
2019-12-04 09:31:17 by Stuart Henderson | Files touched by this commit (1) |
Log message: mark BROKEN until someone gets round to fixing this, broken by the node update. |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-24 07:02:40 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to facette 0.4.1. Unbreaks after node update. ok abieber@ |
2018-10-08 08:07:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: minimal diff to unbreak sysutils/facette build following update of lang/go to 1.11 not tested at runtime - "it builds, lets ship it" landry@ |
2018-08-31 08:04:40 by Daniel Jakots | Files touched by this commit (2) |
Log message: Debug knob is now in the config file, there's no more flag for it ok landry@ |
2018-04-25 10:09:56 by Landry Breuil | Files touched by this commit (7) |
Log message: Update to facette 0.4.0. Cf https://blog.facette.io/2017/12/19/facette-0-4-0-released/ Warning: since the whole backend has been rewritten from scratch and no migration path is provided, you'll lose graphs configured in 0.3.0. sorry. |
2018-04-14 17:01:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: bump all go ports that don't already have a RUN_DEPENDS on lang/go (which has pkgspec set on the go version number already), so that pkg_add -u updates them to versions which work with MAP_STACK. spotted by pvk@ (part 2: the ports which don't use MODULES=lang/go) |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-05-27 13:57:08 by Antoine Jacoutot | Files touched by this commit (88) |
Log message: Bring rc_bg back. |
2017-05-27 07:55:59 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: I forgot the bump commit... |
2017-05-27 07:53:07 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: Cope with recent rc.subr(8) change (removal of rc_bg etc.) |
2016-08-31 09:15:31 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Blank line after rcs id. |
2016-08-31 02:56:07 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: un-utf8 DESCR |