diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index b5f14f178873..b1433d12dc6a 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -1,25 +1,85 @@ PORTNAME= hipercontracer -PORTVERSION= 1.6.10 -PORTREVISION= 2 +DISTVERSION= 2.0.2 CATEGORIES= benchmarks MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/ -MAINTAINER= thomas.dreibholz@gmail.com +MAINTAINER= dreibh@simula.no COMMENT= High-Performance Connectivity Tracer (HiPerConTracer) WWW= https://www.nntb.no/~dreibh/hipercontracer/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build with boost-1.86+ +LIB_DEPENDS= libbz2.so:archivers/bzip2 \ + libcares.so:dns/c-ares \ + libinotify.so:devel/libinotify \ + libboost_date_time.so:devel/boost-libs \ + libboost_filesystem.so:devel/boost-libs \ + libboost_iostreams.so:devel/boost-libs \ + libboost_log.so:devel/boost-libs \ + libboost_program_options.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libboost_thread.so:devel/boost-libs \ + liblzma.so:archivers/lzma -LIB_DEPENDS= libboost_atomic.so:devel/boost-libs - -USES= cmake compiler:c++14-lang python shebangfix tar:xz +USES= cmake \ + compiler:c++20-lang \ + desktop-file-utils \ + python \ + shared-mime-info \ + tar:xz USE_LDCONFIG= yes -SHEBANG_FILES= src/addressinfogenerator src/get-default-ips src/tracedataimporter - PLIST_SUB= PORTVERSION=${PORTVERSION} +SUB_FILES= pkg-deinstall pkg-install + +OPTIONS_DEFINE= TRIGGER IMPORTER IMPMARIADB IMPPGSQL IMPMONGO SYNC RTUNNEL NODE COLLECTOR QUERYTOOL RESULTSTOOL VIEWERTOOL UDPECHO DBSHELL DBEAVERTOOLS ICONS +OPTIONS_DEFAULT= TRIGGER IMPORTER IMPMARIADB IMPPGSQL IMPMONGO SYNC RTUNNEL NODE COLLECTOR QUERYTOOL RESULTSTOOL VIEWERTOOL UDPECHO DBSHELL DBEAVERTOOLS ICONS +TRIGGER_DESC= Build HiPerConTracer Trigger Tool +IMPORTER_DESC= Build HiPerConTracer Importer Tool +IMPMARIADB_DESC= Enable MariaDB/MySQL support for HiPerConTracer Importer Tool +IMPPGSQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool +IMPMONGO_DESC= Enable MongoDB support for HiPerConTracer Importer Tool +SYNC_DESC= Build HiPerConTracer Synchronisation Tool +RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool" +NODE_DESC= Build HiPerConTracer Node Tools" +COLLECTOR_DESC= Build HiPerConTracer Collector Tools" +QUERYTOOL_DESC= Build HiPerConTracer Query Tool +RESULTSTOOL_DESC= Build HiPerConTracer Results Tool +VIEWERTOOL_DESC= Build HiPerConTracer Viewer Tool +UDPECHO_DESC= Build UDP Echo Server +DBSHELL_DESC= Build DBShell +DBEAVERTOOLS_DESC= Build DBeaver Tools +ICONS_DESC= Build Icons and Logo Files + +TRIGGER_CMAKE_BOOL= WITH_TRIGGER +IMPORTER_CMAKE_BOOL= WITH_IMPORTER +SYNC_CMAKE_BOOL= WITH_SYNC +RTUNNEL_CMAKE_BOOL= WITH_RTUNNEL +NODE_CMAKE_BOOL= WITH_NODE +COLLECTOR_CMAKE_BOOL= WITH_COLLECTOR +QUERYTOOL_CMAKE_BOOL= WITH_QUERY +RESULTSTOOL_CMAKE_BOOL= WITH_RESULTS +VIEWERTOOL_CMAKE_BOOL= WITH_VIEWER +UDPECHO_CMAKE_BOOL= WITH_UDP_ECHO_SERVER +DBSHELL_CMAKE_BOOL= WITH_DBSHELL +DBEAVERTOOLS_CMAKE_BOOL= WITH_DBEAVER_TOOLS + +IMPMARIADB_CMAKE_BOOL= ENABLE_BACKEND_MARIADB +IMPMARIADB_LIB_DEPENDS= libmariadb.so:databases/mariadb106-client + +IMPPGSQL_MAKE_BOOL= ENABLE_BACKEND_POSTGRESQL +IMPPGSQL_LIB_DEPENDS= libpqxx.so:databases/postgresql-libpqxx + +IMPMONGO_CMAKE_BOOL= ENABLE_BACKEND_MONGODB +IMPMONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver + +ICONS_CMAKE_BOOL= WITH_ICONS +ICONS_BUILD_DEPENDS= gm:graphics/GraphicsMagick \ + pdf2svg:graphics/pdf2svg \ + gs:print/ghostscript10 + +PLIST_SUB= DISTVERSION=${DISTVERSION} + .include <bsd.port.mk> diff --git a/benchmarks/hipercontracer/distinfo b/benchmarks/hipercontracer/distinfo index 21ac9ddecec0..6adf7bbe6609 100644 --- a/benchmarks/hipercontracer/distinfo +++ b/benchmarks/hipercontracer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701949463 -SHA256 (hipercontracer-1.6.10.tar.xz) = 5af4497a1fe78b93050673a5a519be1d98e1e2c59532407193717b863b94f564 -SIZE (hipercontracer-1.6.10.tar.xz) = 181536 +TIMESTAMP = 1738250660 +SHA256 (hipercontracer-2.0.2.tar.xz) = 84f4b64a5ffc03cef013487d2abb6f55aaf785e2537083f78f25834ff315dc87 +SIZE (hipercontracer-2.0.2.tar.xz) = 2510560 diff --git a/benchmarks/hipercontracer/files/pkg-deinstall.in b/benchmarks/hipercontracer/files/pkg-deinstall.in new file mode 100644 index 000000000000..76b5f1095ca3 --- /dev/null +++ b/benchmarks/hipercontracer/files/pkg-deinstall.in @@ -0,0 +1,28 @@ +#!/bin/sh + +if [ $# -ne 2 ]; then + echo "usage: $0 distname { DEINSTALL | POST-DEINSTALL }" >&2 + exit 1 +fi + +case $2 in + DEINSTALL) + : nothing to do here + ;; + POST-DEINSTALL) + # Remove administrative user + pw user del hipercontracer >/dev/null 2>&1 || true + pw group del hipercontracer >/dev/null 2>&1 || true + pw group del hpct-nodes >/dev/null 2>&1 || true + + # Remove data directory (if empty) + rmdir /var/hipercontracer/data /var/hipercontracer/good /var/hipercontracer/bad || true + rmdir /var/hipercontracer >/dev/null 2>&1 || true + ;; + *) + echo "usage: $0 distname { DEINSTALL | POST-DEINSTALL }" >&2 + exit 1 + ;; +esac + +exit 0 diff --git a/benchmarks/hipercontracer/files/pkg-install.in b/benchmarks/hipercontracer/files/pkg-install.in new file mode 100644 index 000000000000..b5decd07fdc6 --- /dev/null +++ b/benchmarks/hipercontracer/files/pkg-install.in @@ -0,0 +1,39 @@ +#!/bin/sh + +if [ $# -ne 2 ]; then + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 +fi + +case $2 in + PRE-INSTALL) + : nothing to do here + ;; + POST-INSTALL) + # Make sure the administrative user exists + if ! getent group hipercontracer >/dev/null 2>&1; then + pw group add hipercontracer -g 299 + fi + if ! getent passwd hipercontracer >/dev/null 2>&1; then + pw user add -n hipercontracer -u 299 -g hipercontracer -d /var/hipercontracer -s /usr/sbin/nologin -c "HiPerConTracer User" + fi + if ! getent group hpct-nodes >/dev/null 2>&1; then + pw group add hpct-nodes -g 298 + fi + pw group mod hpct-nodes -m hipercontracer + + # Make HiPerConTracer directory + mkdir -p /var/hipercontracer + for directory in /var/hipercontracer/data /var/hipercontracer/good /var/hipercontracer/bad /var/hipercontracer/ssh ; do + mkdir -p -m 755 $directory + chown hipercontracer:hipercontracer $directory || true + done + chmod 700 /var/hipercontracer/ssh + ;; + *) + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 + ;; +esac + +exit 0 diff --git a/benchmarks/hipercontracer/pkg-descr b/benchmarks/hipercontracer/pkg-descr index 08787649bdab..3373e688c358 100644 --- a/benchmarks/hipercontracer/pkg-descr +++ b/benchmarks/hipercontracer/pkg-descr @@ -1,4 +1,31 @@ -High-Performance Connectivity Tracer (HiPerConTracer) is -a ping/traceroute service. It performs regular ping and -traceroute runs among sites and can export the results -into an SQL database. +High-Performance Connectivity Tracer (HiPerConTracer) is a Ping/Traceroute +measurement framework. HiPerConTracer denotes the actual measurement +tool. It performs regular Ping and Traceroute runs among sites, featuring: +multi-transport-protocol support (ICMP, UDP); multi-homing and parallelism +support; handling of load balancing in the network; multi-platform +support (currently Linux and FreeBSD); high-precision (nanoseconds) +timing support (Linux timestamping, both software and hardware); a +library (shared/static) to integrate measurement functionality into other +software (libhipercontracer); open source and written in a performance- +and portability-focused programming language (C++) with only limited +dependencies. + +Furthermore, the HiPerConTracer Framework furthermore provides additional +tools for helping to obtain, process, collect, store, and retrieve +measurement data: HiPerConTracer Viewer Tool for displaying the contents +of results files; Results Tool for merging and converting results files, +e.g. to create a Comma-Separated Value (CSV) file; Sync Tool for copying data +from a measurement node (vantage point) to a remote HiPerConTracer Collector +server (via RSync/SSH); Reverse Tunnel Tool for maintaining a reverse SSH +tunnel from a remote measurement node to a HiPerConTracer Collector server; +Collector/Node Tools for simplifying the setup of HiPerConTracer Nodes and a +HiPerConTracer Collector server; Trigger Tool for triggering HiPerConTracer +measurements in the reverse direction; Importer Tool for storing measurement +data from results files into SQL or NoSQL databases. Currently, database +backends for MariaDB/MySQL PostgreSQL, MongoDB) are provided; Query +Tool for querying data from a database and storing it into a results +file; Database Shell as simple command-line front-end for the underlying +database backends; Database Tools with some helper scripts to e.g. to join +HiPerConTracer database configurations into an existing DBeaver (a popular +SQL database GUI application) configuration; UDP Echo Server as UDP Echo +(RFC 862) protocol endpoint; Wireshark dissector for HiPerConTracer packets. diff --git a/benchmarks/hipercontracer/pkg-plist b/benchmarks/hipercontracer/pkg-plist index 9219328cf01b..daf791fa96ad 100644 --- a/benchmarks/hipercontracer/pkg-plist +++ b/benchmarks/hipercontracer/pkg-plist @@ -1,9 +1,27 @@ -bin/addressinfogenerator +bin/dbshell +bin/decrypt-dbeaver-configuration +bin/encrypt-dbeaver-configuration bin/get-default-ips bin/hipercontracer -bin/hpcttrigger -bin/tracedataimporter +bin/hpct-importer +bin/hpct-node-removal +bin/hpct-node-setup +bin/hpct-nodes-list +bin/hpct-query +bin/hpct-results +bin/hpct-rtunnel +bin/hpct-ssh +bin/hpct-sync +bin/hpct-trigger +bin/hpct-viewer +bin/make-dbeaver-configuration +bin/pipe-checksum +bin/udp-echo-server +include/hipercontracer/check.h include/hipercontracer/destinationinfo.h +include/hipercontracer/iomodule-base.h +include/hipercontracer/iomodule-icmp.h +include/hipercontracer/iomodule-udp.h include/hipercontracer/logger.h include/hipercontracer/ping.h include/hipercontracer/resultentry.h @@ -11,28 +29,159 @@ include/hipercontracer/resultswriter.h include/hipercontracer/service.h include/hipercontracer/tools.h include/hipercontracer/traceroute.h -lib/libhipercontracer.a +include/universalimporter/database-configuration.h +include/universalimporter/database-statement.h +include/universalimporter/databaseclient-base.h +include/universalimporter/databaseclient-debug.h +include/universalimporter/databaseclient-mariadb.h +include/universalimporter/databaseclient-mongodb.h +include/universalimporter/databaseclient-postgresql.h +include/universalimporter/importer-configuration.h +include/universalimporter/logger.h +include/universalimporter/reader-base.h +include/universalimporter/results-exception.h +include/universalimporter/tools.h +include/universalimporter/universal-importer.h +include/universalimporter/worker.h lib/libhipercontracer.so -lib/libhipercontracer.so.1 -lib/libhipercontracer.so.%%PORTVERSION%% -share/man/man1/addressinfogenerator.1.gz +lib/libhipercontracer.so.2 +lib/libhipercontracer.so.%%DISTVERSION%% +lib/libuniversalimporter.so +lib/libuniversalimporter.so.2 +lib/libuniversalimporter.so.%%DISTVERSION%% +share/applications/hpct-viewer.desktop +share/bash-completion/completions/dbshell +share/bash-completion/completions/hipercontracer +share/bash-completion/completions/hpct-importer +share/bash-completion/completions/hpct-query +share/bash-completion/completions/hpct-results +share/bash-completion/completions/hpct-rtunnel +share/bash-completion/completions/hpct-ssh +share/bash-completion/completions/hpct-sync +share/bash-completion/completions/hpct-trigger +share/bash-completion/completions/hpct-viewer +share/bash-completion/completions/pipe-checksum +share/bash-completion/completions/udp-echo-server +%%DATADIR%%/NoSQL/R-query-example.R +%%DATADIR%%/NoSQL/README-MongoDB.md +%%DATADIR%%/NoSQL/mongodb-database.ms +%%DATADIR%%/NoSQL/mongodb-schema.ms +%%DATADIR%%/NoSQL/mongodb-test.ms +%%DATADIR%%/NoSQL/mongodb-users.ms +%%DATADIR%%/NoSQL/nornet-tools.R +%%DATADIR%%/SQL/README-MySQL+MariaDB.md +%%DATADIR%%/SQL/README-PostgreSQL.md +%%DATADIR%%/SQL/mariadb-database.sql +%%DATADIR%%/SQL/mariadb-delete-all-rows.sql +%%DATADIR%%/SQL/mariadb-schema.sql +%%DATADIR%%/SQL/mariadb-test.sql +%%DATADIR%%/SQL/mariadb-users.sql +%%DATADIR%%/SQL/postgresql-database.sql +%%DATADIR%%/SQL/postgresql-delete-all-rows.sql +%%DATADIR%%/SQL/postgresql-schema.sql +%%DATADIR%%/SQL/postgresql-test.sql +%%DATADIR%%/SQL/postgresql-users.sql +%%DATADIR%%/TestDB/0-make-configurations +%%DATADIR%%/TestDB/1-install-database +%%DATADIR%%/TestDB/2-initialise-database +%%DATADIR%%/TestDB/3-test-database +%%DATADIR%%/TestDB/4-clean-database +%%DATADIR%%/TestDB/5-perform-hpct-importer-test +%%DATADIR%%/TestDB/6-perform-hpct-query-test +%%DATADIR%%/TestDB/9-uninstall-database +%%DATADIR%%/TestDB/CertificateHelper.py +%%DATADIR%%/TestDB/README.md +%%DATADIR%%/TestDB/generate-test-certificates +%%DATADIR%%/TestDB/hpct-users.conf.example +%%DATADIR%%/TestDB/name-in-etc-hosts +%%DATADIR%%/TestDB/run-full-test +%%DATADIR%%/TestDB/test-tls-connection +%%DATADIR%%/hipercontracer-database.conf +%%DATADIR%%/hipercontracer-importer.conf +%%DATADIR%%/hipercontracer.bib +%%DATADIR%%/hipercontracer.pdf +%%DATADIR%%/hipercontracer.png +%%DATADIR%%/results-examples/HiPerConTracer.R +%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-0.0.0.0-20231201T095247.519807-000000008.results.xz +%%DATADIR%%/results-examples/Jitter-ICMP-#12345678-::-20231201T095248.178124-000000007.results.xz +%%DATADIR%%/results-examples/Ping-ICMP-#1000001-0.0.0.0-20241219T090830.364329-000000001.hpct +%%DATADIR%%/results-examples/Ping-ICMP-#1000001-::-20241219T090830.364464-000000001.hpct +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-202%%PYTHON_SUFFIX%%08T134228.249420-000000001.results.gz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-202%%PYTHON_SUFFIX%%13T114601.843675-000000001.results.xz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000001.hpct.xz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-0.0.0.0-20241018T071423.125696-000000002.hpct.xz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-202%%PYTHON_SUFFIX%%08T134229.127910-000000001.results.gz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-202%%PYTHON_SUFFIX%%13T114602.100641-000000001.results.xz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000001.hpct.xz +%%DATADIR%%/results-examples/Ping-ICMP-#12345678-::-20241018T071423.126352-000000002.hpct.xz +%%DATADIR%%/results-examples/Ping-ICMP-#88888888-10.193.4.168-20231018T102656.809336-000000001.results.xz +%%DATADIR%%/results-examples/Ping-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.817258-000000001.results.xz +%%DATADIR%%/results-examples/Ping-P13735-158.39.4.2-20221012T142120.681066-000003330.results.bz2 +%%DATADIR%%/results-examples/Ping-P13735-2001:700:4100:4::2-20221012T142120.713761-000003330.results.bz2 +%%DATADIR%%/results-examples/Ping-P256751-0.0.0.0-20211212T125352.632431-000000001.results.bz2 +%%DATADIR%%/results-examples/Ping-P79025-0.0.0.0-20221115T161345.273650-000000001.results.bz2 +%%DATADIR%%/results-examples/Ping-UDP-#88888888-10.193.4.168-20231018T102656.812007-000000001.results.xz +%%DATADIR%%/results-examples/Ping-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.819372-000000001.results.xz +%%DATADIR%%/results-examples/README.md +%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-0.0.0.0-20241219T090830.364422-000000001.hpct +%%DATADIR%%/results-examples/Traceroute-ICMP-#1000001-::-20241219T090830.364515-000000001.hpct +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-202%%PYTHON_SUFFIX%%08T134228.409798-000000001.results.gz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-202%%PYTHON_SUFFIX%%13T114601.920490-000000001.results.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000001.hpct.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-0.0.0.0-20241018T071423.126183-000000002.hpct.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-202%%PYTHON_SUFFIX%%08T134229.533947-000000001.results.gz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-202%%PYTHON_SUFFIX%%13T114602.350837-000000001.results.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000001.hpct.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#12345678-::-20241018T071423.126474-000000002.hpct.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-10.193.4.168-20231018T102656.810953-000000001.results.xz +%%DATADIR%%/results-examples/Traceroute-ICMP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.818346-000000001.results.xz +%%DATADIR%%/results-examples/Traceroute-P13735-158.39.4.2-20221012T142120.713464-000002601.results.bz2 +%%DATADIR%%/results-examples/Traceroute-P13735-2001:700:4100:4::2-20221012T142120.713994-000002722.results.bz2 +%%DATADIR%%/results-examples/Traceroute-P258235-0.0.0.0-20211212T132253.414640-000000001.results.bz2 +%%DATADIR%%/results-examples/Traceroute-P79025-0.0.0.0-20221115T161345.274003-000000001.results.bz2 +%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-10.193.4.168-20231018T102656.814657-000000001.results.xz +%%DATADIR%%/results-examples/Traceroute-UDP-#88888888-fdb6:6d27:be73:4::50-20231018T102656.821891-000000001.results.xz +%%DATADIR%%/results-examples/r-install-dependencies +%%DATADIR%%/results-examples/r-ping-example +%%DATADIR%%/results-examples/r-traceroute-example +share/icons/hicolor/128x128/apps/hipercontracer.png +share/icons/hicolor/150x150/apps/hipercontracer.png +share/icons/hicolor/16x16/apps/hipercontracer.png +share/icons/hicolor/192x192/apps/hipercontracer.png +share/icons/hicolor/20x20/apps/hipercontracer.png +share/icons/hicolor/22x22/apps/hipercontracer.png +share/icons/hicolor/24x24/apps/hipercontracer.png +share/icons/hicolor/256x256/apps/hipercontracer.png +share/icons/hicolor/310x310/apps/hipercontracer.png +share/icons/hicolor/32x32/apps/hipercontracer.png +share/icons/hicolor/36x36/apps/hipercontracer.png +share/icons/hicolor/40x40/apps/hipercontracer.png +share/icons/hicolor/42x42/apps/hipercontracer.png +share/icons/hicolor/44x44/apps/hipercontracer.png +share/icons/hicolor/48x48/apps/hipercontracer.png +share/icons/hicolor/512x512/apps/hipercontracer.png +share/icons/hicolor/64x64/apps/hipercontracer.png +share/icons/hicolor/72x72/apps/hipercontracer.png +share/icons/hicolor/8x8/apps/hipercontracer.png +share/icons/hicolor/96x96/apps/hipercontracer.png +share/icons/hicolor/scalable/apps/hipercontracer.svg +share/man/man1/dbshell.1.gz +share/man/man1/decrypt-dbeaver-configuration.1.gz +share/man/man1/encrypt-dbeaver-configuration.1.gz share/man/man1/get-default-ips.1.gz share/man/man1/hipercontracer.1.gz -share/man/man1/hpcttrigger.1.gz -share/man/man1/tracedataimporter.1.gz -%%DOCSDIR%%/examples/NoSQL/R-query-example.R -%%DOCSDIR%%/examples/NoSQL/README -%%DOCSDIR%%/examples/NoSQL/admin.ms -%%DOCSDIR%%/examples/NoSQL/database.ms -%%DOCSDIR%%/examples/NoSQL/install-database-and-users -%%DOCSDIR%%/examples/NoSQL/schema.ms -%%DOCSDIR%%/examples/NoSQL/users.ms -%%DOCSDIR%%/examples/SQL/README -%%DOCSDIR%%/examples/SQL/database.sql -%%DOCSDIR%%/examples/SQL/install-database-and-users -%%DOCSDIR%%/examples/SQL/login-as-importer -%%DOCSDIR%%/examples/SQL/login-as-researcher -%%DOCSDIR%%/examples/SQL/procedures.sql -%%DOCSDIR%%/examples/SQL/schema.sql -%%DOCSDIR%%/examples/SQL/users.sql -%%DOCSDIR%%/examples/hipercontracer-database-configuration +share/man/man1/hpct-importer.1.gz +share/man/man1/hpct-node-removal.1.gz +share/man/man1/hpct-node-setup.1.gz +share/man/man1/hpct-nodes-list.1.gz +share/man/man1/hpct-query.1.gz +share/man/man1/hpct-results.1.gz +share/man/man1/hpct-rtunnel.1.gz +share/man/man1/hpct-ssh.1.gz +share/man/man1/hpct-sync.1.gz +share/man/man1/hpct-trigger.1.gz +share/man/man1/hpct-viewer.1.gz +share/man/man1/make-dbeaver-configuration.1.gz +share/man/man1/pipe-checksum.1.gz +share/man/man1/udp-echo-server.1.gz +share/mime/packages/hipercontracer.xml