From becker@its.uni-karlsruhe.de  Wed Aug  3 15:43:51 2005
Return-Path: <becker@its.uni-karlsruhe.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D61E16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Aug 2005 15:43:51 +0000 (GMT)
	(envelope-from becker@its.uni-karlsruhe.de)
Received: from smtp1.rz.uni-karlsruhe.de (smtp1.rz.uni-karlsruhe.de [129.13.185.217])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 920A443D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Aug 2005 15:43:50 +0000 (GMT)
	(envelope-from becker@its.uni-karlsruhe.de)
Received: from itstsv9.its.uni-karlsruhe.de (itstsv9.its.uni-karlsruhe.de [172.22.128.8])
	by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.43 #1)
	id 1E0LPI-0006UH-78; Wed, 03 Aug 2005 17:43:48 +0200
Received: from becker by itstsv9.its.uni-karlsruhe.de with local (Exim 4.42 (FreeBSD))
	id 1E0LPH-000Jap-S7
	for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Aug 2005 17:43:47 +0200
Message-Id: <E1E0LPH-000Jap-S7@itstsv9.its.uni-karlsruhe.de>
Date: Wed, 03 Aug 2005 17:43:47 +0200
From: Ralf Becker <ralf@akk.org>
Sender: Ralf Becker <becker@its.uni-karlsruhe.de>
Reply-To: Ralf Becker <ralf@akk.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: sysutils/nctop
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84521
>Category:       ports
>Synopsis:       New port: sysutils/nctop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 15:50:17 GMT 2005
>Closed-Date:    Thu Dec 29 21:11:28 GMT 2005
>Last-Modified:  Thu Dec 29 21:11:28 GMT 2005
>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@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@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@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@dirrm share/nctop/www
X@dirrm share/nctop/
END-of-nctop/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Thu Sep 1 23:28:18 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 
State-Changed-From-To: open->feedback 
State-Changed-By: jylefort 
State-Changed-When: Fri Sep 2 01:57:52 GMT 2005 
State-Changed-Why:  
fetch: http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/nctop-0.23.tar.bz2: size mismatch: expected 76280, actual 76243 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 

From: Ralf Becker <ralf@akk.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/84521
Date: Wed, 28 Sep 2005 11:25:33 +0200

 Hello,
 
 I tried 'make fetch' the last days from different machines. I can't 
 repeat the problems with the wrong size.
 
 Regards Ralf
 -- 
 Ralf Becker           ralf@akk.org 
 Arbeitskreis Kultur und Kommunikation / Universitaet Karlsruhe
 Paulckeplatz 1        76131 Karlsruhe
 Tel 0721/96403-22     Fax 0721/608-4019 
 --------------------
 
Responsible-Changed-From-To: jylefort->freebsd-ports-bugs 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Sat Oct 1 22:25:02 GMT 2005 
Responsible-Changed-Why:  
Size mismatch, release. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 
State-Changed-From-To: feedback->open 
State-Changed-By: mnag 
State-Changed-When: Sun Oct 2 04:43:29 GMT 2005 
State-Changed-Why:  
Change status to open. In WWW have md5 to check distfile and recreate if 
need. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 

From: Simon Barner <barner@FreeBSD.org>
To: Cc: ralf@akk.org, bug-followup@FreeBSD.org
Subject: Re: ports/84521: New port: sysutils/nctop
Date: Mon, 3 Oct 2005 17:46:12 +0200

 Ralf,
 
 I found the following:
 
 As well the recorded check sum at
 http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/nctop-0.23.tar.bz2.md5
 
 as the md5 sum that I get when I download
 http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/nctop-0.23.tar.bz2
 
 is d2ccc2d39c759550d51e5ba24a49b7dd, which does not match the md5 sum in
 your orignial PR.
 
 In order to be an the safe side, please ask the authors of the software,
 whether they re-rolled the distfile. If they did, please also ask them
 about the differences / reasons and give a short summary.
 
 -- 
 Best regards / Viele Gre,                             barner@FreeBSD.org
  Simon Barner                                                barner@gmx.de
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 24 23:14:58 GMT 2005 
State-Changed-Why:  
I tried to commit 0.23.1: 

===>  Configuring for nctop-0.23.1 
configure: WARNING: you should use --build, --host, --target 
checking default port... 5000 
checking setgid usage... kmem 
checking wrapper library (-lwrap) usage... yes 
configure: error: cannot find install-sh or install.sh in . ./.. ./../.. 

Looks like the tarball misses several files. 
(install-sh, configu.sub etc etc) 



Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 24 23:14:58 GMT 2005 
Responsible-Changed-Why:  
I'll handle it with submitter 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 29 21:11:13 UTC 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84521 
>Unformatted:
