summaryrefslogtreecommitdiff
path: root/net-analyzer/argus-clients
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-analyzer/argus-clients
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-analyzer/argus-clients')
-rw-r--r--net-analyzer/argus-clients/Manifest1
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild76
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.4.1-disable-tcp-wrappers-automagic.patch23
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch21
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.8.2-ar.patch31
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.8.2-curses-readline.patch21
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.8.2-my_bool.patch42
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.8.3-configure-clang16.patch41
-rw-r--r--net-analyzer/argus-clients/files/argus-clients-3.0.8.4-autoconf-2.70.patch55
-rw-r--r--net-analyzer/argus-clients/metadata.xml13
10 files changed, 0 insertions, 324 deletions
diff --git a/net-analyzer/argus-clients/Manifest b/net-analyzer/argus-clients/Manifest
deleted file mode 100644
index e8b59fc9f84c..000000000000
--- a/net-analyzer/argus-clients/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST argus-clients-3.0.8.4.tar.gz 2773840 BLAKE2B 0b5a24bc6a5c3163a0ac19a3a354e6573491e130c4b854bc4c9b19e6dfa1d27acea8338a88e589043b839994182756b04e205d9ef6815b2f7dc347fb51405c88 SHA512 5b6a03528c31b534d56370b4b8189d223691bb0d8f465349e7850bf54b4663e9851bddb54060a8bc263be3b80f4eab829413a7ff4da312e6640e2f7191d65473
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild
deleted file mode 100644
index 4410c5ca3d0f..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="https://openargus.org/"
-SRC_URI="https://github.com/openargus/clients/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/clients-${PV}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug ft geoip mysql sasl tcpd"
-
-RDEPEND="
- net-analyzer/rrdtool[perl]
- net-libs/libpcap
- net-libs/libtirpc:=
- sys-libs/ncurses:=
- sys-libs/readline:=
- virtual/zlib:=
- ft? ( net-analyzer/flow-tools )
- geoip? ( dev-libs/geoip )
- mysql? ( dev-db/mysql-connector-c:0= )
- sasl? ( dev-libs/cyrus-sasl )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-alternatives/yacc
- app-alternatives/lex
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
- "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
- "${FILESDIR}"/${PN}-3.0.8.2-ar.patch
- "${FILESDIR}"/${PN}-3.0.8.2-curses-readline.patch
- "${FILESDIR}"/${PN}-3.0.8.2-my_bool.patch
- "${FILESDIR}"/${PN}-3.0.8.3-configure-clang16.patch
- "${FILESDIR}"/${PN}-3.0.8.4-autoconf-2.70.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- tc-export AR RANLIB
-
- use debug && touch .debug
- econf \
- $(use_with ft libft) \
- $(use_with geoip GeoIP /usr/) \
- $(use_with sasl) \
- $(use_with tcpd wrappers) \
- $(use_with mysql mysql /usr)
-}
-
-src_compile() {
- emake \
- CCOPT="${CFLAGS} ${LDFLAGS}" \
- RANLIB="$(tc-getRANLIB)" \
- CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
-}
-
-src_install() {
- dobin bin/ra*
- dodoc ChangeLog CREDITS README CHANGES
- doman man/man{1,5}/*
-}
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.4.1-disable-tcp-wrappers-automagic.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.4.1-disable-tcp-wrappers-automagic.patch
deleted file mode 100644
index 8e240043625d..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.4.1-disable-tcp-wrappers-automagic.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -121,6 +121,12 @@
- esac
-
- AC_QOSIENT_THREADS(V_THREADS)
-+
-+AC_ARG_WITH(wrappers,
-+ [ --with-wrappers build with libwrappers suuport],
-+ with_wrappers="$withval",
-+ with_wrappers="yes")
-+if test "x$with_wrappers" != "xno"; then
- AC_QOSIENT_TCPWRAP(V_WRAPDEP, V_INCLS)
- if test ! -z "$V_WRAPDEP"; then
- if test -f $V_WRAPDEP; then
-@@ -144,6 +150,7 @@
- AC_DEFINE([HAVE_TCP_WRAPPER], [], [Using Tcp wrappers])
- WRAPLIBS="$V_WRAPDEP"
- fi
-+fi
-
- CURSESLIB=""
-
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch
deleted file mode 100644
index 787ff5ac9118..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/examples/ratop/Makefile.in
-+++ b/examples/ratop/Makefile.in
-@@ -54,7 +54,8 @@
- DEFS = @DEFS@
- COMPATLIB = @COMPATLIB@ @LIB_SASL@ @LIBS@ @V_THREADS@ @V_GEOIPDEP@ @V_PCRE@ @V_FTDEP@ @ZLIB@
-
--CURSESLIB = @CURSESLIB@ @V_READLINE@
-+CURSESLIB = @CURSESLIB@
-+V_READLINE = @V_READLINE@
-
- # Standard CFLAGS
- CFLAGS = $(CCOPT) $(INCLS) $(DEFS)
-@@ -93,7 +94,7 @@
- all: $(PROGS)
-
- $(INSTALLBIN)/ratop: $(OBJ) $(LIB)
-- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LIB) $(COMPATLIB) $(CURSESLIB)
-+ $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LIB) $(COMPATLIB) $(CURSESLIB) $(V_READLINE)
-
- CLEANFILES = $(OBJ) $(PROGS)
-
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-ar.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-ar.patch
deleted file mode 100644
index e5df5378ab17..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-ar.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/common/Makefile.in
-+++ b/common/Makefile.in
-@@ -113,23 +113,23 @@
- all: $(LIBS)
-
- @INSTALL_LIB@/argus_common.a: $(COMMONOBJ)
-- rm -f $@; ar qc $@ $(COMMONOBJ)
-+ rm -f $@; $(AR) qc $@ $(COMMONOBJ)
- -$(RANLIB) $@
-
- @INSTALL_LIB@/argus_parse.a: $(PARSEOBJ)
-- rm -f $@; ar qc $@ $(PARSEOBJ)
-+ rm -f $@; $(AR) qc $@ $(PARSEOBJ)
- -$(RANLIB) $@
-
- @INSTALL_LIB@/argus_client.a: $(CLIENTOBJ)
-- rm -f $@; ar qc $@ $(CLIENTOBJ)
-+ rm -f $@; $(AR) qc $@ $(CLIENTOBJ)
- -$(RANLIB) $@
-
- @INSTALL_LIB@/argus_output.a: $(OUTPUTOBJ)
-- rm -f $@; ar qc $@ $(OUTPUTOBJ)
-+ rm -f $@; $(AR) qc $@ $(OUTPUTOBJ)
- -$(RANLIB) $@
-
- @INSTALL_LIB@/argus_event.a: $(EVENTOBJ)
-- rm -f $@; ar qc $@ $(EVENTOBJ)
-+ rm -f $@; $(AR) qc $@ $(EVENTOBJ)
- -$(RANLIB) $@
-
- scanner.c: scanner.l
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-curses-readline.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-curses-readline.patch
deleted file mode 100644
index fc8d3d0ed6e2..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-curses-readline.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/examples/ramysql/Makefile.in
-+++ b/examples/ramysql/Makefile.in
-@@ -56,7 +56,8 @@
-
-
- MYSQLLIB = @MYSQL_LDFLAGS@
--CURSESLIB = @CURSESLIB@ @V_READLINE@
-+CURSESLIB = @CURSESLIB@
-+V_READLINE = @V_READLINE@
-
-
- # Standard CFLAGS
-@@ -94,7 +95,7 @@
- $(CC) $(CCOPT) -o $@ rasql.o $(LDFLAGS) $(MYSQLLIB) $(LIB) $(COMPATLIB)
-
- $(INSTALLBIN)/rasqlinsert: rasqlinsert.o raclient.o $(LIB)
-- $(CC) $(CCOPT) -o $@ raclient.o rasqlinsert.o @V_PCRE@ $(LDFLAGS) $(MYSQLLIB) $(LIB) $(COMPATLIB) $(CURSESLIB)
-+ $(CC) $(CCOPT) -o $@ raclient.o rasqlinsert.o @V_PCRE@ $(LDFLAGS) $(MYSQLLIB) $(LIB) $(COMPATLIB) $(CURSESLIB) $(V_READLINE)
-
- $(INSTALLBIN)/rasqltimeindex: rasqltimeindex.o $(LIB)
- $(CC) $(CCOPT) -o $@ rasqltimeindex.o @V_PCRE@ $(LDFLAGS) $(MYSQLLIB) $(LIB) $(COMPATLIB)
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-my_bool.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-my_bool.patch
deleted file mode 100644
index 99cd6b255ae7..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.2-my_bool.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/examples/ramysql/rasql.c
-+++ b/examples/ramysql/rasql.c
-@@ -414,7 +414,7 @@
- void
- RaMySQLInit ()
- {
-- my_bool reconnectbuf = 1, *reconnect = &reconnectbuf;
-+ int reconnectbuf = 1, *reconnect = &reconnectbuf;
- char userbuf[1024], sbuf[1024], db[1024], *dbptr = NULL;
- char *sptr = NULL, *ptr;
- MYSQL_RES *mysqlRes;
---- a/examples/ramysql/rasqlinsert.c
-+++ b/examples/ramysql/rasqlinsert.c
-@@ -7026,7 +7026,7 @@
- void
- RaMySQLInit ()
- {
-- my_bool reconnectbuf = 1, *reconnect = &reconnectbuf;
-+ int reconnectbuf = 1, *reconnect = &reconnectbuf;
- char *sptr = NULL, *ptr;
- char userbuf[1024], sbuf[1024], db[1024], *dbptr = NULL;
- MYSQL_RES *mysqlRes;
---- a/examples/ramysql/rasqltimeindex.c
-+++ b/examples/ramysql/rasqltimeindex.c
-@@ -539,7 +539,7 @@
- void
- RaMySQLInit ()
- {
-- my_bool reconnectbuf = 1, *reconnect = &reconnectbuf;
-+ int reconnectbuf = 1, *reconnect = &reconnectbuf;
- char *sptr = NULL, *ptr;
- char userbuf[1024], sbuf[1024], db[1024], *dbptr = NULL;
- MYSQL_RES *mysqlRes;
-@@ -797,7 +797,7 @@
- void
- RaMySQLInit ()
- {
-- my_bool reconnectbuf = 1, *reconnect = &reconnectbuf;
-+ int reconnectbuf = 1, *reconnect = &reconnectbuf;
- unsigned int RaTableFlags = 0;
- int retn = 0, x;
- char *sptr = NULL, *ptr;
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.3-configure-clang16.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.8.3-configure-clang16.patch
deleted file mode 100644
index ac974dbdf395..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.3-configure-clang16.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://github.com/openargus/clients/pull/7
-
-From 00264608bad9655d72927f31a2b2744b5e2e2e31 Mon Sep 17 00:00:00 2001
-From: Florian Weimer <fweimer@redhat.com>
-Date: Fri, 25 Nov 2022 19:03:24 +0100
-Subject: [PATCH] configure (AC_LBL_UNALIGNED_ACCESS): Avoid implicit function
- decls
-
-Implicit function declarations were removed from the C language
-in 1999. Include the relevant header files to ensure that the
-check still works with future compilers. C99 also requires
-to declare the return types of all functions.
---- a/acsite.m4
-+++ b/acsite.m4
-@@ -298,8 +298,10 @@ AC_DEFUN([AC_LBL_UNALIGNED_ACCESS],
- # include <sys/types.h>
- # include <sys/wait.h>
- # include <stdio.h>
-+# include <stdlib.h>
-+# include <unistd.h>
- unsigned char a[[5]] = { 1, 2, 3, 4, 5 };
-- main() {
-+ int main() {
- unsigned int i;
- pid_t pid;
- int status;
---- a/configure
-+++ b/configure
-@@ -6711,8 +6711,10 @@ else
- # include <sys/types.h>
- # include <sys/wait.h>
- # include <stdio.h>
-+# include <stdlib.h>
-+# include <unistd.h>
- unsigned char a[5] = { 1, 2, 3, 4, 5 };
-- main() {
-+ int main() {
- unsigned int i;
- pid_t pid;
- int status;
-
diff --git a/net-analyzer/argus-clients/files/argus-clients-3.0.8.4-autoconf-2.70.patch b/net-analyzer/argus-clients/files/argus-clients-3.0.8.4-autoconf-2.70.patch
deleted file mode 100644
index b6a322fb6913..000000000000
--- a/net-analyzer/argus-clients/files/argus-clients-3.0.8.4-autoconf-2.70.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-https://sources.debian.org/patches/argus-clients/1:3.0.8.2-6.1/0007-Fix-autoconf-2.70-build.patch/
-https://bugs.gentoo.org/808861
-
-From: Boyuan Yang <byang@debian.org>
-Date: Fri, 1 Oct 2021 16:13:38 -0400
-Subject: Fix autoconf 2.70 build
-
-Bug-Debian: https://bugs.debian.org/978769
---- a/acsite.m4
-+++ b/acsite.m4
-@@ -715,13 +715,13 @@ AC_DEFUN([AC_QOSIENT_READLINE], [
- esac
- fi
-
-- AC_CHECK_HEADERS(readline/readline.h,
-- AC_CHECK_DECLS([rl_event_hook, rl_catch_signals, rl_done, rl_set_keyboard_input_timeout, rl_replace_line, rl_delete_text, rl_resize_terminal, rl_save_prompt ], [] , [] ,
-- [
-+ AC_CHECK_HEADERS([readline/readline.h],
-+ [AC_CHECK_DECLS([rl_event_hook, rl_catch_signals, rl_done, rl_set_keyboard_input_timeout, rl_replace_line, rl_delete_text, rl_resize_terminal, rl_save_prompt ], [] , [] ,
-+ [[
- #include <stdlib.h>
- #include <stdio.h>
- #include <readline/readline.h>
-- ]), ac_cv_found_readline=no)
-+ ]])], [ac_cv_found_readline=no])
-
- if test "$ac_cv_found_readline" != no; then
- $1="-lreadline"
---- a/configure.ac
-+++ b/configure.ac
-@@ -41,17 +41,17 @@ AC_PROG_INSTALL
- AC_PROG_RANLIB
- AC_PROG_YACC
-
--AC_CHECK_PROGS(V_RANLIB, ranlib, @true)
--AC_QOSIENT_LEX_AND_YACC(V_LEX, V_YACC, argus_)
-+AC_CHECK_PROGS([V_RANLIB], [ranlib], [@true])
-+AC_QOSIENT_LEX_AND_YACC([V_LEX], [V_YACC], [argus_])
-
- # Checks for libraries.
--AC_QOSIENT_READLINE(V_READLINE, V_INCLS)
-+AC_QOSIENT_READLINE([V_READLINE], [V_INCLS])
-
--CMU_SASL2(V_INCLS)
-+CMU_SASL2([V_INCLS])
- AC_CMU_MYSQL
-
--AC_CHECK_HEADERS(zlib.h, [AC_CHECK_LIB(z, uncompress, ZLIB="-lz")])
--AC_QOSIENT_FLOWTOOLS(V_FLOWTOOLS, V_INCLS)
-+AC_CHECK_HEADERS([zlib.h], [AC_CHECK_LIB([z], [uncompress], [ZLIB="-lz"])])
-+AC_QOSIENT_FLOWTOOLS([V_FLOWTOOLS], [V_INCLS])
-
- if test ! -z "$V_FLOWTOOLS"; then
- AC_DEFINE([ARGUS_FLOWTOOLS], [], [Using Flow Tools library])
-
diff --git a/net-analyzer/argus-clients/metadata.xml b/net-analyzer/argus-clients/metadata.xml
deleted file mode 100644
index a3e74286bbcc..000000000000
--- a/net-analyzer/argus-clients/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
- </maintainer>
- <use>
- <flag name="ft">Enable support for flow packets through <pkg>net-analyzer/flow-tools</pkg>
- </flag>
- </use>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>