Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2008 15:05:24 +0400 (MSD)
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125799: [new port] www/drupal6-tagadelic
Message-ID:  <20080720110524.D8DD0170F7@amnesiac.at.no.dns>
Resent-Message-ID: <200807201110.m6KBA1U7072902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125799
>Category:       ports
>Synopsis:       [new port] www/drupal6-tagadelic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 11:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
Code Labs
>Environment:

System: FreeBSD XXX 7.0-STABLE FreeBSD 7.0-STABLE #6: Thu Jul 3 20:39:48 MSD 2008 root@XXX:/usr/obj/usr/src/sys/XXX amd64

>Description:

There is no port for tagadelic module for Drupal 6.  This module provides
weighted tags block.

>How-To-Repeat:

ls -ld /usr/ports/www/drupal6-tagadelic

>Fix:

The following patch adds new port.  It was tested on my Drupal 6
installation for a couple of days.

--- drupal6-tagadelic.new-port.patch begins here ---
diff -urN /var/empty/Makefile drupal6-tagadelic/Makefile
--- /var/empty/Makefile	1970-01-01 03:00:00.000000000 +0300
+++ drupal6-tagadelic/Makefile	2008-07-20 14:44:55.000000000 +0400
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	drupal6-tagadelic
+#
+
+PORTNAME=	tagadelic
+DISTVERSION=	6.x-1.0
+CATEGORIES=	www
+MASTER_SITES=	http://ftp.drupal.org/files/projects/
+
+COMMENT=	Drupal 6 module that provides block with weighted tags
+
+DRUPAL6_MODULE=	yes
+MODULE_DIRS=	po
+MODULE_FILES=	tagadelic.css tagadelic.info tagadelic.module \
+		po/de.po po/es.po po/fr.po po/gl.po \
+		po/he.po po/hu.po po/ja.po po/nl.po \
+		po/ru.po po/tagadelic.pot
+DOC_FILES=	LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff -urN /var/empty/distinfo drupal6-tagadelic/distinfo
--- /var/empty/distinfo	1970-01-01 03:00:00.000000000 +0300
+++ drupal6-tagadelic/distinfo	2008-07-20 14:42:26.000000000 +0400
@@ -0,0 +1,3 @@
+MD5 (drupal/tagadelic-6.x-1.0.tar.gz) = ad151244b56435c1e7b2ed33e0c616e1
+SHA256 (drupal/tagadelic-6.x-1.0.tar.gz) = 018b11cf6239041ba045fff8061850a75e1a8cce6afc1f1f9b53750643ce6302
+SIZE (drupal/tagadelic-6.x-1.0.tar.gz) = 18226
diff -urN /var/empty/pkg-descr drupal6-tagadelic/pkg-descr
--- /var/empty/pkg-descr	1970-01-01 03:00:00.000000000 +0300
+++ drupal6-tagadelic/pkg-descr	2008-07-20 14:42:38.000000000 +0400
@@ -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
--- drupal6-tagadelic.new-port.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080720110524.D8DD0170F7>