Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 1999 13:15:55 -0800 (PST)
From:      bmah@ca.sandia.gov
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14713: New port: net/pchar
Message-ID:  <199911042115.NAA18496@nimitz.ca.sandia.gov>

next in thread | raw e-mail | index | archive | help

>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 <sumikawa@kame.net>.
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911042115.NAA18496>