Previously known as Google Analytics Plugin, this plugin will enable your trac environment to be logged by Google Analytics. It adds the necessary javascript code to log your environment, plus, it also logs the downloads of regular filenames which end with a specific extension; these extensions are defined by you; and also external links. WWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics PR: ports/151466 Submitted by: Douglas William Thrift <douglas _at_ douglasthrift.net>
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# New ports collection makefile for: trac-TracGoogleAnalytics
|
|
# Date created: 14 October 2010
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= TracGoogleAnalytics
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Trac plugin to enable logging by Google Analytics
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|