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 PR: ports/120577 Submitted by: Jeremy Iverson <jeremy at algenta.com>
This commit is contained in:
parent
a025c0b1ad
commit
74823dbc2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207339
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
22
www/drupal5-ubrowser/Makefile
Normal file
22
www/drupal5-ubrowser/Makefile
Normal file
|
@ -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>
|
3
www/drupal5-ubrowser/distinfo
Normal file
3
www/drupal5-ubrowser/distinfo
Normal file
|
@ -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
|
9
www/drupal5-ubrowser/pkg-descr
Normal file
9
www/drupal5-ubrowser/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue