Add new port benchmarks/hipercontracer : High-Performance Connectivity Tracer

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 or Non-SQL database.

PR:		239847
Submitted by:	dreibh@iem.uni-due.de
This commit is contained in:
Rodrigo Osorio 2019-08-21 16:29:26 +00:00
parent 5524051fa9
commit b05870ea2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509511
5 changed files with 61 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += gtkperf
SUBDIR += hey
SUBDIR += himenobench
SUBDIR += hipercontracer
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += hyperfine

View File

@ -0,0 +1,29 @@
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= hipercontracer
PORTVERSION= 1.4.6
CATEGORIES= benchmarks
MASTER_SITES= https://www.uni-due.de/~be0001/hipercontracer/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= High-Performance Connectivity Tracer (HiPerConTracer)
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= 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
USES= tar:xz cmake shebangfix python
USE_LDCONFIG= yes
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
SHEBANG_FILES= src/addressinfogenerator src/get-default-ips src/tracedataimporter
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1565771690
SHA256 (hipercontracer-1.4.6.tar.xz) = 638d282a4a0d82221f05c28acf7132b64db7667b6a95f3291101605983921d33
SIZE (hipercontracer-1.4.6.tar.xz) = 115160

View File

@ -0,0 +1,6 @@
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.
WWW: https://www.uni-due.de/~be0001/hipercontracer/

View File

@ -0,0 +1,22 @@
bin/addressinfogenerator
bin/get-default-ips
bin/hipercontracer
bin/hpcttrigger
bin/tracedataimporter
include/hipercontracer/destinationinfo.h
include/hipercontracer/logger.h
include/hipercontracer/ping.h
include/hipercontracer/resultentry.h
include/hipercontracer/resultswriter.h
include/hipercontracer/service.h
include/hipercontracer/tools.h
include/hipercontracer/traceroute.h
lib/libhipercontracer.a
lib/libhipercontracer.so
lib/libhipercontracer.so.1
lib/libhipercontracer.so.1.4.6
man/man1/addressinfogenerator.1.gz
man/man1/get-default-ips.1.gz
man/man1/hipercontracer.1.gz
man/man1/hpcttrigger.1.gz
man/man1/tracedataimporter.1.gz