From owner-svn-ports-head@FreeBSD.ORG Sun Aug 24 15:10:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5008DFE7; Sun, 24 Aug 2014 15:10:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A7893641; Sun, 24 Aug 2014 15:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7OFAD34058589; Sun, 24 Aug 2014 15:10:13 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7OFACiR058585; Sun, 24 Aug 2014 15:10:12 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201408241510.s7OFACiR058585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 24 Aug 2014 15:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365945 - head/www/grafana X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 15:10:13 -0000 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 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 +# $FreeBSD$ + +PORTNAME= grafana +PORTVERSION= 1.7.0 +CATEGORIES= www +MASTER_SITES= http://grafanarel.s3.amazonaws.com/ + +MAINTAINER= robak@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 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 +@dirrmtry %%WWWDIR%%/app/components +@dirrmtry %%WWWDIR%%/app/dashboards +@dirrmtry %%WWWDIR%%/app/panels/annotations +@dirrmtry %%WWWDIR%%/app/panels/filtering +@dirrmtry %%WWWDIR%%/app/panels/graph +@dirrmtry %%WWWDIR%%/app/panels/text +@dirrmtry %%WWWDIR%%/app/panels/timepicker +@dirrmtry %%WWWDIR%%/app/panels +@dirrmtry %%WWWDIR%%/app/partials/elasticsearch +@dirrmtry %%WWWDIR%%/app/partials/graphite +@dirrmtry %%WWWDIR%%/app/partials/influxdb +@dirrmtry %%WWWDIR%%/app/partials/opentsdb +@dirrmtry %%WWWDIR%%/app/partials +@dirrmtry %%WWWDIR%%/app +@dirrmtry %%WWWDIR%%/css +@dirrmtry %%WWWDIR%%/font +@dirrmtry %%WWWDIR%%/img +@dirrmtry %%WWWDIR%%/test/mocks +@dirrmtry %%WWWDIR%%/test/specs +@dirrmtry %%WWWDIR%%/test +@dirrmtry %%WWWDIR%%/vendor/angular +@dirrmtry %%WWWDIR%%/vendor/jquery +@dirrmtry %%WWWDIR%%/vendor/require +@dirrmtry %%WWWDIR%%/vendor +@dirrmtry %%WWWDIR%%