summaryrefslogtreecommitdiff
path: root/net/nload/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-04-19 10:57:34 +0000
committerobache <obache@pkgsrc.org>2008-04-19 10:57:34 +0000
commite8099247626a29e0a9a8a5c277d2dd32a93f2352 (patch)
tree317c6143637a53b2fdba68592abdfd3e14eafce0 /net/nload/Makefile
parent1b9acb3e6485df39d6eadf991b8c734ff51e4770 (diff)
downloadpkgsrc-e8099247626a29e0a9a8a5c277d2dd32a93f2352.tar.gz
Update nload to 0.7.0, based on maintainer update request in PR 38461.
While here, marked as DESTDIR ready. Changes since 0.6.0 - Abort configure script if ncurses is not found - Rewrite the linux proc devreader - Implement hpux device detection - Implement reading and writing of config files (fixes debian bug #247030) - Add F5 and F6 key shortcuts for reading and writing current settings - Change defaults for traffic units to human readable - Make shown devices configurable at run time and save this setting as well - Remove "-t 0" - Change key shortcuts, especially F2 for the option window - Replace "average smoothness" by average window period in seconds - Apply patch by Paul Brook <paul@nowt.org> so that nload works correctly on 64-bit kernels - Fix SIGSEGV when /proc/net/dev doesn't exist - Make compilation work with GCC 4.3 (fixes debian bug #417449)
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r--net/nload/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile
index c3ec8650c96..79075dabc16 100644
--- a/net/nload/Makefile
+++ b/net/nload/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2006/05/22 15:10:38 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/19 10:57:34 obache Exp $
#
-DISTNAME= nload-0.6.0
+DISTNAME= nload-0.7.0
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}
-MAINTAINER= bartosz@atom.eu.org
+MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://www.roland-riegel.de/nload/
COMMENT= Monitoring network traffic and bandwidth usage
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
MANCOMPRESSED= yes
GNU_CONFIGURE= yes