diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-07 19:30:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-07 19:30:11 +0000 |
commit | ada359f96e02fc862e2ac654b57eba36675b2bcd (patch) | |
tree | 6b9aaedabcdabb5676067ca715efcb71b8e1a3fc /www/drupal6-google_analytics | |
parent | 99875ff918642042b4a7c92c147851880fa53971 (diff) | |
download | ports-ada359f96e02fc862e2ac654b57eba36675b2bcd.tar.gz ports-ada359f96e02fc862e2ac654b57eba36675b2bcd.zip |
Notes
Diffstat (limited to 'www/drupal6-google_analytics')
-rw-r--r-- | www/drupal6-google_analytics/Makefile | 22 | ||||
-rw-r--r-- | www/drupal6-google_analytics/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-google_analytics/pkg-descr | 8 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/drupal6-google_analytics/Makefile b/www/drupal6-google_analytics/Makefile new file mode 100644 index 000000000000..6e9f9d883cbf --- /dev/null +++ b/www/drupal6-google_analytics/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: drupal5-google_analytics +# Date created: 31 Mar 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= google_analytics +DISTVERSION= 5.x-1.0 +CATEGORIES= www +MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/ + +MAINTAINER= nick@foobar.org +COMMENT= Adds the Google Analytics web statistics tracking system to your website. + +DRUPAL5_MODULE= yes +MODULE_FILES= googleanalytics.info googleanalytics.install googleanalytics.module +DOC_FILES= LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-google_analytics/distinfo b/www/drupal6-google_analytics/distinfo new file mode 100644 index 000000000000..ca19cabcdda8 --- /dev/null +++ b/www/drupal6-google_analytics/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/google_analytics-5.x-1.0.tar.gz) = ec5998f48218bca2f0a97e849dff5116 +SHA256 (drupal/google_analytics-5.x-1.0.tar.gz) = 8632029e21b8130969f862e30f345f38b3f2ca6b6a209ffb8cd9d6f01527c5c8 +SIZE (drupal/google_analytics-5.x-1.0.tar.gz) = 8766 diff --git a/www/drupal6-google_analytics/pkg-descr b/www/drupal6-google_analytics/pkg-descr new file mode 100644 index 000000000000..eeaa529c3709 --- /dev/null +++ b/www/drupal6-google_analytics/pkg-descr @@ -0,0 +1,8 @@ +This module adds the Google Analytics web statistics tracking system to your +website. + +Provides the ability to selectively track certain user roles. Now with +support for segmentation - allowing tracking of logged in visitors by user +id, username, and profile fields from within Google Analytics. + +WWW: http://drupal.org/project/google_analytics |