From 685c848acb1db8cdfbffcf8fa674dc984a0353eb Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Mon, 27 Mar 2017 15:39:16 +0200 Subject: [PATCH] Add some metadata to some plugins (#98) * Quagga: add dependency to install quagga SNMP: Add a minimal package description --- net-mgmt/snmp/pkg-descr | 4 ++++ net/quagga/Makefile | 1 + net/quagga/pkg-descr | 10 ++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 net-mgmt/snmp/pkg-descr diff --git a/net-mgmt/snmp/pkg-descr b/net-mgmt/snmp/pkg-descr new file mode 100644 index 000000000..c72be2d1a --- /dev/null +++ b/net-mgmt/snmp/pkg-descr @@ -0,0 +1,4 @@ +The snmp plugin allows you to query information about your OPNsense appliance about +memory, load and CPU utilization and system statistics by using the bsnmp-ucd module as well as +to create counters from log files, program output and other text data via the bsnmp-regex module. + diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 101988ed2..84feae379 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,6 +1,7 @@ PLUGIN_NAME= quagga PLUGIN_VERSION= 0.0.2 PLUGIN_COMMENT= Quagga Routing Suite +PLUGIN_DEPENDS= quagga PLUGIN_MAINTAINER= franz.fabian.94@gmail.com PLUGIN_DEVEL = yes diff --git a/net/quagga/pkg-descr b/net/quagga/pkg-descr index 8bbde73ac..78840b370 100644 --- a/net/quagga/pkg-descr +++ b/net/quagga/pkg-descr @@ -1,2 +1,8 @@ -Manage the Quagga Routing Software Suite, which offers routing protocols -like RIP, IS-IS and OSPF to guide your packets through the sea. +Quagga is a routing software suite, providing implementations of +OSPFv2, OSPFv3, RIP v1 and v2, RIPv3, BGPv4 and experemental ISIS +for Unix platforms, particularly FreeBSD and Linux and also NetBSD, +to mention a few. Quagga is a fork of GNU Zebra which was developed +by Kunihiro Ishiguro. The Quagga tree aims to build a more involved +community around Quagga than the current centralised model of GNU Zebra. + +WWW: http://www.quagga.net/