head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.30.00.18.49;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.13.02.21.28;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    jawstats
# Date created:                         14 November 2008
# Whom:                                 Alan Snelson <alan@@wave2.org>
#
# $FreeBSD: head/www/jawstats/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jawstats
DISTVERSION=	0.7beta
CATEGORIES=	www
MASTER_SITES=	http://www.jawstats.com/src/

MAINTAINER=	Alan@@Wave2.org
COMMENT=	JAWStats is a Free Web Site Statistics tool

RUN_DEPENDS=	awstats>=6.8:${PORTSDIR}/www/awstats

NO_WRKSUBDIR=	yes
NO_BUILD=	yes
USE_PHP=	yes
WANT_PHP_WEB=	yes
DEFAULT_PHP_VER=5
SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message

do-install:
	${MKDIR} ${WWWDIR}
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.2
log
@- Update to 0.7beta

Features in this release include:

- Multi-Language feature added enabling you to view JAWStats in your native
  langauge.
- "Keywords" & "Keyphrases" sections merged together as "Searches".
- Table paging and tag clouds added to "Searches: Keywords" and "Searches:
  Keyphrases" sections.
- Modal Dialog boxes replaced with scrolling top section (gives more screen
  "real estate", removes bugs in certain browsers).
- Fixed "foreign" characters bug in data, e.g. keywords and keyphrases.
- Fixed bug with PHP's short-open-tag
- Added "Site Name" string to config.php, give your sites a more descriptive
  name than just a URL
- Referrers > Referring Domains no longer has repeated entries (i.e. www.xyz.com
  and xyz.com now appear as one entry, not two)
- Misc tweaks

PR:		ports/131062
Submitted by:	Alan Snelson <Alan@@Wave2.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@JAWStats is a free site statistics and analytics package.
It runs in conjunction with AWStats and produces clear and informative charts,
graphs and tables about your website visitors.

WWW: http://www.jawstats.com

PR:		130352
Submitted by:	Alan Snelson <Alan at Wave2 dot co dot uk>
@
text
@d9 1
a9 1
DISTVERSION=	0.6beta
d11 1
a11 1
MASTER_SITES=	http://www.jawstats.com/src/archive/
@

