From 8aef7a87a2a1d6340a913667d9956ab56c499382 Mon Sep 17 00:00:00 2001 From: rafan Date: Sun, 24 Sep 2006 13:36:30 +0000 Subject: - Update to 0.23.2 PR: ports/103561 Submitted by: Stefan Pauly --- sysutils/nctop/Makefile | 14 ++++---------- sysutils/nctop/distinfo | 6 +++--- sysutils/nctop/pkg-descr | 1 + 3 files changed, 8 insertions(+), 13 deletions(-) (limited to 'sysutils') diff --git a/sysutils/nctop/Makefile b/sysutils/nctop/Makefile index d793f6f89d9f..273c6dafbb32 100644 --- a/sysutils/nctop/Makefile +++ b/sysutils/nctop/Makefile @@ -6,27 +6,21 @@ # PORTNAME= nctop -PORTVERSION= 0.23.1 +PORTVERSION= 0.23.2 CATEGORIES= sysutils -MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/ +MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/ MAINTAINER= ports@FreeBSD.org -COMMENT= A remote system monitor +COMMENT= A remote system monitor for unix hosts USE_AUTOTOOLS= autoconf:259:env USE_BZIP2= YES HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libwrap \ --with-setgid=kmem MAN1= nctopd.1 nctop.1 -pre-configure: - ${CP} ${AUTOCONF_DIR}/install-sh ${WRKSRC} - ${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC} - ${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC} - cd ${WRKSRC} && ${AUTOCONF} - .include diff --git a/sysutils/nctop/distinfo b/sysutils/nctop/distinfo index b067829a97ff..82f1f6227e43 100644 --- a/sysutils/nctop/distinfo +++ b/sysutils/nctop/distinfo @@ -1,3 +1,3 @@ -MD5 (nctop-0.23.1.tar.bz2) = 3fc4f12284f818f87efe03e4cf9596f6 -SHA256 (nctop-0.23.1.tar.bz2) = 5c49b204ee7f4c9045f49034e2015afcda8e0894e99007b1a2887a8ef4ed0160 -SIZE (nctop-0.23.1.tar.bz2) = 22563 +MD5 (nctop-0.23.2.tar.bz2) = 179317387c0108e77c3aa5846ebb5d36 +SHA256 (nctop-0.23.2.tar.bz2) = e3ea8e1388af65f3ef7322833f33831bf5540b1b9305c4b5880fb8f36be8df34 +SIZE (nctop-0.23.2.tar.bz2) = 76293 diff --git a/sysutils/nctop/pkg-descr b/sysutils/nctop/pkg-descr index 43013c1835b9..3b952f248952 100644 --- a/sysutils/nctop/pkg-descr +++ b/sysutils/nctop/pkg-descr @@ -1,4 +1,5 @@ Nctop is a remote system monitor for unix hosts. + It is a client/server-application using UDP-packets to receive the information of the hosts running the daemon and listed in the clients configuration file. For each host the client displays a line containing: -- cgit