On 2017/12/25 07:34, Landry Breuil wrote: > On Sun, Dec 24, 2017 at 08:27:11PM +0000, Stuart Henderson wrote: > > On 2017/12/24 10:35, Landry Breuil wrote: > > > Hi, > > > > > > here's a port for influxdb 1.4.2, a time series database to store > > > metrics/events/analytics. I had to fight a bit with go.port.mk, and hack > > > my way around bundling the dependencies (which are vendored in the > > > selfhosted tarball) but it builds, installs and starts fine. > > > > > > I haven't done any real testing yet (read: send metrics to it and try to > > > read them) but it can be used as a target for collectd network plugin, > > > ie replacing old-school rrd storage (no need for rrdcached anymore!), > > > and facette is supposed to be able to read metrics from it. Of course, > > > the next step is to port grafana.. > > > > > > Testing & feedback welcome! > > > > > > Landry > > > > GH_* shouldn't be set alongside MASTER_SITES .. Probably should just be > > the usual DISTNAME and/or PKGNAME .. > > Well, for now it's more a convenience so that i can fetch the original > source from github (without the vendored dependencies) - this way i only > need to comment MASTER_SITES/EXTRACT_SUFX and run make tarball. > Maybe a comment would help ? Or commented out values ? >
Probably better if that fetching is handled in 'make tarball' I think, it's even more confusing to temporarily use ports distfile fetching as an intermediate step to producing the actual ports distfile.. Maybe one day the developers of go software will figure out what a complete mess they have made of source distribution.