From root@icommerce-france.com  Thu Apr 10 02:14:34 2003
Return-Path: <root@icommerce-france.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 235EE37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 02:14:34 -0700 (PDT)
Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB87F43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 02:14:32 -0700 (PDT)
	(envelope-from root@icommerce-france.com)
Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24])
	by mail2.itxmarket.com (Postfix) with ESMTP id 20D7F37CAC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 11:13:44 +0200 (CEST)
Received: by icommerce-france.com (Postfix, from userid 0)
	id D674A14C8C; Thu, 10 Apr 2003 11:13:43 +0200 (CEST)
Message-Id: <20030410091343.D674A14C8C@icommerce-france.com>
Date: Thu, 10 Apr 2003 11:13:43 +0200 (CEST)
From: Michael L.Hostbaek <mich@freebsdcluster.org>
Reply-To: Michael L.Hostbaek <mich@freebsdcluster.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net/wping
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50772
>Category:       ports
>Synopsis:       New port: net/wping
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mich
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 02:20:11 PDT 2003
>Closed-Date:    Thu May 15 04:49:57 PDT 2003
>Last-Modified:  Thu May 15 04:49:57 PDT 2003
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386

>Description:
	A Web-based graphical ping log
>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:
#
#	wping
#	wping/Makefile
#	wping/distinfo
#	wping/pkg-descr
#	wping/pkg-plist
#
echo c - wping
mkdir -p wping > /dev/null 2>&1
echo x - wping/Makefile
sed 's/^X//' >wping/Makefile << 'END-of-wping/Makefile'
X# New ports collection makefile for:    wping
X# Date created:				Apr 9th 2003
X# Whom:	      				Michael L. Hostbaek <mich@freebsdcluster.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wping
XPORTVERSION=	0.1a
XCATEGORIES=	net
XMASTER_SITES=	http://www.x-router.com/files/
X
XMAINTAINER=	mich@freebsdcluster.org
XCOMMENT=	A Web-based graphical ping log
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
X
XUSE_BZIP2=	yes
XNO_BUILD=	yes
X
Xdo-install:
X		${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${PREFIX}/bin/wping
X		${INSTALL_DATA} ${WRKSRC}/wping.conf ${PREFIX}/etc/wping.conf.sample
X
X.include <bsd.port.pre.mk>
X
X##
X## this port requires PERL 5.8.x or later
X##
X.if ${PERL_LEVEL} < 500800
XIGNORE=		Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-wping/Makefile
echo x - wping/distinfo
sed 's/^X//' >wping/distinfo << 'END-of-wping/distinfo'
XMD5 (wping-0.1a.tar.bz2) = b7a6e59a2b60a36ecaaaa73fe57cad36
END-of-wping/distinfo
echo x - wping/pkg-descr
sed 's/^X//' >wping/pkg-descr << 'END-of-wping/pkg-descr'
Xwping is a Web-based graphical ping log. It logs ping response times to a 
Xuser-defined list of hosts and produces a Web page that contains a current 
Xping graph and a historic ping graph over a specified time period. Ping 
Xresponse times are averaged in order to give a smooth reading.
X
XWWW:	http://www.x-router.com/
XAUTHOR:	<richard@x-router.com>
X
X	- Michael L. Hostbaek
X	<mich@freebsdcluster.org>
END-of-wping/pkg-descr
echo x - wping/pkg-plist
sed 's/^X//' >wping/pkg-plist << 'END-of-wping/pkg-plist'
Xbin/wping
Xetc/wping.conf.sample
END-of-wping/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mich 
Responsible-Changed-By: arved 
Responsible-Changed-When: Mon May 5 10:45:25 PDT 2003 
Responsible-Changed-Why:  
Submitter is now a committer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50772 
State-Changed-From-To: open->closed 
State-Changed-By: mich 
State-Changed-When: Thu May 15 04:49:43 PDT 2003 
State-Changed-Why:  
Committed. 

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