Date: Thu, 10 Apr 2003 11:13:43 +0200 (CEST) From: "Michael L.Hostbaek" <mich@freebsdcluster.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50772: New port: net/wping Message-ID: <20030410091343.D674A14C8C@icommerce-france.com> Resent-Message-ID: <200304100920.h3A9KCTU096084@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410091343.D674A14C8C>