#!/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 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
X Basic Options X X- X+ X

Enter your Google Analytics' UID in this box.
X The UID is needed for Google Analytics to log your website stats.
X Your UID can be found by looking in the JavaScript Google Analytics SHAR_END exit