Date: Thu, 11 May 2000 20:15:12 -0400 (EDT) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18508: new port: net/sting Message-ID: <200005120015.UAA54170@kronos.networkrichmond.com>
next in thread | raw e-mail | index | archive | help
>Number: 18508 >Category: ports >Synopsis: new port: net/sting >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 May 11 17:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >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: # # net/sting # net/sting/Makefile # net/sting/files # net/sting/files/md5 # net/sting/patches # net/sting/patches/patch-aa # net/sting/patches/patch-ab # net/sting/patches/patch-ac # net/sting/pkg # net/sting/pkg/PLIST # net/sting/pkg/DESCR # net/sting/pkg/COMMENT # echo c - net/sting mkdir -p net/sting > /dev/null 2>&1 echo x - net/sting/Makefile sed 's/^X//' >net/sting/Makefile << 'END-of-net/sting/Makefile' X# New ports collection makefile for: sting X# Date created: 11 May 2000 X# Whom: kbyanc@posi.net X# X# $FreeBSD$ X# X XPORTNAME= sting XPORTVERSION= 0.7 XCATEGORIES= net XMASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/ XDISTNAME= sting XWRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} X XMAINTAINER= kbyanc@posi.net X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin X X.include <bsd.port.mk> END-of-net/sting/Makefile echo c - net/sting/files mkdir -p net/sting/files > /dev/null 2>&1 echo x - net/sting/files/md5 sed 's/^X//' >net/sting/files/md5 << 'END-of-net/sting/files/md5' XMD5 (sting.tar.gz) = 7b0d22f96bbde22f94ed5eb0f4a39e29 END-of-net/sting/files/md5 echo c - net/sting/patches mkdir -p net/sting/patches > /dev/null 2>&1 echo x - net/sting/patches/patch-aa sed 's/^X//' >net/sting/patches/patch-aa << 'END-of-net/sting/patches/patch-aa' X--- gmt2local.c.orig Thu May 11 13:49:16 2000 X+++ gmt2local.c Thu May 11 13:49:28 2000 X@@ -32,7 +32,6 @@ X #include <time.h> X #endif X X-#include "gnuc.h" X #ifdef HAVE_OS_PROTO_H X #include "os-proto.h" X #endif END-of-net/sting/patches/patch-aa echo x - net/sting/patches/patch-ab sed 's/^X//' >net/sting/patches/patch-ab << 'END-of-net/sting/patches/patch-ab' X--- setsignal.c.orig Thu May 11 13:49:44 2000 X+++ setsignal.c Thu May 11 13:49:52 2000 X@@ -34,7 +34,6 @@ X #include <string.h> X #endif X X-#include "gnuc.h" X #ifdef HAVE_OS_PROTO_H X #include "os-proto.h" X #endif END-of-net/sting/patches/patch-ab echo x - net/sting/patches/patch-ac sed 's/^X//' >net/sting/patches/patch-ac << 'END-of-net/sting/patches/patch-ac' X--- Makefile.orig Thu Nov 4 11:00:22 1999 X+++ Makefile Thu May 11 13:58:19 2000 X@@ -39,10 +39,10 @@ X LIBPCAP = ./libpcap-0.4 X CC = gcc X OBJS = version.o $(SRC:.c=.o) X-INCLS = -I. -I$(LIBPCAP) X+INCLS = -I. X DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1 X CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS) X-LIBS = -lm $(LIBPCAP)/libpcap.a X+LIBS = -lm -lpcap X X all: sting X END-of-net/sting/patches/patch-ac echo c - net/sting/pkg mkdir -p net/sting/pkg > /dev/null 2>&1 echo x - net/sting/pkg/PLIST sed 's/^X//' >net/sting/pkg/PLIST << 'END-of-net/sting/pkg/PLIST' Xbin/sting END-of-net/sting/pkg/PLIST echo x - net/sting/pkg/DESCR sed 's/^X//' >net/sting/pkg/DESCR << 'END-of-net/sting/pkg/DESCR' XFrom the web site: X X Sting is6 a TCP-based network measurement tool that measures X end-to-end network path characteristics. sting is unique because X it can estimate one-way properties, such as loss rate, through X careful manipulation and observation of TCP behavior. In addition, X using TCP allows sting to leverage the existing Internet X infrastructure -- any TCP server can be used as a de facto X measurement service -- and it avoids increasing problems with X ICMP-based network measurement (blocking, spoofing, rate limiting, X etc). X XWWW: http://www.cs.washington.edu/homes/savage/sting/ X XRequires a kernel compiled with support for BPF and firewalls. See LINT of Xdetails. X X -Kelly X kbyanc@posi.net END-of-net/sting/pkg/DESCR echo x - net/sting/pkg/COMMENT sed 's/^X//' >net/sting/pkg/COMMENT << 'END-of-net/sting/pkg/COMMENT' XTCP-based network measurement tool END-of-net/sting/pkg/COMMENT 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?200005120015.UAA54170>