From 956d2efbe2930dfaecd38f9cfcf707305bc8f0b4 Mon Sep 17 00:00:00 2001 From: Automaton IAS Date: Sat, 19 Jan 2013 01:38:48 +0100 Subject: [PATCH] Import www/awffull version 3.10.2_8 --- www/awffull/Makefile | 53 ++++++++++++++++++++++++++++++++++ www/awffull/Makefile.DragonFly | 1 + www/awffull/distinfo | 2 ++ www/awffull/pkg-descr | 7 +++++ www/awffull/pkg-plist | 33 +++++++++++++++++++++ 5 files changed, 96 insertions(+) create mode 100644 www/awffull/Makefile create mode 100644 www/awffull/Makefile.DragonFly create mode 100644 www/awffull/distinfo create mode 100644 www/awffull/pkg-descr create mode 100644 www/awffull/pkg-plist diff --git a/www/awffull/Makefile b/www/awffull/Makefile new file mode 100644 index 00000000000..1e66c236b97 --- /dev/null +++ b/www/awffull/Makefile @@ -0,0 +1,53 @@ +# New ports collection makefile for: awffull +# Date created: 5 Feburary 2008 +# Whom: Chadwick Sorrell chad@wickdev.com +# +# $FreeBSD: ports/www/awffull/Makefile,v 1.16 2012/12/10 19:24:05 svnexp Exp $ +# + +PORTNAME= awffull +PORTVERSION= 3.10.2 +PORTREVISION= 8 +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 + +BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ + png15:${PORTSDIR}/graphics/png \ + pcre.3:${PORTSDIR}/devel/pcre +RUN_DEPENDS:= ${BUILD_DEPENDS} + +CONFLICTS?= ja-awffull-[0-9]* + +FONTDEFAULT?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraBd.ttf +FONTLABEL?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf + +OPTIONS= GEOIP "Enable support for GeoIP (Country Detection)" Off + +USE_ICONV= yes +USE_GETTEXT= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ + --with-font-label=${FONTLABEL} \ + --with-etcdir=${PREFIX}/etc + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= awffull.1 +MAN5= awffull.conf.5 + +.include + +.if defined(WITH_GEOIP) +LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP +CONFIGURE_ARGS+=--enable-geoip +.else +CONFIGURE_ARGS+=--disable-geoip +.endif + +.include diff --git a/www/awffull/Makefile.DragonFly b/www/awffull/Makefile.DragonFly new file mode 100644 index 00000000000..2f75513ec79 --- /dev/null +++ b/www/awffull/Makefile.DragonFly @@ -0,0 +1 @@ +LDFLAGS+= -liconv diff --git a/www/awffull/distinfo b/www/awffull/distinfo new file mode 100644 index 00000000000..e72901faaf0 --- /dev/null +++ b/www/awffull/distinfo @@ -0,0 +1,2 @@ +SHA256 (awffull-3.10.2.tar.gz) = 995de9f87f48b7c2a2e6743e34ae2427240ec417871b319fc117478d2fd59760 +SIZE (awffull-3.10.2.tar.gz) = 1048098 diff --git a/www/awffull/pkg-descr b/www/awffull/pkg-descr new file mode 100644 index 00000000000..aa5a5cad29e --- /dev/null +++ b/www/awffull/pkg-descr @@ -0,0 +1,7 @@ +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 00000000000..ac28392c09c --- /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 -- 2.41.0