ports/84521: New port: sysutils/nctop

Ralf Becker ralf at akk.org
Wed Aug 3 15:50:20 UTC 2005


>Number:         84521
>Category:       ports
>Synopsis:       New port: sysutils/nctop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 15:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ralf Becker
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Arbeitskreis Kultur und Kommunikation
>Environment:
System: FreeBSD itstsv9.its.uni-karlsruhe.de 4.11-STABLE FreeBSD 4.11-STABLE #0: Tue Mar 22 14:50:34 CET 2005 root at itstsv9.its.uni-karlsruhe.de:/usr/src/sys/compile/local070704 i386
>Description:
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:

    * hostname
    * load averages
    * cpu states (sys/user/idle)
    * real memory usage (used/free/total)
    * number of users currently logged in
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nctop
#	nctop/Makefile
#	nctop/distinfo
#	nctop/pkg-descr
#	nctop/pkg-plist
#
echo c - nctop
mkdir -p nctop > /dev/null 2>&1
echo x - nctop/Makefile
sed 's/^X//' >nctop/Makefile << 'END-of-nctop/Makefile'
X# ports collection Makefile for: nctop
X# Date created:		01 August 2005
X# Whom:			Ralf Becker <nctop at web.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nctop
XPORTVERSION=	0.23
XCATEGORIES=	sysutils
XMASTER_SITES=   http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
X
XMAINTAINER=	ralf at akk.org
XCOMMENT=	A remote system monitor
X
XUSE_AUTOCONF_VER=	259
XUSE_BZIP2=		YES
X
XCONFIGURE_ARGS= --prefix=${PREFIX} \
X		--with-libwrap     \
X		--with-setgid=kmem
X
XMAN1=		nctopd.1 nctop.1
X
X.include <bsd.port.mk>
END-of-nctop/Makefile
echo x - nctop/distinfo
sed 's/^X//' >nctop/distinfo << 'END-of-nctop/distinfo'
XMD5 (nctop-0.23.tar.bz2) = e8c19eed260d06fb19d4586810f26208
XSIZE (nctop-0.23.tar.bz2) = 76280
END-of-nctop/distinfo
echo x - nctop/pkg-descr
sed 's/^X//' >nctop/pkg-descr << 'END-of-nctop/pkg-descr'
XNctop is a remote system monitor for unix hosts.
XIt is a client/server-application using UDP-packets to receive the information 
Xof the hosts running the daemon and listed in the clients configuration file. 
XFor each host the client displays a line containing:
X
X    * hostname
X    * load averages
X    * cpu states (sys/user/idle)
X    * real memory usage (used/free/total)
X    * number of users currently logged in
X
XWWW: http://www.rz.uni-karlsruhe.de/~hj28/
END-of-nctop/pkg-descr
echo x - nctop/pkg-plist
sed 's/^X//' >nctop/pkg-plist << 'END-of-nctop/pkg-plist'
Xbin/nctop
Xetc/nctop.conf.sample
Xsbin/nctopd
Xshare/nctop/www/README
Xshare/nctop/www/index.php
Xshare/nctop/www/plotstat.pl
Xshare/nctop/www/collectstat.pl
X at dirrm share/nctop/www
X at dirrm share/nctop/
END-of-nctop/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list