Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 13:58:56 +0400 (MSD)
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125711: [new port] www/drupal5-tagadelic
Message-ID:  <20080717095856.DF0F6170F9@amnesiac.at.no.dns>
Resent-Message-ID: <200807171000.m6HA077F080884@freefall.freebsd.org>

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

>Number:         125711
>Category:       ports
>Synopsis:       [new port] www/drupal5-tagadelic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 17 10:00:06 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:

Add new drupal5 module -- tagadelic.  It allows to generate
tag cloulds.

>How-To-Repeat:

find /usr/ports -name \*tagadelic\* | wc -l

>Fix:

The following patch will create all files for the new port.
It was tested with www/drupal5.

--- drupal5-tagadelic.new-port.patch begins here ---
diff -urN /var/empty/Makefile drupal5-tagadelic/Makefile
--- /var/empty/Makefile	1970-01-01 03:00:00.000000000 +0300
+++ drupal5-tagadelic/Makefile	2008-07-17 13:44:43.000000000 +0400
@@ -0,0 +1,18 @@
+PORTNAME=	tagadelic
+DISTVERSION=	5.x-1.0
+CATEGORIES=	www
+MASTER_SITES=	http://ftp.drupal.org/files/projects/
+
+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 -urN /var/empty/distinfo drupal5-tagadelic/distinfo
--- /var/empty/distinfo	1970-01-01 03:00:00.000000000 +0300
+++ drupal5-tagadelic/distinfo	2008-07-17 13:39:13.000000000 +0400
@@ -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 -urN /var/empty/pkg-descr drupal5-tagadelic/pkg-descr
--- /var/empty/pkg-descr	1970-01-01 03:00:00.000000000 +0300
+++ drupal5-tagadelic/pkg-descr	2008-07-17 13:50:19.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
--- drupal5-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?20080717095856.DF0F6170F9>