From 58dc1fb83f5defd6ed9accb983343e6ab63fdf0a Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 28 Feb 2003 09:17:59 +0000 Subject: update to slurm-0.2.1 PR: 48660 Submitted by: Michael L. Hostbaek --- net/slurm/Makefile | 5 ++++- net/slurm/distinfo | 2 +- 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/ -- cgit v1.2.3