FreeBSD Bugzilla – Attachment 110312 Details for
Bug 151466
New port: www/trac-TracGoogleAnalytics Trac plugin to enable logging by Google Analytics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
trac-TracGoogleAnalytics.shar
trac-TracGoogleAnalytics.shar (text/plain), 2.75 KB, created by
Douglas Thrift
on 2010-10-15 00:00:22 UTC
(
hide
)
Description:
trac-TracGoogleAnalytics.shar
Filename:
MIME Type:
Creator:
Douglas Thrift
Created:
2010-10-15 00:00:22 UTC
Size:
2.75 KB
patch
obsolete
>#!/bin/sh ># This is a shell archive >echo x trac-TracGoogleAnalytics >mkdir -p trac-TracGoogleAnalytics > /dev/null 2>&1 >echo x trac-TracGoogleAnalytics/Makefile >sed 's/^X//' > trac-TracGoogleAnalytics/Makefile << 'SHAR_END' >X# New ports collection makefile for: trac-TracGoogleAnalytics >X# Date created: 14 October 2010 >X# Whom: Douglas Thrift >X# >X# $FreeBSD$ >X# >X >XPORTNAME= TracGoogleAnalytics >XPORTVERSION= 0.2.3 >XCATEGORIES= www devel python >XMASTER_SITES= CHEESESHOP >XPKGNAMEPREFIX= trac- >X >XMAINTAINER= douglas@douglasthrift.net >XCOMMENT= Trac plugin to enable logging by Google Analytics >X >XRUN_DEPENDS= tracd:${PORTSDIR}/www/trac >X >XLICENSE= BSD >X >XUSE_PYTHON= yes >XUSE_PYDISTUTILS= easy_install >X >XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >X >X.include <bsd.port.mk> >SHAR_END >echo x trac-TracGoogleAnalytics/distinfo >sed 's/^X//' > trac-TracGoogleAnalytics/distinfo << 'SHAR_END' >XMD5 (TracGoogleAnalytics-0.2.3.tar.gz) = 667dd39b2c6b3c4c4c787418b6d27629 >XSHA256 (TracGoogleAnalytics-0.2.3.tar.gz) = f6fbc56427b613f95a5366e2a2b17e8979073defe6a4cd5cbce15b0c351859b2 >XSIZE (TracGoogleAnalytics-0.2.3.tar.gz) = 11281 >SHAR_END >echo x trac-TracGoogleAnalytics/pkg-descr >sed 's/^X//' > trac-TracGoogleAnalytics/pkg-descr << 'SHAR_END' >XPreviously known as Google Analytics Plugin, this plugin will enable >Xyour trac environment to be logged by Google Analytics. >X >XIt adds the necessary javascript code to log your environment, plus, it >Xalso logs the downloads of regular filenames which end with a specific >Xextension; these extensions are defined by you; and also external links. >X >XWWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics >SHAR_END >echo x trac-TracGoogleAnalytics/files >mkdir -p trac-TracGoogleAnalytics/files > /dev/null 2>&1 >echo x trac-TracGoogleAnalytics/files/patch-tracext-google-analytics-templates-google_analytics_admin.html >sed 's/^X//' > trac-TracGoogleAnalytics/files/patch-tracext-google-analytics-templates-google_analytics_admin.html << 'SHAR_END' >X--- tracext/google/analytics/templates/google_analytics_admin.html.orig 2010-10-14 15:05:27.000000000 -0700 >X+++ tracext/google/analytics/templates/google_analytics_admin.html 2010-10-14 15:05:31.000000000 -0700 >X@@ -22,7 +22,7 @@ >X <fieldset> >X <legend>Basic Options</legend> >X <label for="uid">UID:</label> >X- <input type="text" name="uid" value="${ga.uid.value.upper()}"/> >X+ <input type="text" name="uid" value="${ga.uid.value.upper() if ga.uid.value else ''}"/> >X <p class="help">Enter your Google Analytics' UID in this box.<br/> >X The UID is needed for Google Analytics to log your website stats.<br/> >X Your UID can be found by looking in the JavaScript Google Analytics >SHAR_END >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 151466
: 110312