Date: Wed, 12 Aug 1998 11:22:44 -0400 (EDT) From: Bill Fumerola <billf@jade.chc-chimes.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7588: new port: net/mtr Message-ID: <199808121522.LAA17317@jade.chc-chimes.com>
next in thread | raw e-mail | index | archive | help
>Number: 7588 >Category: ports >Synopsis: new port: net/mtr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 12 08:30:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: kind of hot. >Description: mtr is a program that combines traceroute and ping into one program, which is a semi-godsend for network admins who are always typing both. >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: mtr X# Version required: 0.21 X# Date created: 12 August 1998 X# Whom: Bill Fumerola <billf@chc-chimes.com> X# X# $Id: $ X# X XDISTNAME= mtr-0.21 XCATEGORIES= net XMASTER_SITES= http://www.mkimball.org/ X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk X XFETCH_BEFORE_ARGS= -b XUSE_AUTOCONF= hellyeah XUSE_X11= youbet X XMAN8= mtr.8 X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (mtr-0.21.tar.gz) = c3ba171b2c5c6d9c889912f18c56abfe END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xsbin/mtr Xman/man8/mtr.8.gz END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xtraceroute and ping in a single graphical network diagnostic tool. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xmtr combines the functionality of the "traceroute" and "ping" programs Xinto a single network diagnostic tool. X Xhttp://www.mkimball.org/mtr.html X XBill Fumerola <billf@chc-chimes.com) END-of-./pkg/DESCR exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808121522.LAA17317>