1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Remove expired textproc/kibana45

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-06-01 23:02:51 +00:00
parent e96a8725c9
commit 2a4c117dc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471321
6 changed files with 0 additions and 12020 deletions

View File

@ -381,7 +381,6 @@
SUBDIR += kf5-kcodecs
SUBDIR += kf5-sonnet
SUBDIR += kf5-syntax-highlighting
SUBDIR += kibana45
SUBDIR += kibana46
SUBDIR += kibana5
SUBDIR += kibana5-search-guard

View File

@ -1,35 +0,0 @@
# Created by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
# $FreeBSD$
PORTNAME= kibana
PORTVERSION?= 4.5.4
DISTVERSIONSUFFIX= -linux-x86
CATEGORIES= textproc www
MASTER_SITES= https://download.elastic.co/kibana/kibana/ \
http://download.elastic.co/kibana/kibana/
PKGNAMESUFFIX?= 45
DEPRECATED?= End of Life was 2017-09-30, depends on expired www/node4
EXPIRATION_DATE?= 2018-06-01
MAINTAINER= kozlov.sergey.404@gmail.com
COMMENT= Browser based analytics and search interface to ElasticSearch
LICENSE= APACHE20
RUN_DEPENDS?= node4>=4.3.2:www/node4
NO_BUILD= yes
NO_ARCH= yes
WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
USE_RC_SUBR= ${PORTNAME}
do-install:
${CP} ${WRKSRC}/config/kibana.yml ${STAGEDIR}${PREFIX}/etc/kibana.yml.sample
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && \
${RM} -r bin config node && \
${RM} -r optimize/* && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1470384243
SHA256 (kibana-4.5.4-linux-x86.tar.gz) = c0f99975a9679c56aa4c0258bdad8befe0add56c1a5e313c2d55e4e3de7dc9df
SIZE (kibana-4.5.4-linux-x86.tar.gz) = 32766907

View File

@ -1,42 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: kibana
# REQUIRE: DAEMON
# KEYWORD: shutdown
. /etc/rc.subr
name=kibana
rcvar=kibana_enable
load_rc_config $name
: ${kibana_enable:="NO"}
: ${kibana_config:="%%PREFIX%%/etc/kibana.yml"}
: ${kibana_user:="www"}
: ${kibana_group:="www"}
: ${kibana_log:="/var/log/kibana.log"}
required_files="${kibana_config}"
pidfile="/var/run/${name}/${name}.pid"
start_precmd="kibana_precmd"
procname="%%LOCALBASE%%/bin/node"
command="/usr/sbin/daemon"
command_args="-f -p ${pidfile} env BABEL_DISABLE_CACHE=1 ${procname} %%WWWDIR%%/src/cli serve --config ${kibana_config} --log-file ${kibana_log}"
kibana_precmd()
{
if [ ! -d $(dirname ${pidfile}) ]; then
mkdir $(dirname ${pidfile})
chown ${kibana_user}:${kibana_group} $(dirname ${pidfile})
fi
if [ ! -f ${kibana_log} ]; then
install -o ${kibana_user} -g ${kibana_group} -m 640 /dev/null ${kibana_log}
fi
}
run_rc_command "$1"

View File

@ -1,8 +0,0 @@
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.5 is compatible with Elasticsearch 2.3.x.
WWW: https://www.elastic.co/products/kibana

File diff suppressed because it is too large Load Diff