Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 04:30:13 -0800 (PST)
From:      Hendrik Scholz <hscholz@raisdorf.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48660: Update port: [Maintainer Update]: net/slurm
Message-ID:  <200302251230.h1PCUDB0087991@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48660; it has been noted by GNATS.

From: Hendrik Scholz <hscholz@raisdorf.net>
To: "Michael L.Hostbaek" <mich@freebsdcluster.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/48660: Update port: [Maintainer Update]: net/slurm
Date: Tue, 25 Feb 2003 12:59:54 +0100

 Hi!
 
 Please use the attached patch with the following changes:
 
 - standard update
 - update pkg-descr
 - add manpage
 
 Thanks, Hendrik (slurm author)
 
 diff -urP slurm-0.2.0/Makefile slurm/Makefile
 --- slurm-0.2.0/Makefile	Tue Feb 25 12:49:41 2003
 +++ slurm/Makefile	Tue Feb 25 12:56:28 2003
 @@ -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 @@
  
  LDFLAGS+=	-lncurses
  
 +MAN1=	slurm.1
 +
  do-build:
  	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c)
  
  do-install:
 +	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
  
  .if !defined(NOPORTDOCS)
 diff -urP slurm-0.2.0/distinfo slurm/distinfo
 --- slurm-0.2.0/distinfo	Tue Feb 25 12:49:41 2003
 +++ slurm/distinfo	Tue Feb 25 12:50:09 2003
 @@ -1 +1 @@
 -MD5 (slurm-0.2.0.tar.gz) = c320325a48e68e64ea1a3c465cd05bba
 +MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5
 diff -urP slurm-0.2.0/pkg-descr slurm/pkg-descr
 --- slurm-0.2.0/pkg-descr	Tue Feb 25 12:49:41 2003
 +++ slurm/pkg-descr	Tue Feb 25 12:54:38 2003
 @@ -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/
  
 
 -- 
 Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/
 
 drag me, drop me - treat me like an object 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302251230.h1PCUDB0087991>