mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
f70e751ccc
http-analyze analyzes the logfile of a web server and creates a summary of the server's access load and the efficiency of caching mechanisms in o tabular o graphical o and three-dimensional form. http-analyze recognizes logfiles in Common Logfile Format and has been highly optimized for processing huge logfiles in short update-intervals. See: http://www.netstore.de/Supply/http-analyze/index.html Hint: should be used by freefall and cdrom.com ;-))
26 lines
606 B
Makefile
26 lines
606 B
Makefile
# New ports collection makefile for: http-analyze
|
|
# Version required: 1.9e
|
|
# Date created: Fri Jul 11 06:11:41 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= http-analyze1.9e
|
|
PKGNAME= http-analyze-1.9
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
MAN1= http-analyze.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/http-analyze ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/http-analyze.man \
|
|
${PREFIX}/man/man1/http-analyze.1
|
|
|
|
.include <bsd.port.mk>
|