head	1.17;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.17
date	2013.03.08.13.00.11;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.12.10.19.24.05;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.02.28;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.01.05.24.48;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2012.02.14.12.45.32;	author mm;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.21.17.37.04;	author eadler;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.23.22.25.54;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.31.02.01.21;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.44.38;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.44.39;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.08.21.30.31;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.31.13.56.23;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.31.08.17.47;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2008.12.31.08.02.38;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2008.12.30.17.43.11;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.06.47;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.08.13.09.43;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313599
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Chadwick Sorrell chad@@wickdev.com
# $FreeBSD: head/www/awffull/Makefile 313599 2013-03-07 16:53:45Z miwi $

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_DEFINE=	GEOIP

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 <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGEOIP}
LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
CONFIGURE_ARGS+=--enable-geoip
.else
CONFIGURE_ARGS+=--disable-geoip
.endif

.include <bsd.port.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for: awffull
# Date created:		5 Feburary 2008
# Whom:			Chadwick Sorrell chad@@wickdev.com
#
# $FreeBSD: head/www/awffull/Makefile 308630 2012-12-10 19:11:11Z mm $
#
d24 1
a24 1
OPTIONS=	GEOIP "Enable support for GeoIP (Country Detection)" Off
d40 1
a40 1
.include <bsd.port.pre.mk>
d42 1
a42 1
.if defined(WITH_GEOIP)
d49 1
a49 1
.include <bsd.port.post.mk>
@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/awffull/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
a10 1
PORTREVISION=	7
d20 1
a20 1
		pcre.1:${PORTSDIR}/devel/pcre
@


1.14
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Bump pcre library dependency due to 8.30 update
@
text
@d10 1
a10 1
PORTREVISION=	6
d19 1
a19 1
		png.6:${PORTSDIR}/graphics/png \
@


1.12
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	5
d20 1
a20 1
		pcre.0:${PORTSDIR}/devel/pcre
@


1.11
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@a36 1
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
d38 2
a39 2
CPPFLAGS=	-I${LOCALBASE}/include
LDFLAGS=	-L${LOCALBASE}/lib
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
d19 1
a19 1
		png.5:${PORTSDIR}/graphics/png \
@


1.7
log
@- Added --with-etcdir configuration option to comply with hier(7) [1]
- Fixed Makefile typo (BUILD_DEPENS)
- Cleaned up some portlint warnings
- Reformatted pkg-descr
- Bumped PORTREVISION

PR:		ports/138402
Submitted by:	Sascha Klauder <sascha@@trimind.de> [1]
Approved by:	maintainer (implicit; timeout 130 days)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
d21 1
a21 3

RUN_DEPENDS?=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
BUILD_DEPENS=	${RUN_DEPENDS}
d35 2
a36 1
		--with-font-label=${FONTLABEL}
@


1.5
log
@Add CONFLICTS each other (japanese/awffull, www/awffull).

Spotted by:	hrs
@
text
@d10 1
a10 1
PORTREVISION=	0
@


1.4
log
@Prepare for slave port.
@
text
@d24 2
@


1.3
log
@o Update to 3.10.2.
o Rework probing libraries using CPPFLAGS and LDFLAGS.
o Add some dependencies, accordingly.

Approved by:	maintainer timeout (1 month)
Reviewed by:	nyan
@
text
@d11 1
a11 1
CATEGORIES=	www
d14 1
a14 1
MAINTAINER=	chad@@wickdev.com
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 2
a10 2
PORTVERSION=	3.8.2
PORTREVISION=	1
d21 6
d29 1
d33 6
a38 1
CONFIGURE_ARGS+=--with-pnglib=${LOCALBASE}/lib
d41 1
d47 3
@


1.1
log
@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
@
text
@d10 1
@

