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:
parent
f5fa4e4219
commit
7d05548d60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265736
@ -1693,6 +1693,7 @@
|
||||
SUBDIR += tomcat6
|
||||
SUBDIR += tomcat7
|
||||
SUBDIR += trac
|
||||
SUBDIR += trac-TracGoogleAnalytics
|
||||
SUBDIR += trac-accountmanager
|
||||
SUBDIR += trac-addcomment
|
||||
SUBDIR += trac-advancedticketworkflow
|
||||
|
26
www/trac-TracGoogleAnalytics/Makefile
Normal file
26
www/trac-TracGoogleAnalytics/Makefile
Normal 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>
|
2
www/trac-TracGoogleAnalytics/distinfo
Normal file
2
www/trac-TracGoogleAnalytics/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (TracGoogleAnalytics-0.2.4.tar.gz) = 79ee119aa187ef9d6aff4df599f91641dbc04ab816a432c5fb292e78113cc790
|
||||
SIZE (TracGoogleAnalytics-0.2.4.tar.gz) = 11292
|
8
www/trac-TracGoogleAnalytics/pkg-descr
Normal file
8
www/trac-TracGoogleAnalytics/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user