diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-08 13:09:43 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-08 13:09:43 +0000 |
commit | c6d1be49d49ba80b4adf814294bd5c10451a8c1c (patch) | |
tree | 06b8c4a132091e1203265533b84f8ea1ddb450ac /www/awffull | |
parent | 923507784c3e52f75e82d8aa54161f8a4a7ce935 (diff) |
AWFFull is a webserver log analysis tool. Mainly used to produce simple reports,
it can also be used as the starting point for more detailed Web Analytics.
AWFFull is a fork of the venerable Webalizer log analysis program.
WWW: http://www.stedee.id.au/awffull
PR: ports/120305
Submitted by: Chadwick Sorrell chad at wickdev.com
Notes
Notes:
svn path=/head/; revision=206892
Diffstat (limited to 'www/awffull')
-rw-r--r-- | www/awffull/Makefile | 35 | ||||
-rw-r--r-- | www/awffull/distinfo | 3 | ||||
-rw-r--r-- | www/awffull/pkg-descr | 6 | ||||
-rw-r--r-- | www/awffull/pkg-plist | 33 |
4 files changed, 77 insertions, 0 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile new file mode 100644 index 000000000000..bda35f95da35 --- /dev/null +++ b/www/awffull/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: awffull +# Date created: 5 Feburary 2008 +# Whom: Chadwick Sorrell chad@wickdev.com +# +# $FreeBSD$ +# + +PORTNAME= awffull +PORTVERSION= 3.8.2 +CATEGORIES= www +MASTER_SITES= http://www.stedee.id.au/files/ + +MAINTAINER= chad@wickdev.com +COMMENT= AWFFull is a webserver log analysis tool forked from Webalizer + +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ + png.5:${PORTSDIR}/graphics/png \ + pcre.0:${PORTSDIR}/devel/pcre + +OPTIONS= GEOIP "Enable support for GeoIP (Country Detection)" Off + +USE_GETTEXT= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-pnglib=${LOCALBASE}/lib + +MAN1= awffull.1 + +.include <bsd.port.pre.mk> + +.if defined(WITH_GEOIP) +LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP +.endif + +.include <bsd.port.post.mk> diff --git a/www/awffull/distinfo b/www/awffull/distinfo new file mode 100644 index 000000000000..3ef127ecf4b0 --- /dev/null +++ b/www/awffull/distinfo @@ -0,0 +1,3 @@ +MD5 (awffull-3.8.2.tar.gz) = 24c972e1feefb223f0a8d4528dabe8c4 +SHA256 (awffull-3.8.2.tar.gz) = 53aa9f535ac44e5022f7312c73d0c54513a0ff1538d202f000a35ffdb4ef4195 +SIZE (awffull-3.8.2.tar.gz) = 984392 diff --git a/www/awffull/pkg-descr b/www/awffull/pkg-descr new file mode 100644 index 000000000000..a890df0e13aa --- /dev/null +++ b/www/awffull/pkg-descr @@ -0,0 +1,6 @@ +AWFFull is a webserver log analysis tool. Mainly used to produce simple reports, +it can also be used as the starting point for more detailed Web Analytics. + +AWFFull is a fork of the venerable Webalizer log analysis program. + +WWW: http://www.stedee.id.au/awffull diff --git a/www/awffull/pkg-plist b/www/awffull/pkg-plist new file mode 100644 index 000000000000..ac28392c09c7 --- /dev/null +++ b/www/awffull/pkg-plist @@ -0,0 +1,33 @@ +bin/awffull +share/locale/ca/LC_MESSAGES/awffull.mo +share/locale/cs/LC_MESSAGES/awffull.mo +share/locale/da/LC_MESSAGES/awffull.mo +share/locale/de/LC_MESSAGES/awffull.mo +share/locale/el/LC_MESSAGES/awffull.mo +share/locale/es/LC_MESSAGES/awffull.mo +share/locale/et/LC_MESSAGES/awffull.mo +share/locale/fi/LC_MESSAGES/awffull.mo +share/locale/fr/LC_MESSAGES/awffull.mo +share/locale/gl/LC_MESSAGES/awffull.mo +share/locale/hr/LC_MESSAGES/awffull.mo +share/locale/hu/LC_MESSAGES/awffull.mo +share/locale/id/LC_MESSAGES/awffull.mo +share/locale/is/LC_MESSAGES/awffull.mo +share/locale/it/LC_MESSAGES/awffull.mo +share/locale/ja/LC_MESSAGES/awffull.mo +share/locale/ko/LC_MESSAGES/awffull.mo +share/locale/lv/LC_MESSAGES/awffull.mo +share/locale/ml/LC_MESSAGES/awffull.mo +share/locale/nl/LC_MESSAGES/awffull.mo +share/locale/no/LC_MESSAGES/awffull.mo +share/locale/pl/LC_MESSAGES/awffull.mo +share/locale/pt/LC_MESSAGES/awffull.mo +share/locale/pt_BR/LC_MESSAGES/awffull.mo +share/locale/ro/LC_MESSAGES/awffull.mo +share/locale/ru/LC_MESSAGES/awffull.mo +share/locale/sl/LC_MESSAGES/awffull.mo +share/locale/sr/LC_MESSAGES/awffull.mo +share/locale/sv/LC_MESSAGES/awffull.mo +share/locale/tr/LC_MESSAGES/awffull.mo +share/locale/uk/LC_MESSAGES/awffull.mo +share/locale/zh/LC_MESSAGES/awffull.mo |