mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port: www/mgstat -- Create stats for mod_gzip log files
This commit is contained in:
parent
41802de459
commit
765eda2e11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42536
@ -108,6 +108,7 @@
|
||||
SUBDIR += mapedit
|
||||
SUBDIR += marc-search
|
||||
SUBDIR += mathopd
|
||||
SUBDIR += mgstat
|
||||
SUBDIR += mhonarc
|
||||
SUBDIR += mmosaic
|
||||
SUBDIR += mnoGoSearch-current
|
||||
|
30
www/mgstat/Makefile
Normal file
30
www/mgstat/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: mgstat
|
||||
# Date created: 11 May 2001
|
||||
# Whom: jeh@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mgstat
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
|
||||
|
||||
MAINTAINER= jeh@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
|
||||
|
||||
MGDOCDIR= ${PREFIX}/share/doc/mgstat
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@if ! [ -d ${MGDOCDIR} ]; then ${MKDIR} ${MGDOCDIR}; fi
|
||||
${INSTALL_DATA} ${WRKSRC}/Copyright ${MGDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${MGDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/USAGE ${MGDOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mgstat/distinfo
Normal file
1
www/mgstat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mgstat-0.4.1.tar.gz) = 0e03de78dd8ad7594523b9427f889c9e
|
11
www/mgstat/files/patch-aa
Normal file
11
www/mgstat/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Fri May 11 15:21:02 2001
|
||||
+++ Makefile.in Sun Apr 1 20:56:31 2001
|
||||
@@ -19,7 +19,7 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
-bindir = /usr/bin
|
||||
+bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
libexecdir = @libexecdir@
|
||||
datadir = @datadir@
|
1
www/mgstat/pkg-comment
Normal file
1
www/mgstat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Produce graphs from mod_gzip log files
|
14
www/mgstat/pkg-descr
Normal file
14
www/mgstat/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Mgstat produces html reports for years, months and days (with png or
|
||||
gif charts generated with GD library) that shows you how many bytes you
|
||||
saved by using this excellent free Apache module. It produces history
|
||||
files so you can rotate your logs without losing previous statistics.
|
||||
You can also run mgstat on the same log file and statistics won't be
|
||||
doubled because program will start from the place where previous
|
||||
processing ended. You can also run mgstat on totally unsorted (date order)
|
||||
log file (that were produced for example by merging various log files);
|
||||
program will run a little bit slower but will produce correct reports.
|
||||
|
||||
WWW: http://wizard.ae.krakow.pl/~mike/mgstat/
|
||||
|
||||
- Jim
|
||||
jim@thehousleys.net
|
5
www/mgstat/pkg-plist
Normal file
5
www/mgstat/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/mgstat
|
||||
%%PORTDOCS%%share/doc/mgstat/Copyright
|
||||
%%PORTDOCS%%share/doc/mgstat/README
|
||||
%%PORTDOCS%%share/doc/mgstat/USAGE
|
||||
%%PORTDOCS%%@dirrm share/doc/mgstat
|
Loading…
Reference in New Issue
Block a user