[Midnightbsd-cvs] mports [16113] trunk/net: add nload port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 24 08:38:42 EDT 2014


Revision: 16113
          http://svnweb.midnightbsd.org/mports/?rev=16113
Author:   laffer1
Date:     2014-03-24 08:38:41 -0400 (Mon, 24 Mar 2014)
Log Message:
-----------
add nload port.

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/nload/
    trunk/net/nload/Makefile
    trunk/net/nload/distinfo
    trunk/net/nload/pkg-descr

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2014-03-23 20:07:46 UTC (rev 16112)
+++ trunk/net/Makefile	2014-03-24 12:38:41 UTC (rev 16113)
@@ -58,6 +58,7 @@
 SUBDIR += netatalk
 SUBDIR += netcat
 SUBDIR += netclasses
+SUBDIR += nload
 SUBDIR += nss_ldap
 SUBDIR += ntp
 SUBDIR += openldap23-client

Added: trunk/net/nload/Makefile
===================================================================
--- trunk/net/nload/Makefile	                        (rev 0)
+++ trunk/net/nload/Makefile	2014-03-24 12:38:41 UTC (rev 16113)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	nload
+PORTVERSION=	0.7.4
+CATEGORIES=	net
+MASTER_SITES=	http://www.roland-riegel.de/nload/ \
+		CRITICAL
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Console application which monitors network traffic in real time
+
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+
+PLIST_FILES=	bin/nload man/man1/nload.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \
+		${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp
+
+.include <bsd.port.mk>

Added: trunk/net/nload/distinfo
===================================================================
--- trunk/net/nload/distinfo	                        (rev 0)
+++ trunk/net/nload/distinfo	2014-03-24 12:38:41 UTC (rev 16113)
@@ -0,0 +1,2 @@
+SHA256 (nload-0.7.4.tar.gz) = c1c051e7155e26243d569be5d99c744d8620e65fa8a7e05efcf84d01d9d469e5
+SIZE (nload-0.7.4.tar.gz) = 151005

Added: trunk/net/nload/pkg-descr
===================================================================
--- trunk/net/nload/pkg-descr	                        (rev 0)
+++ trunk/net/nload/pkg-descr	2014-03-24 12:38:41 UTC (rev 16113)
@@ -0,0 +1,6 @@
+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 additionally info like total amount of transfered data and min/max
+network usage.
+
+WWW: http://www.roland-riegel.de/nload/



More information about the Midnightbsd-cvs mailing list