pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

net/bwm-ng: import bwm-ng as wip/bwm-ng.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Jul 3 22:06:58 2022 +0200
Changeset:	c82e277b0c55f527384f3d1df26972087547ec7e

Added Files:
	bwm-ng/DESCR
	bwm-ng/Makefile
	bwm-ng/PLIST
	bwm-ng/distinfo

Log Message:
net/bwm-ng: import bwm-ng as wip/bwm-ng.

Importing this in vew of updating the package already available in repo.
Patches dropped has the code as been fixed upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c82e277b0c55f527384f3d1df26972087547ec7e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bwm-ng/DESCR    | 11 +++++++++++
 bwm-ng/Makefile | 23 +++++++++++++++++++++++
 bwm-ng/PLIST    |  3 +++
 bwm-ng/distinfo |  5 +++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/bwm-ng/DESCR b/bwm-ng/DESCR
new file mode 100644
index 0000000000..4a994c16ee
--- /dev/null
+++ b/bwm-ng/DESCR
@@ -0,0 +1,11 @@
+Bandwidth Monitor NG is a small and simple console-based live bandwidth
+monitor for Linux, BSD, Solaris, Mac OS X and others.
+
+Short list of features:
+    * supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
+    * unlimited number of interfaces supported
+    * interfaces are added or removed dynamically from list
+    * white-/blacklist of interfaces
+    * output of KB/s, Kb/s, packets, errors, average, max and total sum
+    * output in curses, plain console, CSV or HTML
+    * configfile
diff --git a/bwm-ng/Makefile b/bwm-ng/Makefile
new file mode 100644
index 0000000000..03b205e2a2
--- /dev/null
+++ b/bwm-ng/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	bwm-ng-0.6.3
+CATEGORIES=	net
+MASTER_SITES=	https://www.gropp.org/bwm-ng/
+
+MAINTAINER=	vms%retrobsd.ddns.net@localhost
+HOMEPAGE=	https://www.gropp.org/bwm-ng/
+COMMENT=	Console-based bandwidth monitor
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=		autoconf automake autoreconf
+USE_PKGLOCALEDIR=	yes
+
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--prefix=${PREFIX}
+FAKE_NCURSES=		yes
+
+pre-configure:
+	@set -e; cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/bwm-ng/PLIST b/bwm-ng/PLIST
new file mode 100644
index 0000000000..92798b64c4
--- /dev/null
+++ b/bwm-ng/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/20 16:22:41 jperkin Exp $
+bin/bwm-ng
+man/man1/bwm-ng.1
diff --git a/bwm-ng/distinfo b/bwm-ng/distinfo
new file mode 100644
index 0000000000..50c1f8a4de
--- /dev/null
+++ b/bwm-ng/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bwm-ng-0.6.3.tar.gz) = 59a18b9f87a6f0ee426dd51785e4f25aa8b210cfd221aa4d0545def540f601b9
+SHA512 (bwm-ng-0.6.3.tar.gz) = 85ce29e6ffa9643b4e7c1d731f4e928ddca8cfdc71c86b65ec4e55058b951eb8da9ab80139145300518223589d5fece5bdc11ede91a1ea394d569993ccdb0ab8
+Size (bwm-ng-0.6.3.tar.gz) = 70094 bytes


Home | Main Index | Thread Index | Old Index