From owner-freebsd-ports Thu Nov 4 13:21: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D243F15222 for ; Thu, 4 Nov 1999 13:21:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66028; Thu, 4 Nov 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id DDE861513D for ; Thu, 4 Nov 1999 13:16:10 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id NAA18496; Thu, 4 Nov 1999 13:15:55 -0800 (PST) Message-Id: <199911042115.NAA18496@nimitz.ca.sandia.gov> Date: Thu, 4 Nov 1999 13:15:55 -0800 (PST) From: bmah@ca.sandia.gov Reply-To: bmah@ca.sandia.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14713: New port: net/pchar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14713 >Category: ports >Synopsis: New port: net/pchar >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: Thu Nov 4 13:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 3.3-RELEASE i386 >Organization: Sandia National Laboratories >Environment: >Description: Here is a shar for pchar-1.0, a recently-released reimplementation of pathchar. >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: # # pchar # pchar/files # pchar/files/md5 # pchar/Makefile # pchar/pkg # pchar/pkg/COMMENT # pchar/pkg/DESCR # pchar/pkg/PLIST # pchar/patches # pchar/patches/patch-aa # echo c - pchar mkdir -p pchar > /dev/null 2>&1 echo c - pchar/files mkdir -p pchar/files > /dev/null 2>&1 echo x - pchar/files/md5 sed 's/^X//' >pchar/files/md5 << 'END-of-pchar/files/md5' XMD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24 END-of-pchar/files/md5 echo x - pchar/Makefile sed 's/^X//' >pchar/Makefile << 'END-of-pchar/Makefile' X# ex:ts=8 X# New ports collection makefile for: pchar X# Version required: 1.0 X# Date created: Thu Nov 4 09:16:12 PST 1999 X# Whom: bmah@ca.sandia.gov X# X# $FreeBSD$ X# X# Mostly copied from KAME ports collection files for pchar, X# created by . X XDISTNAME= pchar-1.0 XCATEGORIES= net XMASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ X XMAINTAINER= bmah@ca.sandia.gov X XGNU_CONFIGURE= yes X XMAN1= pchar.1 X X.include END-of-pchar/Makefile echo c - pchar/pkg mkdir -p pchar/pkg > /dev/null 2>&1 echo x - pchar/pkg/COMMENT sed 's/^X//' >pchar/pkg/COMMENT << 'END-of-pchar/pkg/COMMENT' XA tool for measuring Internet path characteristics END-of-pchar/pkg/COMMENT echo x - pchar/pkg/DESCR sed 's/^X//' >pchar/pkg/DESCR << 'END-of-pchar/pkg/DESCR' Xpchar is a reimplementation of the pathchar utility written by Van XJacobson, formerly of Lawrence Berkeley Laboratories. Both programs Xattempt to characterize the bandwidth, latency, and loss of links Xalong an end-to-end path through the Internet. X XWWW: http://www.ca.sandia.gov/~bmah/Software/pchar/ END-of-pchar/pkg/DESCR echo x - pchar/pkg/PLIST sed 's/^X//' >pchar/pkg/PLIST << 'END-of-pchar/pkg/PLIST' Xsbin/pchar END-of-pchar/pkg/PLIST echo c - pchar/patches mkdir -p pchar/patches > /dev/null 2>&1 echo x - pchar/patches/patch-aa sed 's/^X//' >pchar/patches/patch-aa << 'END-of-pchar/patches/patch-aa' X--- Makefile.in.orig Thu Nov 4 02:12:36 1999 X+++ Makefile.in Thu Nov 4 14:42:00 1999 X@@ -179,7 +179,7 @@ X X install-man: X $(MKINSTALLDIRS) ${mandir}/man1 X- $(INSTALL_PROGRAM) pchar.1 ${mandir}/man1/pchar.1 X+ $(INSTALL_DATA) pchar.1 ${mandir}/man1/pchar.1 X X # X # clean END-of-pchar/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message