1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add sarg 1.2.2.1, squid log analyzer and HTML report generator.

PR:		48600
Submitted by:	mt@primats.org.ua
This commit is contained in:
Maxim Sobolev 2003-05-13 11:19:19 +00:00
parent 55fb3b95ce
commit fd298c171a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80903
5 changed files with 31 additions and 0 deletions

View File

@ -419,6 +419,7 @@
SUBDIR += ruby-tmpl
SUBDIR += ruby-webrick
SUBDIR += ruby-webunit
SUBDIR += sarg
SUBDIR += scout
SUBDIR += screem
SUBDIR += sidplug

19
www/sarg/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: sarg
# Date created: 23.02.2003
# Whom: mt@primats.org.ua
#
# $FreeBSD$
#
PORTNAME= sarg
PORTVERSION= 1.2.2.1
CATEGORIES= www
MASTER_SITES= http://web.onda.com.br/orso/
MAINTAINER= mt@primats.org.ua
COMMENT= Squid log analyzer and HTML report generator
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --exec-prefix=${PREFIX} --enable-bindir="${PREFIX}/bin" --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" --with-gcc
.include <bsd.port.mk>

1
www/sarg/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (sarg-1.2.2.1.tar.gz) = f8b78d13d96793eb1c9a024bf9d816a5

6
www/sarg/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
sqmgrlog is a Squid analisys report generator that allow you to
view "where" your users are going through squid. sqmgrlog generates
reports in html, with many fields including users, IP addresses, bytes,
sites and times.
WWW: http://web.onda.com.br/orso/sqmgrlog.html

4
www/sarg/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/sarg
@unexec if cmp -s %D/etc/sarg/sarg.conf.default %D/etc/sarg/sarg.conf; then rm -f %D/etc/sarg.conf; fi
etc/sarg/sarg.conf.default
@exec if [ ! -f %D/etc/sarg/sarg.conf ]; then cp %D/etc/sarg/%f %D/etc/sarg/sarg.conf; fi