Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 17:18:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337562 - in head/textproc: . kibana kibana/files
Message-ID:  <201312261718.rBQHIdgf085703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 26 17:18:39 2013
New Revision: 337562
URL: http://svnweb.freebsd.org/changeset/ports/337562

Log:
  New port: textproc/kibana
  Kibana is an open source (Apache Licensed), browser based analytics and search
  interface to Logstash and other timestamped data sets stored in ElasticSearch.
  With those in place Kibana is a snap to setup and start using (seriously).
  Kibana strives to be easy to get started with, while also being flexible and
  powerful.
  
  WWW: http://www.elasticsearch.org/overview/kibana/

Added:
  head/textproc/kibana/
  head/textproc/kibana/Makefile   (contents, props changed)
  head/textproc/kibana/distinfo   (contents, props changed)
  head/textproc/kibana/files/
  head/textproc/kibana/files/pkg-message.in   (contents, props changed)
  head/textproc/kibana/pkg-descr   (contents, props changed)
  head/textproc/kibana/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Dec 26 17:15:08 2013	(r337561)
+++ head/textproc/Makefile	Thu Dec 26 17:18:39 2013	(r337562)
@@ -338,6 +338,7 @@
     SUBDIR += jrefentry
     SUBDIR += jshon
     SUBDIR += kdiff3
+    SUBDIR += kibana
     SUBDIR += kmfl-european-latin
     SUBDIR += kmfl-khmer
     SUBDIR += kmfl-sil-ezra

Added: head/textproc/kibana/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kibana/Makefile	Thu Dec 26 17:18:39 2013	(r337562)
@@ -0,0 +1,22 @@
+# Created by: Antoine Brodin <antoine@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	kibana
+DISTVERSION=	3.0.0milestone4
+CATEGORIES=	textproc www
+MASTER_SITES=	http://download.elasticsearch.org/kibana/kibana/
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Browser based analytics and search interface to ElasticSearch
+
+LICENSE=	AL2
+
+NO_BUILD=	yes
+SUB_FILES=	pkg-message
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
+	${INSTALL_DATA} ${WRKSRC}/config.js ${STAGEDIR}${WWWDIR}/config.js.sample
+
+.include <bsd.port.mk>

Added: head/textproc/kibana/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kibana/distinfo	Thu Dec 26 17:18:39 2013	(r337562)
@@ -0,0 +1,2 @@
+SHA256 (kibana-3.0.0milestone4.tar.gz) = 3ebaac69439aa1925c7918e008978b8424840f3bd3910379d4f2bcf5fdfd2118
+SIZE (kibana-3.0.0milestone4.tar.gz) = 991116

Added: head/textproc/kibana/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kibana/files/pkg-message.in	Thu Dec 26 17:18:39 2013	(r337562)
@@ -0,0 +1,7 @@
+===
+Kibana has been installed.
+
+Edit %%WWWDIR%%/config.js to point to your ElasticSearch server.
+A simple nginx virtual host and proxy configuration to protect ElasticSearch can
+be found at https://raw.github.com/elasticsearch/kibana/master/sample/nginx.conf
+===

Added: head/textproc/kibana/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kibana/pkg-descr	Thu Dec 26 17:18:39 2013	(r337562)
@@ -0,0 +1,7 @@
+Kibana is an open source (Apache Licensed), browser based analytics and search
+interface to Logstash and other timestamped data sets stored in ElasticSearch.
+With those in place Kibana is a snap to setup and start using (seriously).
+Kibana strives to be easy to get started with, while also being flexible and
+powerful.
+
+WWW: http://www.elasticsearch.org/overview/kibana/

