diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:01:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:01:16 +0000 |
commit | 74823dbc2a2bf684b64a9a7eaf932da1f9d70dff (patch) | |
tree | 8567ab113765df7b4a3f0b73a84d90c620b37387 | |
parent | a025c0b1adc6fc1219a95210ed3cb1b087f56378 (diff) |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal5-ubrowser/Makefile | 22 | ||||
-rw-r--r-- | www/drupal5-ubrowser/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-ubrowser/pkg-descr | 9 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fdd9ba3765b4..99d116b60a1b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -145,6 +145,7 @@ SUBDIR += drupal5-taxonomy_access SUBDIR += drupal5-taxonomy_ticker SUBDIR += drupal5-tinymce + SUBDIR += drupal5-ubrowser SUBDIR += drupal5-views SUBDIR += dtse SUBDIR += dummyflash diff --git a/www/drupal5-ubrowser/Makefile b/www/drupal5-ubrowser/Makefile new file mode 100644 index 000000000000..deb2127d2028 --- /dev/null +++ b/www/drupal5-ubrowser/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: drupal5-ubrowser +# Date created: 11 February 2008 +# Whom: Jeremy Iverson <jeremy@algenta.com> +# +# $FreeBSD$ +# + +PORTNAME= ubrowser +DISTVERSION= 5.x-1.2 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= jeremy@algenta.com +COMMENT= uBrowser module for Drupal 5 + +DRUPAL5_MODULE= yes +MODULE_FILES= ubrowser.css ubrowser.info ubrowser.js ubrowser.module +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-ubrowser/distinfo b/www/drupal5-ubrowser/distinfo new file mode 100644 index 000000000000..4d8158e141e4 --- /dev/null +++ b/www/drupal5-ubrowser/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/ubrowser-5.x-1.2.tar.gz) = 4637968c4366e00074aa1e4b783927be +SHA256 (drupal/ubrowser-5.x-1.2.tar.gz) = 41f19735725ce7134f069018f078f2aa822bb7b8b195080d80df6e8375d48ec3 +SIZE (drupal/ubrowser-5.x-1.2.tar.gz) = 15648 diff --git a/www/drupal5-ubrowser/pkg-descr b/www/drupal5-ubrowser/pkg-descr new file mode 100644 index 000000000000..27312072808d --- /dev/null +++ b/www/drupal5-ubrowser/pkg-descr @@ -0,0 +1,9 @@ +uBrowser is the new way to browse taxonomy for Drupal 5.x. It creates an easy +to use interface for browsing vocabularies (categories) like you would browse +a directory tree. Each term in the vocabulary is like a file folder, and +clicking on it in the category select box will display all the nodes that have +been classified with that term in the node select box. The look may be changed +in the CSS, but other display options such as search forms, action buttons, +and display names may be specified when the uBrowser is built for display. + +WWW: http://drupal.org/project/ubrowser |