aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-07-19 04:41:22 +0800
committermiwi <miwi@FreeBSD.org>2008-07-19 04:41:22 +0800
commit224efbf6c7453729e8932350190ba9816545637a (patch)
treed857c12a23812f973d7f95cbc22e9e8540d966bc /www
parent9250312a22f9f1ef1245c74ea44e81e7d4b99b82 (diff)
downloadfreebsd-ports-gnome-224efbf6c7453729e8932350190ba9816545637a.tar.gz
freebsd-ports-gnome-224efbf6c7453729e8932350190ba9816545637a.tar.zst
freebsd-ports-gnome-224efbf6c7453729e8932350190ba9816545637a.zip
Tagadelic is a small module, without any databases, or configuration,
that generates a page with weighted tags. The cool thing is that by merely altering font sizes, these lists suddenly gain a dimension. Tagadelic offers various ways to add terms and vocabularies in one tag cloud. By using the urls, you can create your own clouds pages. It also offers a sideblock for each taxonomy tree. WWW: http://drupal.org/project/tagadelic PR: ports/125711 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-tagadelic/Makefile26
-rw-r--r--www/drupal5-tagadelic/distinfo3
-rw-r--r--www/drupal5-tagadelic/pkg-descr8
-rw-r--r--www/drupal6-tagadelic/Makefile26
-rw-r--r--www/drupal6-tagadelic/distinfo3
-rw-r--r--www/drupal6-tagadelic/pkg-descr8
7 files changed, 75 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ff2264cb1b37..729c0d945b51 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -149,6 +149,7 @@
SUBDIR += drupal5-nice_menus
SUBDIR += drupal5-securepages
SUBDIR += drupal5-simplenews
+ SUBDIR += drupal5-tagadelic
SUBDIR += drupal5-tapir
SUBDIR += drupal5-taxonomy_access
SUBDIR += drupal5-taxonomy_ticker
diff --git a/www/drupal5-tagadelic/Makefile b/www/drupal5-tagadelic/Makefile
new file mode 100644
index 000000000000..b6278242eb1e
--- /dev/null
+++ b/www/drupal5-tagadelic/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: drupal5-simplenews
+# Date created: 17 Jul 2008
+# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tagadelic
+DISTVERSION= 5.x-1.0
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= rea-fbsd@codelabs.ru
+COMMENT= Tagadelic module for Drupal 5
+
+DRUPAL5_MODULE= yes
+MODULE_DIRS= po
+MODULE_FILES= tagadelic.info tagadelic.css tagadelic.module \
+ po/tagadelic.pot \
+ po/de.po po/es.po po/he.po po/hu.po po/ja.po \
+ po/nl.po po/ru.po
+DOC_FILES= LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-tagadelic/distinfo b/www/drupal5-tagadelic/distinfo
new file mode 100644
index 000000000000..e03167eae6d5
--- /dev/null
+++ b/www/drupal5-tagadelic/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/tagadelic-5.x-1.0.tar.gz) = c9985cef38cccaee43c150ac71766ba8
+SHA256 (drupal/tagadelic-5.x-1.0.tar.gz) = 20df167387d3ab98f9ca40dd745dab61c74e5b612f11e00c72b375c888a7fe83
+SIZE (drupal/tagadelic-5.x-1.0.tar.gz) = 17152
diff --git a/www/drupal5-tagadelic/pkg-descr b/www/drupal5-tagadelic/pkg-descr
new file mode 100644
index 000000000000..8869737592a4
--- /dev/null
+++ b/www/drupal5-tagadelic/pkg-descr
@@ -0,0 +1,8 @@
+Tagadelic is a small module, without any databases, or configuration,
+that generates a page with weighted tags. The cool thing is that
+by merely altering font sizes, these lists suddenly gain a dimension.
+Tagadelic offers various ways to add terms and vocabularies in one
+tag cloud. By using the urls, you can create your own clouds pages.
+It also offers a sideblock for each taxonomy tree.
+
+WWW: http://drupal.org/project/tagadelic
diff --git a/www/drupal6-tagadelic/Makefile b/www/drupal6-tagadelic/Makefile
new file mode 100644
index 000000000000..b6278242eb1e
--- /dev/null
+++ b/www/drupal6-tagadelic/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: drupal5-simplenews
+# Date created: 17 Jul 2008
+# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tagadelic
+DISTVERSION= 5.x-1.0
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= rea-fbsd@codelabs.ru
+COMMENT= Tagadelic module for Drupal 5
+
+DRUPAL5_MODULE= yes
+MODULE_DIRS= po
+MODULE_FILES= tagadelic.info tagadelic.css tagadelic.module \
+ po/tagadelic.pot \
+ po/de.po po/es.po po/he.po po/hu.po po/ja.po \
+ po/nl.po po/ru.po
+DOC_FILES= LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal6-tagadelic/distinfo b/www/drupal6-tagadelic/distinfo
new file mode 100644
index 000000000000..e03167eae6d5
--- /dev/null
+++ b/www/drupal6-tagadelic/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/tagadelic-5.x-1.0.tar.gz) = c9985cef38cccaee43c150ac71766ba8
+SHA256 (drupal/tagadelic-5.x-1.0.tar.gz) = 20df167387d3ab98f9ca40dd745dab61c74e5b612f11e00c72b375c888a7fe83
+SIZE (drupal/tagadelic-5.x-1.0.tar.gz) = 17152
diff --git a/www/drupal6-tagadelic/pkg-descr b/www/drupal6-tagadelic/pkg-descr
new file mode 100644
index 000000000000..8869737592a4
--- /dev/null
+++ b/www/drupal6-tagadelic/pkg-descr
@@ -0,0 +1,8 @@
+Tagadelic is a small module, without any databases, or configuration,
+that generates a page with weighted tags. The cool thing is that
+by merely altering font sizes, these lists suddenly gain a dimension.
+Tagadelic offers various ways to add terms and vocabularies in one
+tag cloud. By using the urls, you can create your own clouds pages.
+It also offers a sideblock for each taxonomy tree.
+
+WWW: http://drupal.org/project/tagadelic