Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 1999 22:58:51 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10375: New port - a benchmarking tool for Web proxies
Message-ID:  <199903031958.WAA20482@netserv1.chg.ru>

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

>Number:         10375
>Category:       ports
>Synopsis:       New port - a benchmarking tool for Web proxies
>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 Mar  3 12:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

New port - polygraph

>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
#	./pkg
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/PLIST
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	polygraph
X# Version required:	1.0p5
X# Date created:         3 March 1999
X# Whom:                 Dima Sivachenko <dima@chg.ru>
X#
X# $Id: $
X#
X
XDISTNAME=	polygraph-1.0p5-src
XPKGNAME=	polygraph-1.0p5
XCATEGORIES=	www net
XMASTER_SITES=	http://polygraph.ircache.net/sources/	\
X		http://www.chg.ru/~dima/
X
XMAINTAINER=	dima@Chg.RU
X
XWRKSRC=		${WRKDIR}/polygraph/src
X
Xdo-install:
X
X		@ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin
X		@ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin
X		@ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XA benchmarking tool for Web proxies.
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XWeb Polygraph is a benchmarking tool for Web proxies. Polygraph
Xdistribution includes a high-performance client and server simulators.
XThe simulators create a stream of HTTP requests that can be routed through
Xa Web proxy. Studying proxy performance under various [stress] conditions is
Xessential for performance tuning, evaluation of new algorithms, analysis of
Xhardware configurations, and comparing available proxy products.
X
XDocumentation can be found at http://polygraph.ircache.net/doc/
X
Xhttp://polygraph.ircache.net/
X
X--Dima
Xdima@chg.ru
END-of-./pkg/DESCR
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/polyclt
Xbin/polysrv
Xbin/lr
END-of-./pkg/PLIST
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (polygraph-1.0p5-src.tar.gz) = 51bc8e75d8c1d191766e469a138a919e
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- Makefile.orig	Wed Mar  3 22:39:23 1999
X+++ Makefile	Wed Mar  3 22:41:22 1999
X@@ -10,7 +10,7 @@
X 
X DEFINES =
X 
X-CFLAGS   = -Wall -Wwrite-strings -Woverloaded-virtual -g -O3 $(INCLUDE) $(DEFINES)
X+CFLAGS  += -Wall -Wwrite-strings -Woverloaded-virtual -g -O3 $(INCLUDE) $(DEFINES)
X CXXFLAGS = $(CFLAGS)
X CCFLAGS  = $(CFLAGS)
X 
END-of-./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?199903031958.WAA20482>