head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	old_RELEASE_7_2_0:1.4
	old_RELEASE_7_1_0:1.3
	old_RELEASE_6_4_0:1.3
	old_RELEASE_5_EOL:1.2
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.12
date	2013.03.02.19.18.06;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2013.01.26.19.10.07;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.31.15.53.44;	author crees;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.29.08.36.45;	author crees;	state Exp;
branches;
next	1.7;

1.7
date	2010.02.05.11.44.47;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.16.19.43.49;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.16.17.39.07;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.23.16.51.02;	author garga;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.27.12.28.31;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.24.41;	author flz;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313234
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Nick Hilliard <nick@@foobar.org>
# $FreeBSD: head/www/drupal6-google_analytics/Makefile 313234 2013-03-02 14:37:54Z miwi $

PORTNAME=	google_analytics
DISTVERSION=	6.x-3.5
CATEGORIES=	www

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Adds the Google Analytics web stats tracking system to your website

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes

MODULE_FILES=	googleanalytics.admin.inc googleanalytics.install googleanalytics.module \
		googleanalytics.info googleanalytics.js googleanalytics.test

DOC_FILES=	LICENSE.txt README.txt

.include <bsd.port.mk>
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311043
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drupal6-google_analytics/Makefile 311043 2013-01-26 19:06:31Z crees $
d5 1
a5 2
DISTVERSION=	6.x-2.2
PORTREVISION=	1
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
d14 2
a15 8
MODULE_FILES=	tests/googleanalytics_basic.test googleanalytics.admin.inc \
		googleanalytics.info googleanalytics.install \
		googleanalytics.js googleanalytics.module translations/de.po \
		translations/el.po translations/fr.po translations/ja.po \
		translations/googleanalytics.pot translations/pl.po \
		translations/sk.po

MODULE_DIRS=	tests translations
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	drupal6-google_analytics
# Date created:				31 Mar 2007
# Whom:					Nick Hilliard <nick@@foobar.org>
#
# $FreeBSD: head/www/drupal6-google_analytics/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d9 1
a9 1
MAINTAINER=	nick@@foobar.org
@


1.9
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Begin process of removal of drupal5 ports:

- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d16 1
d30 1
a30 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.7
log
@- update to jpeg-8
@
text
@d30 1
a30 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@


1.6
log
@- Update to 6.x-2.2
- Connect to build

PR:		135232
Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d10 1
@


1.5
log
@- Force commit:
	repocopy from www/drupal5-google_analytics to www/drupal6-google_analytics
@
text
@d1 1
a1 1
# New ports collection makefile for:	drupal5-google_analytics
d9 1
a9 1
DISTVERSION=	5.x-1.7
d13 1
a13 1
COMMENT=	Adds the Google Analytics web statistics tracking system to your website.
d15 1
a15 6
DRUPAL5_MODULE=	yes
MODULE_FILES=	googleanalytics.info googleanalytics.install googleanalytics.js \
		googleanalytics.module po/ca.po po/de.po po/es.po po/fr.po \
		po/it.po po/googleanalytics.pot po/ja.po po/pl.po po/pt.po \
		po/ru.po po/sk.po
MODULE_DIRS=	po
d17 10
a26 1
DOC_FILES=	LICENSE.txt README.txt UPGRADE.txt
@


1.4
log
@- Update to 1.7

PR:		ports/131985
Submitted by:	maintainer
@
text
@@


1.3
log
@- Update to 5.x-1.6

PR:		124931
Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	5.x-1.6
d17 5
a21 1
		googleanalytics.module
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 2
DISTVERSION=	5.x-1.0
PORTREVISION=	1
a10 1
MASTER_SITES=	http://ftp.osuosl.org/pub/drupal/files/projects/
d16 3
a18 2
MODULE_FILES=	googleanalytics.info googleanalytics.install googleanalytics.module
DOC_FILES=	LICENSE.txt README.txt
@


1.1
log
@Add drupal5-google_analytics , adds the Google Analytics web statistics
tracking system to your website..

PR:		ports/111233
Submitted by:	Nick Hilliard <nick at foobar.org>
@
text
@d10 1
@

