View | Details | Raw Unified | Return to bug 121256
Collapse All | Expand All

(-)nload/Makefile (-2 / +3 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	nload
8
PORTNAME=	nload
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.7.0
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ganael.laplanche@martymac.com
15
COMMENT=	Console application which monitors network traffic in real time
15
COMMENT=	Console application which monitors network traffic in real time
16
16
17
HAS_CONFIGURE=	yes
17
HAS_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man
18
19
19
MAN1=		nload.1
20
MAN1=		nload.1
20
MANCOMPRESSED=	yes
21
MANCOMPRESSED=	yes
(-)nload/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nload-0.6.0.tar.gz) = a8859e49176bb50826b52b8345b117d3
1
MD5 (nload-0.7.0.tar.gz) = dc3146b1bcd810faf7daef7591744cb2
2
SHA256 (nload-0.6.0.tar.gz) = 546c7934a1e97aed34982eca6a4f17d33956479f76de9151371fa58eb24766c9
2
SHA256 (nload-0.7.0.tar.gz) = 8d3634a88016ac7db88c47a455ac8b52f04b98ff6ad8dbf64f8947fb57ba250e
3
SIZE (nload-0.6.0.tar.gz) = 121136
3
SIZE (nload-0.7.0.tar.gz) = 144214
(-)nload/pkg-descr (-4 / +1 lines)
Lines 5-11 Link Here
5
traffic using two graphs and provides additionally info like total
5
traffic using two graphs and provides additionally info like total
6
amount of transfered data and min/max network usage.
6
amount of transfered data and min/max network usage.
7
7
8
WWW: http://www.roland-riegel.de/nload/index_en.html
8
WWW: http://www.roland-riegel.de/nload/index.html
9
10
- Olivier Tharan
11
olive@oban.frmug.org

Return to bug 121256