mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add port for www/squidview
Squidview is a program that displays the squid proxy server log file in a nice fashion, providing the log file is in squid's native reporting fashion. It has features such as search, report generation, monitor mode and supports three log files. WWW: http://www.rillion.net/squidview
This commit is contained in:
parent
fcf42e8d1c
commit
d2fa4478f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190539
@ -1102,6 +1102,7 @@
|
||||
SUBDIR += squidguard
|
||||
SUBDIR += squidpurge
|
||||
SUBDIR += squidtimes
|
||||
SUBDIR += squidview
|
||||
SUBDIR += squirm
|
||||
SUBDIR += squishdot
|
||||
SUBDIR += srg
|
||||
|
34
www/squidview/Makefile
Normal file
34
www/squidview/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: squidview
|
||||
# Date created: 2007-04-21
|
||||
# Whom: stas
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= squidview
|
||||
PORTVERSION= 0.71
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.rillion.net/squidview/
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Monitor squid statistics in realtime
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= squidview.1
|
||||
DOCS= HOWTO README
|
||||
DATAFILES= aliases users words
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/squidview ${PREFIX}/bin/
|
||||
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${DATADIR}/
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
.endif
|
||||
${INSTALL_MAN} ${WRKSRC}/squidview.1 ${MAN1PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/squidview/distinfo
Normal file
3
www/squidview/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (squidview-0.71.tar.gz) = 8588c0c36a19d8db0a7c4bfc5ba8a9bb
|
||||
SHA256 (squidview-0.71.tar.gz) = b3e352682c7a79233a38c11e5dd92ec1cc4b8de95fca430bca801e9319df335f
|
||||
SIZE (squidview-0.71.tar.gz) = 107551
|
12
www/squidview/pkg-descr
Normal file
12
www/squidview/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Squidview is a program that displays the squid proxy server log file in a nice
|
||||
fashion, providing the log file is in squid's native reporting fashion. It has
|
||||
features such as search, report generation, monitor mode and supports three log
|
||||
files.
|
||||
|
||||
Thus, the program can be used to monitor Internet usage on a networked site.
|
||||
But please note squid has to be running first and this program is not a
|
||||
proactive resource controller. What it can do is tell you who and which sites
|
||||
are consuming the most bandwidth.
|
||||
|
||||
Author: Graeme Sheppard
|
||||
WWW: http://www.rillion.net/squidview
|
8
www/squidview/pkg-plist
Normal file
8
www/squidview/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/squidview
|
||||
%%PORTDOCS%%%%DOCSDIR%%/HOWTO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%DATADIR%%/aliases
|
||||
%%DATADIR%%/users
|
||||
%%DATADIR%%/words
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user