View | Details | Raw Unified | Return to bug 125799
Collapse All | Expand All

(-)drupal6-tagadelic/Makefile (+21 lines)
Line 0 Link Here
1
# New ports collection makefile for:	drupal6-tagadelic
2
#
3
4
PORTNAME=	tagadelic
5
DISTVERSION=	6.x-1.0
6
CATEGORIES=	www
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
8
9
COMMENT=	Drupal 6 module that provides block with weighted tags
10
11
DRUPAL6_MODULE=	yes
12
MODULE_DIRS=	po
13
MODULE_FILES=	tagadelic.css tagadelic.info tagadelic.module \
14
		po/de.po po/es.po po/fr.po po/gl.po \
15
		po/he.po po/hu.po po/ja.po po/nl.po \
16
		po/ru.po po/tagadelic.pot
17
DOC_FILES=	LICENSE.txt README.txt
18
19
.include <bsd.port.pre.mk>
20
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
21
.include <bsd.port.post.mk>
(-)drupal6-tagadelic/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (drupal/tagadelic-6.x-1.0.tar.gz) = ad151244b56435c1e7b2ed33e0c616e1
2
SHA256 (drupal/tagadelic-6.x-1.0.tar.gz) = 018b11cf6239041ba045fff8061850a75e1a8cce6afc1f1f9b53750643ce6302
3
SIZE (drupal/tagadelic-6.x-1.0.tar.gz) = 18226
(-)drupal6-tagadelic/pkg-descr (+8 lines)
Line 0 Link Here
1
Tagadelic is a small module, without any databases, or configuration,
2
that generates a page with weighted tags. The cool thing is that
3
by merely altering font sizes, these lists suddenly gain a dimension.
4
Tagadelic offers various ways to add terms and vocabularies in one
5
tag cloud. By using the urls, you can create your own clouds pages.
6
It also offers a sideblock for each taxonomy tree.
7
8
WWW: http://drupal.org/project/tagadelic

Return to bug 125799