From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 10 02:20:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4566737B401 for ; Thu, 10 Apr 2003 02:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3C743F75 for ; Thu, 10 Apr 2003 02:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3A9KCUp096085 for ; Thu, 10 Apr 2003 02:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3A9KCTU096084; Thu, 10 Apr 2003 02:20:12 -0700 (PDT) Resent-Date: Thu, 10 Apr 2003 02:20:12 -0700 (PDT) Resent-Message-Id: <200304100920.h3A9KCTU096084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Michael L.Hostbaek" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 235EE37B404 for ; 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 ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50772: New port: net/wping X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Michael L.Hostbaek" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 09:20:13 -0000 >Number: 50772 >Category: ports >Synopsis: New port: net/wping >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: Thu Apr 10 02:20:11 PDT 2003 >Closed-Date: >Last-Modified: >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 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 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 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: X X - Michael L. Hostbaek X 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: >Unformatted: