aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-04-08 03:30:11 +0800
committerrafan <rafan@FreeBSD.org>2007-04-08 03:30:11 +0800
commit0334109e1c53b374af766a86835c68485932ec32 (patch)
tree6663f844e0dbb00f269994abde3fd0f6e35540e7 /www
parentf5a1d3972e904177f1265d79dfd06940fa004eaf (diff)
downloadfreebsd-ports-gnome-0334109e1c53b374af766a86835c68485932ec32.tar.gz
freebsd-ports-gnome-0334109e1c53b374af766a86835c68485932ec32.tar.zst
freebsd-ports-gnome-0334109e1c53b374af766a86835c68485932ec32.zip
Add drupal5-google_analytics , adds the Google Analytics web statistics
tracking system to your website.. PR: ports/111233 Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-google_analytics/Makefile22
-rw-r--r--www/drupal5-google_analytics/distinfo3
-rw-r--r--www/drupal5-google_analytics/pkg-descr8
-rw-r--r--www/drupal6-google_analytics/Makefile22
-rw-r--r--www/drupal6-google_analytics/distinfo3
-rw-r--r--www/drupal6-google_analytics/pkg-descr8
7 files changed, 67 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 58fd1d0be4f9..ea040cc37d8f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -118,6 +118,7 @@
SUBDIR += drupal4-textile
SUBDIR += drupal5
SUBDIR += drupal5-adsense
+ SUBDIR += drupal5-google_analytics
SUBDIR += drupal5-gsitemap
SUBDIR += drupal5-taxonomy_access
SUBDIR += drupal5-tinymce
diff --git a/www/drupal5-google_analytics/Makefile b/www/drupal5-google_analytics/Makefile
new file mode 100644
index 000000000000..6e9f9d883cbf
--- /dev/null
+++ b/www/drupal5-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/drupal5-google_analytics/distinfo b/www/drupal5-google_analytics/distinfo
new file mode 100644
index 000000000000..ca19cabcdda8
--- /dev/null
+++ b/www/drupal5-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/drupal5-google_analytics/pkg-descr b/www/drupal5-google_analytics/pkg-descr
new file mode 100644
index 000000000000..eeaa529c3709
--- /dev/null
+++ b/www/drupal5-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
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