pkgsrc-WIP-changes archive

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

bwm-ng: remove, net/bwm-ng is newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Jan 15 10:25:07 2019 +0100
Changeset:	917ffc8f0d3fa998d4d78d61179c4618c1a56f6c

Modified Files:
	Makefile
Removed Files:
	bwm-ng/DESCR
	bwm-ng/Makefile
	bwm-ng/PLIST
	bwm-ng/distinfo

Log Message:
bwm-ng: remove, net/bwm-ng is newer

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

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

diffstat:
 Makefile        | 14 ++++++++++----
 bwm-ng/DESCR    | 11 -----------
 bwm-ng/Makefile | 16 ----------------
 bwm-ng/PLIST    |  3 ---
 bwm-ng/distinfo |  5 -----
 5 files changed, 10 insertions(+), 39 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c12c9d3d55..5e457f2206 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,7 @@ SUBDIR+=	argouml
 SUBDIR+=	argtable2
 SUBDIR+=	argyllcms
 SUBDIR+=	ariamaestosa
-SUBDIR+=	arista-qt4
+SUBDIR+=	arista
 SUBDIR+=	ark
 SUBDIR+=	arla-3.99.14
 SUBDIR+=	arm-eabi-binutils
@@ -230,6 +230,7 @@ SUBDIR+=	basepkg
 SUBDIR+=	bashdb
 SUBDIR+=	bastard
 SUBDIR+=	bcftools
+SUBDIR+=	bdfresize
 SUBDIR+=	beads
 SUBDIR+=	beanstalkd
 SUBDIR+=	beast
@@ -306,7 +307,6 @@ SUBDIR+=	bullet
 SUBDIR+=	bup-git
 SUBDIR+=	busybox
 SUBDIR+=	bwa
-SUBDIR+=	bwm-ng
 SUBDIR+=	byzanz
 SUBDIR+=	c-news
 SUBDIR+=	c2hs
@@ -403,7 +403,6 @@ SUBDIR+=	cl-trivial-gray-streams
 SUBDIR+=	cl-unicode
 SUBDIR+=	cl-who
 SUBDIR+=	clamassassin
-SUBDIR+=	clang-git
 SUBDIR+=	clang-netbsd
 SUBDIR+=	clang-static-analyzer-git
 SUBDIR+=	classgen
@@ -1005,6 +1004,7 @@ SUBDIR+=	gdb-git
 SUBDIR+=	gdb5
 SUBDIR+=	gdb6
 SUBDIR+=	gde
+SUBDIR+=	gdl
 SUBDIR+=	gdm
 SUBDIR+=	gdsreader
 SUBDIR+=	geant
@@ -1266,6 +1266,7 @@ SUBDIR+=	haxor-news
 SUBDIR+=	haydar-fonts
 SUBDIR+=	haze
 SUBDIR+=	hdparm
+SUBDIR+=	heimdal
 SUBDIR+=	heimdall
 SUBDIR+=	hengband
 SUBDIR+=	hepmc
@@ -1532,6 +1533,7 @@ SUBDIR+=	imonc
 SUBDIR+=	inetdxtra
 SUBDIR+=	info2man
 SUBDIR+=	infraarcana
+SUBDIR+=	inkscape-snapshot
 SUBDIR+=	inspircd
 SUBDIR+=	intel-gpu-tools
 SUBDIR+=	interbase-docs
@@ -2381,6 +2383,7 @@ SUBDIR+=	opendchub
 SUBDIR+=	openerp-server
 SUBDIR+=	openfodder
 SUBDIR+=	openfodder-data
+SUBDIR+=	opengrok
 SUBDIR+=	openh264
 SUBDIR+=	openjazz
 SUBDIR+=	openjdk8-openjfx-hg
@@ -3027,6 +3030,7 @@ SUBDIR+=	py-atpy
 SUBDIR+=	py-autokey
 SUBDIR+=	py-automata
 SUBDIR+=	py-b3j0f.aop
+SUBDIR+=	py-backports.csv
 SUBDIR+=	py-bandicoot
 SUBDIR+=	py-bandit
 SUBDIR+=	py-bannock
@@ -3559,6 +3563,7 @@ SUBDIR+=	py-nlib
 SUBDIR+=	py-nltk
 SUBDIR+=	py-nodepy
 SUBDIR+=	py-nose-parameterized
+SUBDIR+=	py-nose-pathmunge
 SUBDIR+=	py-nose-senario
 SUBDIR+=	py-nosh
 SUBDIR+=	py-notify-dev
@@ -4393,6 +4398,7 @@ SUBDIR+=	suse121_libgcrypt
 SUBDIR+=	suse121_libgpg-error
 SUBDIR+=	suse131_fpc
 SUBDIR+=	suse131_gcc
+SUBDIR+=	suse131_gconf2
 SUBDIR+=	suse131_libbz2
 SUBDIR+=	sushi
 SUBDIR+=	svgalib
@@ -4834,9 +4840,9 @@ SUBDIR+=	xspread
 SUBDIR+=	xssp
 SUBDIR+=	xtags
 SUBDIR+=	xtraceroute
-SUBDIR+=	xtrackcad
 SUBDIR+=	xtreemfs-client
 SUBDIR+=	xtreemfs-server
+SUBDIR+=	xtrkcad
 SUBDIR+=	xtrlock
 SUBDIR+=	xwelltris
 SUBDIR+=	xwindiff
diff --git a/bwm-ng/DESCR b/bwm-ng/DESCR
deleted file mode 100644
index 4a994c16ee..0000000000
--- a/bwm-ng/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index 2397a24d70..0000000000
--- a/bwm-ng/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/12/03 14:05:08 othyro Exp $
-#
-
-DISTNAME=	bwm-ng-0.6
-CATEGORIES=	net
-MASTER_SITES=	http://www.gropp.org/bwm-ng/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.gropp.org/?id=projects&sub=bwm-ng
-COMMENT=	Console-based bandwidth monitor
-LICENSE=	gnu-gpl-v2
-
-USE_PKGLOCALEDIR=	yes
-GNU_CONFIGURE=		yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/bwm-ng/PLIST b/bwm-ng/PLIST
deleted file mode 100644
index c0c61a7c79..0000000000
--- a/bwm-ng/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/20 19:13:20 poppnk Exp $
-bin/bwm-ng
-man/man1/bwm-ng.1
diff --git a/bwm-ng/distinfo b/bwm-ng/distinfo
deleted file mode 100644
index 5322066183..0000000000
--- a/bwm-ng/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/12/03 14:05:08 othyro Exp $
-
-SHA1 (bwm-ng-0.6.tar.gz) = 90bab1837f179fa1fe0d4b8bad04072affa39c01
-RMD160 (bwm-ng-0.6.tar.gz) = d50ea7883a5aaf0fe8e670f1b7386ee9d9de5768
-Size (bwm-ng-0.6.tar.gz) = 141564 bytes


Home | Main Index | Thread Index | Old Index