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:
parent
55fb3b95ce
commit
fd298c171a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80903
@ -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
19
www/sarg/Makefile
Normal 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
1
www/sarg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sarg-1.2.2.1.tar.gz) = f8b78d13d96793eb1c9a024bf9d816a5
|
6
www/sarg/pkg-descr
Normal file
6
www/sarg/pkg-descr
Normal 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
4
www/sarg/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user