svn commit: r365945 - head/www/grafana
Bartek Rutkowski
robak at FreeBSD.org
Sun Aug 24 15:10:13 UTC 2014
Author: robak
Date: Sun Aug 24 15:10:12 2014
New Revision: 365945
URL: http://svnweb.freebsd.org/changeset/ports/365945
QAT: https://qat.redports.org/buildarchive/r365945/
Log:
www/grafana: NEW PORT - Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
Grafana is An open source, feature rich metrics dashboard
and graph editor for Graphite, InfluxDB & OpenTSDB.
Submitted by: Bartek Rutkowski <robak at FreeBSD.org>
Approved by: swills (mentor)
Added:
head/www/grafana/
head/www/grafana/Makefile (contents, props changed)
head/www/grafana/distinfo (contents, props changed)
head/www/grafana/pkg-descr (contents, props changed)
head/www/grafana/pkg-plist (contents, props changed)
Added: head/www/grafana/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/grafana/Makefile Sun Aug 24 15:10:12 2014 (r365945)
@@ -0,0 +1,22 @@
+# Created by: Bartek Rutkowski <robak at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= grafana
+PORTVERSION= 1.7.0
+CATEGORIES= www
+MASTER_SITES= http://grafanarel.s3.amazonaws.com/
+
+MAINTAINER= robak at FreeBSD.org
+COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+NO_BUILD= yes
+
+do-install:
+ @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
+ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
Added: head/www/grafana/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/grafana/distinfo Sun Aug 24 15:10:12 2014 (r365945)
@@ -0,0 +1,2 @@
+SHA256 (grafana-1.7.0.tar.gz) = 6da4c234677ffe7ebb1268fa46a9c03921478c789eb600774575b1629793ef57
+SIZE (grafana-1.7.0.tar.gz) = 1060982
Added: head/www/grafana/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/grafana/pkg-descr Sun Aug 24 15:10:12 2014 (r365945)
@@ -0,0 +1,4 @@
+Grafana is An open source, feature rich metrics dashboard
+and graph editor for Graphite, InfluxDB & OpenTSDB.
+
+WWW: https://github.com/grafana/grafana
Added: head/www/grafana/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/grafana/pkg-plist Sun Aug 24 15:10:12 2014 (r365945)
@@ -0,0 +1,116 @@
+%%WWWDIR%%/LICENSE.md
+%%WWWDIR%%/NOTICE.md
+%%WWWDIR%%/README.md
+%%WWWDIR%%/app/app.c7840ed8.js
+%%WWWDIR%%/app/app.js
+%%WWWDIR%%/app/components/require.config.js
+%%WWWDIR%%/app/dashboards/default.json
+%%WWWDIR%%/app/dashboards/empty.json
+%%WWWDIR%%/app/dashboards/scripted.js
+%%WWWDIR%%/app/dashboards/scripted_async.js
+%%WWWDIR%%/app/panels/annotations/editor.html
+%%WWWDIR%%/app/panels/annotations/module.html
+%%WWWDIR%%/app/panels/filtering/module.html
+%%WWWDIR%%/app/panels/graph/axisEditor.html
+%%WWWDIR%%/app/panels/graph/legend.html
+%%WWWDIR%%/app/panels/graph/module.html
+%%WWWDIR%%/app/panels/graph/styleEditor.html
+%%WWWDIR%%/app/panels/text/editor.html
+%%WWWDIR%%/app/panels/text/module.html
+%%WWWDIR%%/app/panels/timepicker/custom.html
+%%WWWDIR%%/app/panels/timepicker/editor.html
+%%WWWDIR%%/app/panels/timepicker/module.html
+%%WWWDIR%%/app/panels/timepicker/refreshctrl.html
+%%WWWDIR%%/app/partials/dashLoader.html
+%%WWWDIR%%/app/partials/dashLoaderShare.html
+%%WWWDIR%%/app/partials/dashboard.html
+%%WWWDIR%%/app/partials/dasheditor.html
+%%WWWDIR%%/app/partials/elasticsearch/annotation_editor.html
+%%WWWDIR%%/app/partials/graphite/annotation_editor.html
+%%WWWDIR%%/app/partials/graphite/editor.html
+%%WWWDIR%%/app/partials/import.html
+%%WWWDIR%%/app/partials/influxdb/annotation_editor.html
+%%WWWDIR%%/app/partials/influxdb/editor.html
+%%WWWDIR%%/app/partials/inspector.html
+%%WWWDIR%%/app/partials/load.html
+%%WWWDIR%%/app/partials/loadmetrics.html
+%%WWWDIR%%/app/partials/metrics.html
+%%WWWDIR%%/app/partials/modal.html
+%%WWWDIR%%/app/partials/opentsdb/editor.html
+%%WWWDIR%%/app/partials/paneladd.html
+%%WWWDIR%%/app/partials/paneleditor.html
+%%WWWDIR%%/app/partials/panelgeneral.html
+%%WWWDIR%%/app/partials/playlist.html
+%%WWWDIR%%/app/partials/roweditor.html
+%%WWWDIR%%/app/partials/search.html
+%%WWWDIR%%/app/partials/unsaved-changes.html
+%%WWWDIR%%/build.txt
+%%WWWDIR%%/config.sample.js
+%%WWWDIR%%/css/animate.min.css
+%%WWWDIR%%/css/bootstrap-responsive.min.css
+%%WWWDIR%%/css/bootstrap.dark.min.css
+%%WWWDIR%%/css/bootstrap.light.min.css
+%%WWWDIR%%/css/default.min.css
+%%WWWDIR%%/css/default.min.e3f50854.css
+%%WWWDIR%%/css/font-awesome.min.css
+%%WWWDIR%%/css/normalize.min.css
+%%WWWDIR%%/css/spectrum.css
+%%WWWDIR%%/css/timepicker.css
+%%WWWDIR%%/font/FontAwesome.otf
+%%WWWDIR%%/font/fontawesome-webfont.eot
+%%WWWDIR%%/font/fontawesome-webfont.svg
+%%WWWDIR%%/font/fontawesome-webfont.ttf
+%%WWWDIR%%/font/fontawesome-webfont.woff
+%%WWWDIR%%/img/cubes.png
+%%WWWDIR%%/img/glyphicons-halflings-white.png
+%%WWWDIR%%/img/glyphicons-halflings.png
+%%WWWDIR%%/img/kibana.png
+%%WWWDIR%%/img/light.png
+%%WWWDIR%%/img/load.gif
+%%WWWDIR%%/img/load_big.gif
+%%WWWDIR%%/img/small.png
+%%WWWDIR%%/index.html
+%%WWWDIR%%/test/karma.conf.js
+%%WWWDIR%%/test/mocks/dashboard-mock.js
+%%WWWDIR%%/test/specs/dashboardModel-specs.js
+%%WWWDIR%%/test/specs/filterSrv-specs.js
+%%WWWDIR%%/test/specs/gfunc-specs.js
+%%WWWDIR%%/test/specs/graph-panel-controller-specs.js
+%%WWWDIR%%/test/specs/graphiteTargetCtrl-specs.js
+%%WWWDIR%%/test/specs/influxSeries-specs.js
+%%WWWDIR%%/test/specs/kbn-format-specs.js
+%%WWWDIR%%/test/specs/lexer-specs.js
+%%WWWDIR%%/test/specs/parser-specs.js
+%%WWWDIR%%/test/test-main.js
+%%WWWDIR%%/test/tests.html
+%%WWWDIR%%/vendor/angular/angular-mocks.js
+%%WWWDIR%%/vendor/jquery/jquery.flot.fillbetween.js
+%%WWWDIR%%/vendor/license.json
+%%WWWDIR%%/vendor/require/css-build.js
+%%WWWDIR%%/vendor/require/require.js
+%%WWWDIR%%/vendor/require/tmpl.js
+ at dirrmtry %%WWWDIR%%/app/components
+ at dirrmtry %%WWWDIR%%/app/dashboards
+ at dirrmtry %%WWWDIR%%/app/panels/annotations
+ at dirrmtry %%WWWDIR%%/app/panels/filtering
+ at dirrmtry %%WWWDIR%%/app/panels/graph
+ at dirrmtry %%WWWDIR%%/app/panels/text
+ at dirrmtry %%WWWDIR%%/app/panels/timepicker
+ at dirrmtry %%WWWDIR%%/app/panels
+ at dirrmtry %%WWWDIR%%/app/partials/elasticsearch
+ at dirrmtry %%WWWDIR%%/app/partials/graphite
+ at dirrmtry %%WWWDIR%%/app/partials/influxdb
+ at dirrmtry %%WWWDIR%%/app/partials/opentsdb
+ at dirrmtry %%WWWDIR%%/app/partials
+ at dirrmtry %%WWWDIR%%/app
+ at dirrmtry %%WWWDIR%%/css
+ at dirrmtry %%WWWDIR%%/font
+ at dirrmtry %%WWWDIR%%/img
+ at dirrmtry %%WWWDIR%%/test/mocks
+ at dirrmtry %%WWWDIR%%/test/specs
+ at dirrmtry %%WWWDIR%%/test
+ at dirrmtry %%WWWDIR%%/vendor/angular
+ at dirrmtry %%WWWDIR%%/vendor/jquery
+ at dirrmtry %%WWWDIR%%/vendor/require
+ at dirrmtry %%WWWDIR%%/vendor
+ at dirrmtry %%WWWDIR%%
More information about the svn-ports-all
mailing list