Created attachment 152690 [details] riemann.shar port submission resubmission of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189872 but: - it works now (java start/stop issue resolved) - install/cleanup behave correctly (no cruft) - passes poudriere - passes portlint
Created attachment 152691 [details] poudriere testport output
Created attachment 152692 [details] portlint (2 warnings)
Created attachment 152693 [details] patch (via git diff --no-prefix) for UID and GID changes adds proposed UID/GID for Riemann.
Created attachment 152694 [details] riemann.shar port submission
Created attachment 153029 [details] riemann.shar viz https://github.com/skunkwerks/freebsd-ports/commit/27959dc the JAR path is now a configurable option with the default being the system JAR path. This allows testing plugins and patches to riemann without needing to create a full amended port each time.
testing@work
A commit references this bug: Author: pi Date: Fri Feb 27 19:35:12 UTC 2015 New revision: 380118 URL: https://svnweb.freebsd.org/changeset/ports/380118 Log: New port: net-mgmt/riemann Riemann monitors low-latency, transient shared state for systems with many moving parts. Riemann aggregates events from your servers and applications with a powerful stream processing language. Send an email for every exception raised by your code. Track the latency distribution of your web app. See the top processes on any host, by memory and CPU. Combine statistics from every Riak node in your cluster and forward to Graphite. Send alerts when a key process fails to check in. Know how many users signed up right this second. WWW: http://riemann.io/ PR: 197403 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Changes: head/GIDs head/UIDs head/net-mgmt/Makefile head/net-mgmt/riemann/ head/net-mgmt/riemann/Makefile head/net-mgmt/riemann/distinfo head/net-mgmt/riemann/files/ head/net-mgmt/riemann/files/riemann.in head/net-mgmt/riemann/pkg-descr head/net-mgmt/riemann/pkg-plist
poudriere build on 10.1a, 9.3a, 8.4i went fine. Committed, thanks.