aboutsummaryrefslogtreecommitdiff
path: root/www/free-sa/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-23 21:24:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-23 21:24:53 +0000
commit7c6494ca77e84a658df3404ab205dfd8e380da9c (patch)
treeea48dc8e4dc6cdf2332715443d5e8f146093e04f /www/free-sa/Makefile
parentec0a216e33517ffabe3bc6399dae03e09cebb2f7 (diff)
downloadports-7c6494ca77e84a658df3404ab205dfd8e380da9c.tar.gz
ports-7c6494ca77e84a658df3404ab205dfd8e380da9c.zip
Free-SA is a statistic analyzer for daemon log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times), more reports support, crossplatform work and W3C compliance of generated HTML/CSS reports code. WWW: http://free-sa.sourceforge.net PR: ports/110710 Submitted by: Anton Karpov <toxa@toxahost.ru>
Notes
Notes: svn path=/head/; revision=188131
Diffstat (limited to 'www/free-sa/Makefile')
-rw-r--r--www/free-sa/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/free-sa/Makefile b/www/free-sa/Makefile
new file mode 100644
index 000000000000..e6788b869fcf
--- /dev/null
+++ b/www/free-sa/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: free-sa
+# Date created: 22 Mar 2007
+# Whom: Anton Karpov <toxa@toxahost.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= free-sa
+PORTVERSION= 1.0.2
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= toxa@toxahost.ru
+COMMENT= Statistic analyzer for daemons log files similar to SARG
+
+USE_GMAKE= yes
+
+MAN1= free-sa.1
+MAN5= sa.conf.5
+
+.include <bsd.port.mk>