diff options
author | jeh <jeh@FreeBSD.org> | 2001-05-12 03:41:19 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-05-12 03:41:19 +0800 |
commit | d2a48cde4056aa23e56f85fd3ff4cb3ae227393a (patch) | |
tree | 64b24d68b97952df2d55d942767193ecb013e2d5 /www/mgstat | |
parent | c1183e06264e5dd494dfcc2829ba7f735097e3c4 (diff) | |
download | freebsd-ports-gnome-d2a48cde4056aa23e56f85fd3ff4cb3ae227393a.tar.gz freebsd-ports-gnome-d2a48cde4056aa23e56f85fd3ff4cb3ae227393a.tar.zst freebsd-ports-gnome-d2a48cde4056aa23e56f85fd3ff4cb3ae227393a.zip |
New port: www/mgstat -- Create stats for mod_gzip log files
Diffstat (limited to 'www/mgstat')
-rw-r--r-- | www/mgstat/Makefile | 30 | ||||
-rw-r--r-- | www/mgstat/distinfo | 1 | ||||
-rw-r--r-- | www/mgstat/files/patch-aa | 11 | ||||
-rw-r--r-- | www/mgstat/pkg-comment | 1 | ||||
-rw-r--r-- | www/mgstat/pkg-descr | 14 | ||||
-rw-r--r-- | www/mgstat/pkg-plist | 5 |
6 files changed, 62 insertions, 0 deletions
diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile new file mode 100644 index 000000000000..8722216ebb0d --- /dev/null +++ b/www/mgstat/Makefile @@ -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> diff --git a/www/mgstat/distinfo b/www/mgstat/distinfo new file mode 100644 index 000000000000..8c8b4127d595 --- /dev/null +++ b/www/mgstat/distinfo @@ -0,0 +1 @@ +MD5 (mgstat-0.4.1.tar.gz) = 0e03de78dd8ad7594523b9427f889c9e diff --git a/www/mgstat/files/patch-aa b/www/mgstat/files/patch-aa new file mode 100644 index 000000000000..cdcf256ec183 --- /dev/null +++ b/www/mgstat/files/patch-aa @@ -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@ diff --git a/www/mgstat/pkg-comment b/www/mgstat/pkg-comment new file mode 100644 index 000000000000..e82793e8bd7e --- /dev/null +++ b/www/mgstat/pkg-comment @@ -0,0 +1 @@ +Produce graphs from mod_gzip log files diff --git a/www/mgstat/pkg-descr b/www/mgstat/pkg-descr new file mode 100644 index 000000000000..967b2d49206f --- /dev/null +++ b/www/mgstat/pkg-descr @@ -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 diff --git a/www/mgstat/pkg-plist b/www/mgstat/pkg-plist new file mode 100644 index 000000000000..91faee1a2896 --- /dev/null +++ b/www/mgstat/pkg-plist @@ -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 |