Added: head/textproc/kibana/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/kibana/pkg-plist	Thu Dec 26 17:18:39 2013	(r337562)
@@ -0,0 +1,167 @@
+%%WWWDIR%%/LICENSE.md
+%%WWWDIR%%/README.md
+%%WWWDIR%%/app/app.js
+%%WWWDIR%%/app/components/require.config.js
+%%WWWDIR%%/app/dashboards/blank.json
+%%WWWDIR%%/app/dashboards/default.json
+%%WWWDIR%%/app/dashboards/guided.json
+%%WWWDIR%%/app/dashboards/logstash.js
+%%WWWDIR%%/app/dashboards/logstash.json
+%%WWWDIR%%/app/dashboards/noted.json
+%%WWWDIR%%/app/panels/bettermap/editor.html
+%%WWWDIR%%/app/panels/bettermap/leaflet/images/layers-2x.png
+%%WWWDIR%%/app/panels/bettermap/leaflet/images/layers.png
+%%WWWDIR%%/app/panels/bettermap/leaflet/images/marker-icon-2x.png
+%%WWWDIR%%/app/panels/bettermap/leaflet/images/marker-icon.png
+%%WWWDIR%%/app/panels/bettermap/leaflet/images/marker-shadow.png
+%%WWWDIR%%/app/panels/bettermap/leaflet/leaflet.css
+%%WWWDIR%%/app/panels/bettermap/leaflet/leaflet.ie.css
+%%WWWDIR%%/app/panels/bettermap/leaflet/leaflet.js
+%%WWWDIR%%/app/panels/bettermap/leaflet/plugins.css
+%%WWWDIR%%/app/panels/bettermap/leaflet/plugins.js
+%%WWWDIR%%/app/panels/bettermap/module.css
+%%WWWDIR%%/app/panels/bettermap/module.html
+%%WWWDIR%%/app/panels/bettermap/module.js
+%%WWWDIR%%/app/panels/column/editor.html
+%%WWWDIR%%/app/panels/column/module.html
+%%WWWDIR%%/app/panels/column/module.js
+%%WWWDIR%%/app/panels/column/panelgeneral.html
+%%WWWDIR%%/app/panels/dashcontrol/editor.html
+%%WWWDIR%%/app/panels/dashcontrol/load.html
+%%WWWDIR%%/app/panels/dashcontrol/module.html
+%%WWWDIR%%/app/panels/dashcontrol/module.js
+%%WWWDIR%%/app/panels/dashcontrol/save.html
+%%WWWDIR%%/app/panels/dashcontrol/share.html
+%%WWWDIR%%/app/panels/derivequeries/editor.html
+%%WWWDIR%%/app/panels/derivequeries/module.html
+%%WWWDIR%%/app/panels/derivequeries/module.js
+%%WWWDIR%%/app/panels/fields/editor.html
+%%WWWDIR%%/app/panels/fields/micropanel.html
+%%WWWDIR%%/app/panels/fields/module.html
+%%WWWDIR%%/app/panels/fields/module.js
+%%WWWDIR%%/app/panels/filtering/editor.html
+%%WWWDIR%%/app/panels/filtering/meta.html
+%%WWWDIR%%/app/panels/filtering/module.html
+%%WWWDIR%%/app/panels/filtering/module.js
+%%WWWDIR%%/app/panels/histogram/editor.html
+%%WWWDIR%%/app/panels/histogram/module.html
+%%WWWDIR%%/app/panels/histogram/module.js
+%%WWWDIR%%/app/panels/hits/editor.html
+%%WWWDIR%%/app/panels/hits/module.html
+%%WWWDIR%%/app/panels/hits/module.js
+%%WWWDIR%%/app/panels/map/editor.html
+%%WWWDIR%%/app/panels/map/lib/map.europe.js
+%%WWWDIR%%/app/panels/map/lib/map.usa.js
+%%WWWDIR%%/app/panels/map/lib/map.world.js
+%%WWWDIR%%/app/panels/map/module.html
+%%WWWDIR%%/app/panels/map/module.js
+%%WWWDIR%%/app/panels/pie/editor.html
+%%WWWDIR%%/app/panels/pie/module.html
+%%WWWDIR%%/app/panels/pie/module.js
+%%WWWDIR%%/app/panels/query/editor.html
+%%WWWDIR%%/app/panels/query/meta.html
+%%WWWDIR%%/app/panels/query/module.html
+%%WWWDIR%%/app/panels/query/module.js
+%%WWWDIR%%/app/panels/query/query.css
+%%WWWDIR%%/app/panels/table/editor.html
+%%WWWDIR%%/app/panels/table/micropanel.html
+%%WWWDIR%%/app/panels/table/modal.html
+%%WWWDIR%%/app/panels/table/module.html
+%%WWWDIR%%/app/panels/table/module.js
+%%WWWDIR%%/app/panels/table/pagination.html
+%%WWWDIR%%/app/panels/terms/editor.html
+%%WWWDIR%%/app/panels/terms/module.html
+%%WWWDIR%%/app/panels/terms/module.js
+%%WWWDIR%%/app/panels/text/editor.html
+%%WWWDIR%%/app/panels/text/module.html
+%%WWWDIR%%/app/panels/text/module.js
+%%WWWDIR%%/app/panels/timepicker/custom.html
+%%WWWDIR%%/app/panels/timepicker/editor.html
+%%WWWDIR%%/app/panels/timepicker/module.html
+%%WWWDIR%%/app/panels/timepicker/module.js
+%%WWWDIR%%/app/panels/timepicker/refreshctrl.html
+%%WWWDIR%%/app/panels/trends/editor.html
+%%WWWDIR%%/app/panels/trends/module.html
+%%WWWDIR%%/app/panels/trends/module.js
+%%WWWDIR%%/app/partials/dashLoader.html
+%%WWWDIR%%/app/partials/dashLoaderShare.html
+%%WWWDIR%%/app/partials/dashboard.html
+%%WWWDIR%%/app/partials/dasheditor.html
+%%WWWDIR%%/app/partials/inspector.html
+%%WWWDIR%%/app/partials/load.html
+%%WWWDIR%%/app/partials/modal.html
+%%WWWDIR%%/app/partials/paneladd.html
+%%WWWDIR%%/app/partials/paneleditor.html
+%%WWWDIR%%/app/partials/panelgeneral.html
+%%WWWDIR%%/app/partials/querySelect.html
+%%WWWDIR%%/app/partials/roweditor.html
+%%WWWDIR%%/build.txt
+@unexec if cmp -s %D/%%WWWDIR%%/config.js %D/%%WWWDIR%%/config.js.sample; then rm -f %D/%%WWWDIR%%/config.js; fi
+%%WWWDIR%%/config.js.sample
+@exec if [ ! -f %B/config.js ]; then cp -p %B/%f %B/config.js; fi
+%%WWWDIR%%/css/animate.min.css
+%%WWWDIR%%/css/bootstrap-responsive.min.css
+%%WWWDIR%%/css/bootstrap.dark.less
+%%WWWDIR%%/css/bootstrap.dark.min.css
+%%WWWDIR%%/css/bootstrap.light.less
+%%WWWDIR%%/css/bootstrap.light.min.css
+%%WWWDIR%%/css/font-awesome.min.css
+%%WWWDIR%%/css/normalize.min.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/glyphicons-halflings-white.png
+%%WWWDIR%%/img/glyphicons-halflings.png
+%%WWWDIR%%/img/kibana.png
+%%WWWDIR%%/img/load.gif
+%%WWWDIR%%/img/load_big.gif
+%%WWWDIR%%/img/small.png
+%%WWWDIR%%/index.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/buttons.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/css-tests.css
+%%WWWDIR%%/vendor/bootstrap/less/tests/css-tests.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/forms-responsive.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/forms.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/navbar-fixed-top.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/navbar-static-top.html
+%%WWWDIR%%/vendor/bootstrap/less/tests/navbar.html
+%%WWWDIR%%/vendor/require/css-build.js
+%%WWWDIR%%/vendor/require/require.js
+%%WWWDIR%%/vendor/require/tmpl.js
+%%WWWDIR%%/vendor/timezone.js
+@dirrm %%WWWDIR%%/vendor/require
+@dirrm %%WWWDIR%%/vendor/bootstrap/less/tests
+@dirrm %%WWWDIR%%/vendor/bootstrap/less
+@dirrm %%WWWDIR%%/vendor/bootstrap
+@dirrm %%WWWDIR%%/vendor
+@dirrm %%WWWDIR%%/img
+@dirrm %%WWWDIR%%/font
+@dirrm %%WWWDIR%%/css
+@dirrm %%WWWDIR%%/app/partials
+@dirrm %%WWWDIR%%/app/panels/trends
+@dirrm %%WWWDIR%%/app/panels/timepicker
+@dirrm %%WWWDIR%%/app/panels/text
+@dirrm %%WWWDIR%%/app/panels/terms
+@dirrm %%WWWDIR%%/app/panels/table
+@dirrm %%WWWDIR%%/app/panels/query
+@dirrm %%WWWDIR%%/app/panels/pie
+@dirrm %%WWWDIR%%/app/panels/map/lib
+@dirrm %%WWWDIR%%/app/panels/map
+@dirrm %%WWWDIR%%/app/panels/hits
+@dirrm %%WWWDIR%%/app/panels/histogram
+@dirrm %%WWWDIR%%/app/panels/filtering
+@dirrm %%WWWDIR%%/app/panels/fields
+@dirrm %%WWWDIR%%/app/panels/derivequeries
+@dirrm %%WWWDIR%%/app/panels/dashcontrol
+@dirrm %%WWWDIR%%/app/panels/column
+@dirrm %%WWWDIR%%/app/panels/bettermap/leaflet/images
+@dirrm %%WWWDIR%%/app/panels/bettermap/leaflet
+@dirrm %%WWWDIR%%/app/panels/bettermap
+@dirrm %%WWWDIR%%/app/panels
+@dirrmtry %%WWWDIR%%/app/dashboards
+@dirrm %%WWWDIR%%/app/components
+@dirrmtry %%WWWDIR%%/app
+@dirrmtry %%WWWDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261718.rBQHIdgf085703>