Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 15:45:08 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548103 - in head: . sysutils sysutils/loganalyzer
Message-ID:  <202009091545.089Fj8Qh068366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Sep  9 15:45:08 2020
New Revision: 548103
URL: https://svnweb.freebsd.org/changeset/ports/548103

Log:
  - resurrect loganalyzer
  - update to 4.1.11

Added:
  head/sysutils/loganalyzer/
     - copied from r407314, head/sysutils/loganalyzer/
Modified:
  head/MOVED
  head/sysutils/Makefile
  head/sysutils/loganalyzer/Makefile
  head/sysutils/loganalyzer/distinfo   (contents, props changed)
  head/sysutils/loganalyzer/pkg-descr   (contents, props changed)
  head/sysutils/loganalyzer/pkg-plist   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Sep  9 15:36:45 2020	(r548102)
+++ head/MOVED	Wed Sep  9 15:45:08 2020	(r548103)
@@ -7961,7 +7961,6 @@ databases/php5-propel||2016-01-25|Has expired: PHP 5.4
 deskutils/fengoffice||2016-01-25|Has expired: PHP 5.4 EOL reached
 devel/simpletest||2016-01-25|Has expired: PHP 5.4 EOL reached
 graphics/php5-swfed||2016-01-25|Has expired: PHP 5.4 EOL reached
-sysutils/loganalyzer||2016-01-25|Has expired: PHP 5.4 EOL reached
 textproc/simplehtmldom||2016-01-25|Has expired: PHP 5.4 EOL reached
 www/autoindex2||2016-01-25|Has expired: PHP 5.4 EOL reached
 www/cakephp11||2016-01-25|Has expired: PHP 5.4 EOL reached

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Sep  9 15:36:45 2020	(r548102)
+++ head/sysutils/Makefile	Wed Sep  9 15:45:08 2020	(r548103)
@@ -601,6 +601,7 @@
     SUBDIR += lmon
     SUBDIR += lnav
     SUBDIR += lockfile-progs
+    SUBDIR += loganalyzer
     SUBDIR += logrotate
     SUBDIR += logstalgia
     SUBDIR += logstash-forwarder

Modified: head/sysutils/loganalyzer/Makefile
==============================================================================
--- head/sysutils/loganalyzer/Makefile	Tue Jan 26 21:15:56 2016	(r407314)
+++ head/sysutils/loganalyzer/Makefile	Wed Sep  9 15:45:08 2020	(r548103)
@@ -1,22 +1,19 @@
-# Created by: Cristiano Rolim Pereira <cristianorolim@outlook.com>
 # $FreeBSD$
 
 PORTNAME=	loganalyzer
-PORTVERSION=	3.6.3
+PORTVERSION=	4.1.11
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://download.adiscon.com/loganalyzer/
 
-MAINTAINER=	cristianorolim@outlook.com
-COMMENT=	Web based Syslog browsing and analysis
+MAINTAINER=	dinoex@FreeBSD.org
+COMMENT=	Web Syslog and IT Event Viewer
 
-LICENSE=	GPLv3+
+LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	PHP 5.4 EOL reached
-EXPIRATION_DATE=	2016-01-15
-
-USES=		cpe
+USES=		cpe php:web,flavors
 CPE_VENDOR=	adiscon
+NO_ARCH=	yes
 NO_BUILD=	yes
 ANALYZERDIR?=	www/loganalyzer
 PLIST_SUB+=	ANALYZERDIR=${ANALYZERDIR}
@@ -31,11 +28,12 @@ PDO_ODBC_DESC=		ODBC and DB2 PDO driver
 PDO_PGSQL_DESC=		PostgreSQL PDO driver
 PDO_SQLITE_DESC=	SQLite PDO driver
 
+.if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	session pdo gd xml zlib
+.endif
 WANT_PHP_WEB=	YES
-DEFAULT_PHP_VER=5
 
-PHP_MYSQL_USE=	php=mysql
+PHP_MYSQL_USE=	php=mysqli
 PDO_DBLIB_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:${PORTSDIR}/databases/php5-pdo_dblib
 PDO_FIREBIRD_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_firebird.so:${PORTSDIR}/databases/php5-pdo_firebird
 PDO_MYSQL_USE=	php=pdo_mysql
