Update to latest release.
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
Ooops.. Didn't see the added man page. diff looks good. /mich (Maintainer) Hendrik Scholz (hscholz) writes: > 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 -- Best Regards, Michael Landin Hostbaek FreeBSDCluster.org - an International Community */ PGP-key available upon request /*
State Changed From-To: open->closed Committed, thanks.