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
Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it.
ohauer 2010-12-05 21:09:41 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-TracGoogleAnalytics Makefile distinfo pkg-descr Log: - 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> Revision Changes Path 1.2764 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/trac-TracGoogleAnalytics/Makefile (new) 1.1 +2 -0 ports/www/trac-TracGoogleAnalytics/distinfo (new) 1.1 +8 -0 ports/www/trac-TracGoogleAnalytics/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commited with updated version (0.2.4) Thanks.
ohauer 2010-12-08 18:12:34 UTC FreeBSD ports repository Modified files: www/trac-TracGoogleAnalytics Makefile Log: - unbreak build (RUN_DEPENDS => BUILD_DEPENDS) Followup for PR ports/151466 PR: ports/151466 Revision Changes Path 1.2 +1 -1 ports/www/trac-TracGoogleAnalytics/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Hello, Thanks for fixing the build error. However, I think that RUN_DEPENDS is still needed: BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac RUN_DEPENDS:= ${BUILD_DEPENDS} Could you change it to that? Thanks! -- Douglas William Thrift <douglas@douglasthrift.net> <http://douglasthrift.net/>
glarkin 2010-12-09 14:55:23 UTC FreeBSD ports repository Modified files: www/trac-TracGoogleAnalytics Makefile Log: - Re-added RUN_DEPENDS - Bumped PORTREVISION Follow-up to PR ports/151466 PR: ports/151466 Requested by: ohauer via email Reported by: Douglas William Thrift <douglas at douglasthrift dot net> (maintainer) Revision Changes Path 1.3 +2 -0 ports/www/trac-TracGoogleAnalytics/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"