@@ -48,12 +46,11 @@ pre-everything::
 	@${ECHO_CMD} "# by setting ANALYZERDIR in /etc/make.conf"
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/${ANALYZERDIR}
+	${MKDIR} ${STAGEDIR}${PREFIX}/${ANALYZERDIR}
 	cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/${ANALYZERDIR}/
 	${INSTALL_DATA} ${WRKSRC}/src/.htaccess ${STAGEDIR}${PREFIX}/${ANALYZERDIR}/
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/contrib/* ${STAGEDIR}${DATADIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}/
+	${TOUCH} ${STAGEDIR}${PREFIX}/${ANALYZERDIR}/config.php.sample
 
 .include <bsd.port.mk>

Modified: head/sysutils/loganalyzer/distinfo
==============================================================================
--- head/sysutils/loganalyzer/distinfo	Tue Jan 26 21:15:56 2016	(r407314)
+++ head/sysutils/loganalyzer/distinfo	Wed Sep  9 15:45:08 2020	(r548103)
@@ -1,2 +1,3 @@
-SHA256 (loganalyzer-3.6.3.tar.gz) = cb761c284e3d2dadb65eb6693f31baec5532bb4ea20cbd6bae90ede2696a6e67
-SIZE (loganalyzer-3.6.3.tar.gz) = 1045273
+TIMESTAMP = 1599662409
+SHA256 (loganalyzer-4.1.11.tar.gz) = 2b0c40b40c9349212b5f8584a44bc650a3bd48b3d4cb508668273798f4679b0f
+SIZE (loganalyzer-4.1.11.tar.gz) = 5029297

Modified: head/sysutils/loganalyzer/pkg-descr
==============================================================================
--- head/sysutils/loganalyzer/pkg-descr	Tue Jan 26 21:15:56 2016	(r407314)
+++ head/sysutils/loganalyzer/pkg-descr	Wed Sep  9 15:45:08 2020	(r548103)
@@ -8,6 +8,6 @@ works equally well on Linux and Windows.
 
 LogAnalyzer is a free, GPLed open source application written mostly in php.
 Data can be obtained from databases but also from plain text files, for
-example those that are written by the syslogd. 
+example those that are written by the syslogd.
 
-WWW: http://loganalyzer.adiscon.com/
+WWW: https://loganalyzer.adiscon.com/

Modified: head/sysutils/loganalyzer/pkg-plist
==============================================================================
--- head/sysutils/loganalyzer/pkg-plist	Tue Jan 26 21:15:56 2016	(r407314)
+++ head/sysutils/loganalyzer/pkg-plist	Wed Sep  9 15:45:08 2020	(r548103)
@@ -8,8 +8,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/textfiles.html
 %%PORTDOCS%%%%DOCSDIR%%/troubleshoot.html
 %%PORTDOCS%%%%DOCSDIR%%/windowsevent.html
-%%DATADIR%%/configure.sh
-%%DATADIR%%/secure.sh
 %%ANALYZERDIR%%/.htaccess
 %%ANALYZERDIR%%/BitstreamVeraFonts/COPYRIGHT.TXT
 %%ANALYZERDIR%%/BitstreamVeraFonts/README.TXT
@@ -82,26 +80,86 @@
 %%ANALYZERDIR%%/classes/html2fpdf/license.txt
 %%ANALYZERDIR%%/classes/html2fpdf/no_img.gif
 %%ANALYZERDIR%%/classes/html2fpdf/source2doc.php
+%%ANALYZERDIR%%/classes/jpgraph/README
+%%ANALYZERDIR%%/classes/jpgraph/flag_mapping
+%%ANALYZERDIR%%/classes/jpgraph/flags.dat
+%%ANALYZERDIR%%/classes/jpgraph/flags_thumb100x100.dat
+%%ANALYZERDIR%%/classes/jpgraph/flags_thumb35x35.dat
+%%ANALYZERDIR%%/classes/jpgraph/flags_thumb60x60.dat
+%%ANALYZERDIR%%/classes/jpgraph/fonts/DejaVuSans-Bold.ttf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/DejaVuSans-BoldOblique.ttf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/DejaVuSans-Oblique.ttf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/DejaVuSans.ttf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT0-Bold.gdf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT0.gdf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT1-Bold.gdf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT1.gdf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT2-Bold.gdf
+%%ANALYZERDIR%%/classes/jpgraph/fonts/FF_FONT2.gdf
 %%ANALYZERDIR%%/classes/jpgraph/gd_image.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imageSmoothArc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_balls.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_bevels.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_diamonds.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_pushpins.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_squares.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/imgdata_stars.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/jpg-config.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_antispam-digits.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_antispam.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_bar.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_canvas.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_canvtools.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_contour.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_date.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_errhandler.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_error.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_flags.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_gantt.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_gb2312.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_gradient.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_iconplot.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_imgtrans.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_led.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_legend.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_line.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_log.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_meshinterpolate.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_mgraph.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_pie.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_pie3d.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_plotband.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_plotline.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_plotmark.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_polar.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_radar.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_regstat.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_rgb.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_scatter.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_stock.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_table.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_text.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_theme.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/jpgraph_ttf.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_utils.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/jpgraph_windrose.php
 %%ANALYZERDIR%%/classes/jpgraph/lang/de.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/lang/en.inc.php
 %%ANALYZERDIR%%/classes/jpgraph/lang/prod.inc.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/AquaTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/GreenTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/OceanTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/OrangeTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/PastelTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/RoseTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/SoftyTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/UniversalTheme.class.php
+%%ANALYZERDIR%%/classes/jpgraph/themes/VividTheme.class.php
 %%ANALYZERDIR%%/classes/logstream.class.php
+%%ANALYZERDIR%%/classes/logstreamclickhouse.class.php
 %%ANALYZERDIR%%/classes/logstreamconfig.class.php
+%%ANALYZERDIR%%/classes/logstreamconfigclickhouse.class.php
 %%ANALYZERDIR%%/classes/logstreamconfigdb.class.php
 %%ANALYZERDIR%%/classes/logstreamconfigdisk.class.php
 %%ANALYZERDIR%%/classes/logstreamconfigmongodb.class.php
@@ -112,6 +170,7 @@
 %%ANALYZERDIR%%/classes/logstreamlineparsermisc.class.php
 %%ANALYZERDIR%%/classes/logstreamlineparsersyslog.class.php
 %%ANALYZERDIR%%/classes/logstreamlineparsersyslog23.class.php
+%%ANALYZERDIR%%/classes/logstreamlineparsersyslogng.class.php
 %%ANALYZERDIR%%/classes/logstreamlineparserwinsyslog.class.php
 %%ANALYZERDIR%%/classes/logstreammongodb.class.php
 %%ANALYZERDIR%%/classes/logstreampdo.class.php
@@ -120,6 +179,95 @@
 %%ANALYZERDIR%%/classes/msgparsers/msgparser.apache2common.class.php
 %%ANALYZERDIR%%/classes/msgparsers/msgparser.eventlog.class.php
 %%ANALYZERDIR%%/classes/msgparsers/msgparser.iis.class.php
+%%ANALYZERDIR%%/classes/msgparsers/msgparser.wireless.class.php
+%%ANALYZERDIR%%/classes/phpClickHouse/.scrutinizer.yml
+%%ANALYZERDIR%%/classes/phpClickHouse/.travis.yml
+%%ANALYZERDIR%%/classes/phpClickHouse/CHANGELOG.md
+%%ANALYZERDIR%%/classes/phpClickHouse/LICENSE
+%%ANALYZERDIR%%/classes/phpClickHouse/README.md
+%%ANALYZERDIR%%/classes/phpClickHouse/composer.json
+%%ANALYZERDIR%%/classes/phpClickHouse/example/00_config_connect.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/Helper.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/00_config_connect.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_01_start.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_02_create.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_03_list.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_05_select_node.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_06_truncate_table.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_07_test_ddl.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/cluster/cluster_08_drop_partitions.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam01_select.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam02_createtable.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam03_batch_insert.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam04_sql_conditions.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam05_error_async.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam07_where_in.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam08_http_gzip_batch_insert.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam09_drop_partitions.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam10_settings.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam11_errors.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam12_array.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam14_Statistics_in_JSON.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam15_direct_write_result.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam16_custom_degeneration.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam17_sample_data_cityHash64.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam17_sample_data_inthash.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam18_log_queries.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam19_readonly_user.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam20_FormatLine_TSV.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam21_httpS.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam22_PROGRESSFUNCTION.php
+%%ANALYZERDIR%%/classes/phpClickHouse/example/exam23_streams.php
+%%ANALYZERDIR%%/classes/phpClickHouse/include.php
+%%ANALYZERDIR%%/classes/phpClickHouse/phpcs.xml.dist
+%%ANALYZERDIR%%/classes/phpClickHouse/phpstan.neon.dist
+%%ANALYZERDIR%%/classes/phpClickHouse/phpunit.xml.dist
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Client.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Cluster.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Exception/ClickHouseException.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Exception/DatabaseException.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Exception/QueryException.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Exception/TransportException.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Exception/UnsupportedValueType.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/Degeneration.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/Degeneration/Bindings.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/Degeneration/Conditions.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/Query.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/WhereInFile.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Query/WriteToFile.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Quote/CSV.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Quote/FormatLine.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Quote/StrictQuoteLine.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Quote/ValueFormatter.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Settings.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Statement.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/CurlerRequest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/CurlerResponse.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/CurlerRolling.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/Http.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/IStream.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/Stream.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/StreamInsert.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/StreamRead.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Transport/StreamWrite.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Type/NumericType.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Type/Type.php
+%%ANALYZERDIR%%/classes/phpClickHouse/src/Type/UInt64.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/AsyncSelectTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/BindingsTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/ClientTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/FormatQueryTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/InsertAssocTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/JsonTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/ProgressAndEscapeTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/SessionsTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/StreamTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/StrictQuoteLineTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/TableSizeTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/Type/UInt64Test.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/UriTest.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/WithClient.php
+%%ANALYZERDIR%%/classes/phpClickHouse/tests/docker-compose.yaml
 %%ANALYZERDIR%%/classes/reports/report.class.php
 %%ANALYZERDIR%%/classes/reports/report.eventlog.auditsummary.class.php
 %%ANALYZERDIR%%/classes/reports/report.eventlog.auditsummary/report.eventlog.auditsummary.css
@@ -149,20 +297,12 @@
 %%ANALYZERDIR%%/cron/maintenance.sh
 %%ANALYZERDIR%%/css/defaults.css
 %%ANALYZERDIR%%/css/highlight.css
+%%ANALYZERDIR%%/css/jquery-ui-structure.css
 %%ANALYZERDIR%%/css/menu.css
 %%ANALYZERDIR%%/details.php
-%%ANALYZERDIR%%/doc/basics.html
-%%ANALYZERDIR%%/doc/build_from_repo.html
-%%ANALYZERDIR%%/doc/free_support.html
-%%ANALYZERDIR%%/doc/install.html
-%%ANALYZERDIR%%/doc/manual.html
-%%ANALYZERDIR%%/doc/professional_services.html
-%%ANALYZERDIR%%/doc/searching.html
-%%ANALYZERDIR%%/doc/textfiles.html
-%%ANALYZERDIR%%/doc/troubleshoot.html
-%%ANALYZERDIR%%/doc/windowsevent.html
 %%ANALYZERDIR%%/export.php
 %%ANALYZERDIR%%/favicon.ico
+%%ANALYZERDIR%%/images/ajax-loader.gif
 %%ANALYZERDIR%%/images/bars/balken_25/balken.ufo
 %%ANALYZERDIR%%/images/bars/bar-middle/green_left_17.png
 %%ANALYZERDIR%%/images/bars/bar-middle/green_middle_17.png
@@ -181,7 +321,6 @@
 %%ANALYZERDIR%%/images/bars/bar-small/yellow_middle_9.png
 %%ANALYZERDIR%%/images/bars/bar-small/yellow_right_9.png
 %%ANALYZERDIR%%/images/bg_bottom.gif
-%%ANALYZERDIR%%/images/icons/Thumbs.db
 %%ANALYZERDIR%%/images/icons/add.png
 %%ANALYZERDIR%%/images/icons/alarmclock.png
 %%ANALYZERDIR%%/images/icons/arrow_right_blue.png
@@ -271,6 +410,7 @@
 %%ANALYZERDIR%%/images/icons/redo.png
 %%ANALYZERDIR%%/images/icons/selection.png
 %%ANALYZERDIR%%/images/icons/selection_delete.png
+%%ANALYZERDIR%%/images/icons/selection_delete_disabled.png
 %%ANALYZERDIR%%/images/icons/server.png
 %%ANALYZERDIR%%/images/icons/star_blue.png
 %%ANALYZERDIR%%/images/icons/star_green.png
@@ -284,6 +424,7 @@
 %%ANALYZERDIR%%/images/icons/view.png
 %%ANALYZERDIR%%/images/icons/windows.png
 %%ANALYZERDIR%%/images/main/Header-Logo.png
+%%ANALYZERDIR%%/images/spacer.gif
 %%ANALYZERDIR%%/include/config.sample.php
 %%ANALYZERDIR%%/include/constants_errors.php
 %%ANALYZERDIR%%/include/constants_filters.php
@@ -293,6 +434,8 @@
 %%ANALYZERDIR%%/include/db_update_v0.txt
 %%ANALYZERDIR%%/include/db_update_v1.txt
 %%ANALYZERDIR%%/include/db_update_v10.txt
+%%ANALYZERDIR%%/include/db_update_v11.txt
+%%ANALYZERDIR%%/include/db_update_v12.txt
 %%ANALYZERDIR%%/include/db_update_v2.txt
 %%ANALYZERDIR%%/include/db_update_v3.txt
 %%ANALYZERDIR%%/include/db_update_v4.txt
@@ -314,6 +457,10 @@
 %%ANALYZERDIR%%/index.php
 %%ANALYZERDIR%%/install.php
 %%ANALYZERDIR%%/js/common.js
+%%ANALYZERDIR%%/js/jquery-ui.js
+%%ANALYZERDIR%%/js/jquery-ui.structure.css
+%%ANALYZERDIR%%/js/jquery-ui.theme.css
+%%ANALYZERDIR%%/js/jquery.js
 %%ANALYZERDIR%%/js/searchhelpers.js
 %%ANALYZERDIR%%/lang/de/admin.php
 %%ANALYZERDIR%%/lang/de/info.txt
@@ -321,6 +468,12 @@
 %%ANALYZERDIR%%/lang/en/admin.php
 %%ANALYZERDIR%%/lang/en/info.txt
 %%ANALYZERDIR%%/lang/en/main.php
+%%ANALYZERDIR%%/lang/es/admin.php
+%%ANALYZERDIR%%/lang/es/info.txt
+%%ANALYZERDIR%%/lang/es/main.php
+%%ANALYZERDIR%%/lang/ja/admin.php
+%%ANALYZERDIR%%/lang/ja/info.txt
+%%ANALYZERDIR%%/lang/ja/main.php
 %%ANALYZERDIR%%/login.php
 %%ANALYZERDIR%%/reportgenerator.php
 %%ANALYZERDIR%%/reports.php
@@ -342,6 +495,7 @@
 %%ANALYZERDIR%%/templates/admin/admin_views.html
 %%ANALYZERDIR%%/templates/admin/result.html
 %%ANALYZERDIR%%/templates/asktheoracle.html
+%%ANALYZERDIR%%/templates/chartgenerator.html
 %%ANALYZERDIR%%/templates/convert.html
 %%ANALYZERDIR%%/templates/details.html
 %%ANALYZERDIR%%/templates/export.html
@@ -364,6 +518,21 @@
 %%ANALYZERDIR%%/themes/dark/images/bg_bottom.gif
 %%ANALYZERDIR%%/themes/dark/images/bg_bottom.png
 %%ANALYZERDIR%%/themes/dark/images/dither.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_flat_30_cccccc_40x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_flat_50_5c5c5c_40x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_glass_20_555555_1x400.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_glass_40_0078a3_1x400.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_glass_40_ffc73d_1x400.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_gloss-wave_25_333333_500x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_inset-soft_25_000000_1x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-bg_inset-soft_30_f58400_1x100.png
+%%ANALYZERDIR%%/themes/dark/images/ui-icons_222222_256x240.png
+%%ANALYZERDIR%%/themes/dark/images/ui-icons_4b8e0b_256x240.png
+%%ANALYZERDIR%%/themes/dark/images/ui-icons_a83300_256x240.png
+%%ANALYZERDIR%%/themes/dark/images/ui-icons_cccccc_256x240.png
+%%ANALYZERDIR%%/themes/dark/images/ui-icons_ffffff_256x240.png
+%%ANALYZERDIR%%/themes/dark/jquery-ui-theme.css
 %%ANALYZERDIR%%/themes/dark/main.css
 %%ANALYZERDIR%%/themes/default/about.txt
 %%ANALYZERDIR%%/themes/default/images/bg_1.png
@@ -373,5 +542,34 @@
 %%ANALYZERDIR%%/themes/default/images/bg_bottom.gif
 %%ANALYZERDIR%%/themes/default/images/bg_bottom.png
 %%ANALYZERDIR%%/themes/default/images/dither.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_flat_55_fbec88_40x100.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_glass_75_d0e5f5_1x400.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_glass_85_dfeffc_1x400.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_glass_95_fef1ec_1x400.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
+%%ANALYZERDIR%%/themes/default/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_217bc0_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_2e83ff_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_469bdd_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_6da8d5_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_cd0a0a_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_d8e7f3_256x240.png
+%%ANALYZERDIR%%/themes/default/images/ui-icons_f9bd01_256x240.png
+%%ANALYZERDIR%%/themes/default/jquery-ui-theme.css
 %%ANALYZERDIR%%/themes/default/main.css
+%%ANALYZERDIR%%/themes/highcontrast/about.txt
+%%ANALYZERDIR%%/themes/highcontrast/images/bg_bottom.gif
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-bg_flat_55_fbec88_40x100.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_2e83ff_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_469bdd_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_cd0a0a_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_d8e7f3_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_f9bd01_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/images/ui-icons_ffffff_256x240.png
+%%ANALYZERDIR%%/themes/highcontrast/jquery-ui-theme.css
+%%ANALYZERDIR%%/themes/highcontrast/main.css
 %%ANALYZERDIR%%/userchange.php
+@sample(www,www,600) %%WWWDIR%%/config.php.sample



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