aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-06-18 19:14:11 +0800
committerpav <pav@FreeBSD.org>2007-06-18 19:14:11 +0800
commit28b756a94894bc5279f5e7d05fbb8809a16e32a7 (patch)
treed33093f617bcbf22eb37ff59e6098bc2643b284c /www
parent899a3e4f2cb7e465724a85f4f82ccdec0accb6c3 (diff)
downloadfreebsd-ports-gnome-28b756a94894bc5279f5e7d05fbb8809a16e32a7.tar.gz
freebsd-ports-gnome-28b756a94894bc5279f5e7d05fbb8809a16e32a7.tar.zst
freebsd-ports-gnome-28b756a94894bc5279f5e7d05fbb8809a16e32a7.zip
Provides a block displaying titles of nodes in a scrolling news
ticker. This module was sponsored by Koumbit.org. WWW: http://drupal.org/project/taxonomy_ticker PR: ports/113724 Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal5-taxonomy_ticker/Makefile27
-rw-r--r--www/drupal5-taxonomy_ticker/distinfo3
-rw-r--r--www/drupal5-taxonomy_ticker/pkg-descr6
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 93b556133580..7bc5b2a0b1d3 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -126,6 +126,7 @@
SUBDIR += drupal5-gsitemap
SUBDIR += drupal5-nice_menus
SUBDIR += drupal5-taxonomy_access
+ SUBDIR += drupal5-taxonomy_ticker
SUBDIR += drupal5-tinymce
SUBDIR += dtse
SUBDIR += dummyflash
diff --git a/www/drupal5-taxonomy_ticker/Makefile b/www/drupal5-taxonomy_ticker/Makefile
new file mode 100644
index 000000000000..d3bb568cd071
--- /dev/null
+++ b/www/drupal5-taxonomy_ticker/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: drupal5-taxonomy_ticker
+# Date created: 15 Jun 2007
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= taxonomy_ticker
+DISTVERSION= 5.x-1.1
+CATEGORIES= www
+MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
+
+MAINTAINER= nick@foobar.org
+COMMENT= Drupal module to provide scrolling ticker for content
+
+DRUPAL5_MODULE= yes
+
+MODULE_FILES= taxonomy_ticker.css taxonomy_ticker.info \
+ taxonomy_ticker.install taxonomy_ticker.js \
+ taxonomy_ticker.module taxonomy_ticker_horizontally.css \
+ taxonomy_ticker_horizontally.js
+
+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-taxonomy_ticker/distinfo b/www/drupal5-taxonomy_ticker/distinfo
new file mode 100644
index 000000000000..ba9f4875773f
--- /dev/null
+++ b/www/drupal5-taxonomy_ticker/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/taxonomy_ticker-5.x-1.1.tar.gz) = 8c709bc530996e4b56494d766fd224be
+SHA256 (drupal/taxonomy_ticker-5.x-1.1.tar.gz) = 539435d246637db63692f24e3dd8c21130dbab9533278cef8f3bcd0b586a74e2
+SIZE (drupal/taxonomy_ticker-5.x-1.1.tar.gz) = 10636
diff --git a/www/drupal5-taxonomy_ticker/pkg-descr b/www/drupal5-taxonomy_ticker/pkg-descr
new file mode 100644
index 000000000000..f9e6bce04933
--- /dev/null
+++ b/www/drupal5-taxonomy_ticker/pkg-descr
@@ -0,0 +1,6 @@
+Provides a block displaying titles of nodes in a scrolling news
+ticker.
+
+This module was sponsored by Koumbit.org.
+
+WWW: http://drupal.org/project/taxonomy_ticker