Date: Mon, 24 Jun 2019 00:14:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504997 - in head/sysutils: . daggy Message-ID: <201906240014.x5O0EP5e018661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jun 24 00:14:25 2019 New Revision: 504997 URL: https://svnweb.freebsd.org/changeset/ports/504997 Log: New port: sysutils/daggy: Data Aggregation Utility: runs commands on remote hosts simultaneously Added: head/sysutils/daggy/ head/sysutils/daggy/Makefile (contents, props changed) head/sysutils/daggy/distinfo (contents, props changed) head/sysutils/daggy/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jun 23 22:38:05 2019 (r504996) +++ head/sysutils/Makefile Mon Jun 24 00:14:25 2019 (r504997) @@ -224,6 +224,7 @@ SUBDIR += daemonize SUBDIR += daemontools SUBDIR += daemontools-encore + SUBDIR += daggy SUBDIR += dar SUBDIR += dateutils SUBDIR += dc3dd Added: head/sysutils/daggy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daggy/Makefile Mon Jun 24 00:14:25 2019 (r504997) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= daggy +DISTVERSION= 1.1.2 +CATEGORIES= sysutils + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Data Aggregation Utility: runs commands on remote hosts simultaneously + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libbotan-2.so:security/botan2 \ + libyaml-cpp.so:devel/yaml-cpp + +USES= gl pkgconfig qmake qt:5 +USE_GITHUB= yes +GH_ACCOUNT= synacker +USE_QT= core gui network buildtools_build +USE_GL= gl + +QMAKE_ARGS= VERSION="${PORTVERSION}" BUILD_NUMBER="0" + +PLIST_FILES= bin/daggy + +.include <bsd.port.mk> Added: head/sysutils/daggy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daggy/distinfo Mon Jun 24 00:14:25 2019 (r504997) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561333329 +SHA256 (synacker-daggy-1.1.2_GH0.tar.gz) = 71beb21b18384ebee44ae39b39ec6edfe906232618d98ece3eaaa91e886d493c +SIZE (synacker-daggy-1.1.2_GH0.tar.gz) = 2607920 Added: head/sysutils/daggy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daggy/pkg-descr Mon Jun 24 00:14:25 2019 (r504997) @@ -0,0 +1,15 @@ +Daggy is an IT automation tool. It can run terminal commands on local or remote +serveres and aggregate their output locally. + +Daggy main goals are simplicity and ease-of-use. If you know about yaml/json, +bash/powershell and ssh you know how to use Daggy. + +Daggy can be helpful for developers, QA, DevOps and engenieers for debug, +analyze and control distributed network systems, for example, based on +microservice architecture. + +Daggy is serverless, cross-platform solution and don't require installation on +remote servers. Commands execution work under SSH transport protocol or via +local terminal. + +WWW: https://docs.daggy.dev/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906240014.x5O0EP5e018661>