Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 20:28:27 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9842: New port - SquidTimes
Message-ID:  <199901311728.UAA28074@netserv1.chg.ru>

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

>Number:         9842
>Category:       ports
>Synopsis:       New port - SquidTimes
>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:   Sun Jan 31 09:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

New port of squidtimes - another program to analyze Squid's logs.

>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/COMMENT
#	./pkg/DESCR
#	./pkg/MESSAGE
#	./pkg/PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	squidtimes
X# Version required:	1.12
X# Date created:		31 January 1999
X# Whom:			Dima Sivachenko
X#
X# $Id:$
X#
X
XDISTNAME=	squidtimes-1.12-freebsd.bin
XPKGNAME=	squidtimes-1.12
XCATEGORIES=	www
XMASTER_SITES=	http://www.cineca.it/~nico/binaries/
XEXTRACT_SUFX=
X
XMAINTAINER=	dima@chg.ru
X
XNO_BUILD=	YES
XNO_WRKSUBDIR=	YES
X
XEXTRACT_CMD=	${CP}
XEXTRACT_BEFORE_ARGS=
XEXTRACT_AFTER_ARGS=	.
X
Xdo-install:
X		@ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes
X
Xpost-install:
X		@ ${CAT} ${PKGDIR}/MESSAGE
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 (squidtimes-1.12-freebsd.bin) = bbfca145be655cb15c84ef9124f2e48d
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XGenerates a report of average transfer times of Squid cache
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XGenerates a report of average transfer times of Squid caching proxy. All
Xresults are presented in graphic form.
X
Xhttp://www.cineca.it/~nico/squidtimes.html
X
X--Dima
Xdima@Chg.RU
END-of-./pkg/DESCR
echo x - ./pkg/MESSAGE
sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE'
X--------------------------------------------------------------------------------
XUsage: squidtimes [proxyhost] < access.log > squidtimes.html
X(also writes 6 gifs in the current directory)
X--------------------------------------------------------------------------------
END-of-./pkg/MESSAGE
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/squidtimes
END-of-./pkg/PLIST
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?199901311728.UAA28074>