1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- new port trac-TracGoogleAnalytics

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>
This commit is contained in:
Olli Hauer 2010-12-05 21:09:41 +00:00
parent f5fa4e4219
commit 7d05548d60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265736
4 changed files with 37 additions and 0 deletions

View File

@ -1693,6 +1693,7 @@
SUBDIR += tomcat6
SUBDIR += tomcat7
SUBDIR += trac
SUBDIR += trac-TracGoogleAnalytics
SUBDIR += trac-accountmanager
SUBDIR += trac-addcomment
SUBDIR += trac-advancedticketworkflow

View File

@ -0,0 +1,26 @@
# 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>

View File

@ -0,0 +1,2 @@
SHA256 (TracGoogleAnalytics-0.2.4.tar.gz) = 79ee119aa187ef9d6aff4df599f91641dbc04ab816a432c5fb292e78113cc790
SIZE (TracGoogleAnalytics-0.2.4.tar.gz) = 11292

View File

@ -0,0 +1,8 @@
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