aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-TracGoogleAnalytics
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-12-06 05:09:41 +0800
committerohauer <ohauer@FreeBSD.org>2010-12-06 05:09:41 +0800
commitcedeedc0de972d04c3df6dffe6a7252512463147 (patch)
treee3bb87db74d42791ec70d23d177b405732ca416d /www/trac-TracGoogleAnalytics
parent3f0d3139a86d08a155e0e935532a5f1291c2f8dc (diff)
downloadfreebsd-ports-gnome-cedeedc0de972d04c3df6dffe6a7252512463147.tar.gz
freebsd-ports-gnome-cedeedc0de972d04c3df6dffe6a7252512463147.tar.zst
freebsd-ports-gnome-cedeedc0de972d04c3df6dffe6a7252512463147.zip
- 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>
Diffstat (limited to 'www/trac-TracGoogleAnalytics')
-rw-r--r--www/trac-TracGoogleAnalytics/Makefile26
-rw-r--r--www/trac-TracGoogleAnalytics/distinfo2
-rw-r--r--www/trac-TracGoogleAnalytics/pkg-descr8
3 files changed, 36 insertions, 0 deletions
diff --git a/www/trac-TracGoogleAnalytics/Makefile b/www/trac-TracGoogleAnalytics/Makefile
new file mode 100644
index 000000000000..a61d7dd7da00
--- /dev/null
+++ b/www/trac-TracGoogleAnalytics/Makefile
@@ -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>
diff --git a/www/trac-TracGoogleAnalytics/distinfo b/www/trac-TracGoogleAnalytics/distinfo
new file mode 100644
index 000000000000..66d85f806630
--- /dev/null
+++ b/www/trac-TracGoogleAnalytics/distinfo
@@ -0,0 +1,2 @@
+SHA256 (TracGoogleAnalytics-0.2.4.tar.gz) = 79ee119aa187ef9d6aff4df599f91641dbc04ab816a432c5fb292e78113cc790
+SIZE (TracGoogleAnalytics-0.2.4.tar.gz) = 11292
diff --git a/www/trac-TracGoogleAnalytics/pkg-descr b/www/trac-TracGoogleAnalytics/pkg-descr
new file mode 100644
index 000000000000..2e482f1688b1
--- /dev/null
+++ b/www/trac-TracGoogleAnalytics/pkg-descr
@@ -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