Import nload 0.7.3 from MAINTAINER Gonzalo L. R.

nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.

ok sthen@
This commit is contained in:
landry 2011-06-13 20:15:45 +00:00
parent 201b9f189f
commit a871d2ad93
5 changed files with 46 additions and 0 deletions

23
net/nload/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/13 20:15:45 landry Exp $
COMMENT= network traffic and bandwidth usage in real time
DISTNAME= nload-0.7.3
CATEGORIES= net
HOMEPAGE= http://www.roland-riegel.de/nload/
MAINTAINER= Gonzalo L. R. <gonzalo@x61.com.ar>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.roland-riegel.de/nload/
CONFIGURE_STYLE= gnu
WANTLIB= c form m ncurses stdc++
.include <bsd.port.mk>

5
net/nload/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (nload-0.7.3.tar.gz) = m5fDf+FHTx2kLyZf6tJAgQ==
RMD160 (nload-0.7.3.tar.gz) = meYm+ByR4DBMMaCNLyPV3T2hQJI=
SHA1 (nload-0.7.3.tar.gz) = 6ZWz+w+xtaSLWxfFcammMKPS0Eg=
SHA256 (nload-0.7.3.tar.gz) = TcjouACY7OHRjO6sVbgQNs5NVgYfJDQrbNQL5e2olCI=
SIZE (nload-0.7.3.tar.gz) = 150887

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-docs_Makefile_in,v 1.1.1.1 2011/06/13 20:15:45 landry Exp $
--- docs/Makefile.in.orig Sun Jun 12 13:18:42 2011
+++ docs/Makefile.in Mon Jun 13 13:23:16 2011
@@ -328,7 +328,6 @@ uninstall-am:
install:
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(mandir)/man1
- gzip -f $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
uninstall:
rm $(DESTDIR)$(mandir)/man1/$(PACKAGE).1.gz

4
net/nload/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.

3
net/nload/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/13 20:15:45 landry Exp $
@bin bin/nload
@man man/man1/nload.1