diff options
Diffstat (limited to 'sysutils/daggy')
-rw-r--r-- | sysutils/daggy/Makefile | 37 | ||||
-rw-r--r-- | sysutils/daggy/distinfo | 3 | ||||
-rw-r--r-- | sysutils/daggy/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/daggy/pkg-plist | 16 |
4 files changed, 0 insertions, 69 deletions
diff --git a/sysutils/daggy/Makefile b/sysutils/daggy/Makefile deleted file mode 100644 index 7b41a78d740e..000000000000 --- a/sysutils/daggy/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= daggy -DISTVERSIONPREFIX= v -DISTVERSION= 2.1.3 -PORTREVISION= 1 -CATEGORIES= sysutils - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Data Aggregation Utility: runs commands on remote hosts simultaneously -WWW= https://daggy.dev/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/../LICENSE - -DEPRECATED= Depends on expired security/botan2 -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${LOCALBASE}/include/kainjow/mustache.hpp:devel/mustache -LIB_DEPENDS= libbotan-2.so:security/botan2 \ - libssh2.so:security/libssh2 \ - libyaml-cpp.so:devel/yaml-cpp - -USES= gl cmake compiler:c++17-lang localbase:ldflags pkgconfig qt:6 ssl -USE_QT= base tools:build -USE_GL= gl -USE_LDCONFIG= yes - -USE_GITHUB= yes -GH_ACCOUNT= synacker - -CMAKE_ARGS= -DVERSION=${DISTVERSION} -CMAKE_ON= BUILD_SHARED_LIBS - -CXXFLAGS+= -I${LOCALBASE}/include/kainjow - -WRKSRC_SUBDIR= src - -.include <bsd.port.mk> diff --git a/sysutils/daggy/distinfo b/sysutils/daggy/distinfo deleted file mode 100644 index aa30af897cfb..000000000000 --- a/sysutils/daggy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661708767 -SHA256 (synacker-daggy-v2.1.3_GH0.tar.gz) = f96419b2199402eef31dd5fc8b4d15f64948bbdd350728549c890fdb8f0d2805 -SIZE (synacker-daggy-v2.1.3_GH0.tar.gz) = 498338 diff --git a/sysutils/daggy/pkg-descr b/sysutils/daggy/pkg-descr deleted file mode 100644 index 3fc62184f0af..000000000000 --- a/sysutils/daggy/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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. diff --git a/sysutils/daggy/pkg-plist b/sysutils/daggy/pkg-plist deleted file mode 100644 index 7294820be33f..000000000000 --- a/sysutils/daggy/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/daggy -include/DaggyCore/Core.h -include/DaggyCore/Core.hpp -include/DaggyCore/Errors.h -include/DaggyCore/Errors.hpp -include/DaggyCore/Result.hpp -include/DaggyCore/Sources.hpp -include/DaggyCore/Types.h -include/DaggyCore/Types.hpp -include/DaggyCore/aggregators/CConsole.hpp -include/DaggyCore/aggregators/CFile.hpp -include/DaggyCore/aggregators/IAggregator.hpp -include/DaggyCore/daggycore_export.h -include/DaggyCore/providers/IFabric.hpp -include/DaggyCore/providers/IProvider.hpp -lib/libDaggyCore.so |