diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-28 09:17:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-28 09:17:59 +0000 |
commit | 58dc1fb83f5defd6ed9accb983343e6ab63fdf0a (patch) | |
tree | 419d73be06f694c0ad13501df307c3a83580b31c /net | |
parent | 4c2af5f63b018b2ee2bd7f20e71236a3c18d9a6f (diff) | |
download | ports-58dc1fb83f5defd6ed9accb983343e6ab63fdf0a.tar.gz ports-58dc1fb83f5defd6ed9accb983343e6ab63fdf0a.zip |
update to slurm-0.2.1
PR: 48660
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=76622
Diffstat (limited to 'net')
-rw-r--r-- | net/slurm/Makefile | 5 | ||||
-rw-r--r-- | net/slurm/distinfo | 2 | ||||
-rw-r--r-- | net/slurm/pkg-descr | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile index de6a02c4a069..494016104b02 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= slurm -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= net MASTER_SITES= http://www.raisdorf.net/files/code/ \ http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \ @@ -18,10 +18,13 @@ COMMENT= Slurm is a generic network load monitor LDFLAGS+= -lncurses +MAN1= slurm.1 + do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c) do-install: + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/net/slurm/distinfo b/net/slurm/distinfo index 02981aa45229..92539ad4f7f1 100644 --- a/net/slurm/distinfo +++ b/net/slurm/distinfo @@ -1 +1 @@ -MD5 (slurm-0.2.0.tar.gz) = c320325a48e68e64ea1a3c465cd05bba +MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5 diff --git a/net/slurm/pkg-descr b/net/slurm/pkg-descr index 16dde8991810..73970fc2aa42 100644 --- a/net/slurm/pkg-descr +++ b/net/slurm/pkg-descr @@ -1,7 +1,7 @@ slurm started as a port of pppstatus to FreeBSD and now is a generic -network load monitor. It features three different modes with real-time -ASCII graphs and interface statistics for all kinds of network -interfaces on FreeBSD, NetBSD, OpenBSD, and Linux +curses based network load monitor. +It features three different modes with real-time ASCII graphs and +interface statistics for all kinds of network interfaces on most Unix systems. WWW: http://www.raisdorf.net/slurm/ |