diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-30 06:40:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-30 06:40:46 +0000 |
commit | 33d2a997447d59b627c197a1bc968b2a9f2b68cf (patch) | |
tree | 338f1cb70da19b6685336add6465dd666d3d7e51 /www/drupal5-ubrowser | |
parent | a0397dd3db29cf817ced807045cd3cd42b6fd87c (diff) | |
download | ports-33d2a997447d59b627c197a1bc968b2a9f2b68cf.tar.gz ports-33d2a997447d59b627c197a1bc968b2a9f2b68cf.zip |
Notes
Diffstat (limited to 'www/drupal5-ubrowser')
-rw-r--r-- | www/drupal5-ubrowser/Makefile | 26 | ||||
-rw-r--r-- | www/drupal5-ubrowser/distinfo | 2 | ||||
-rw-r--r-- | www/drupal5-ubrowser/pkg-descr | 9 |
3 files changed, 0 insertions, 37 deletions
diff --git a/www/drupal5-ubrowser/Makefile b/www/drupal5-ubrowser/Makefile deleted file mode 100644 index c334da6b53dc..000000000000 --- a/www/drupal5-ubrowser/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ftp.drupal.org/files/projects/ - -MAINTAINER= jeremy@algenta.com -COMMENT= uBrowser module for Drupal 5 - -DEPRECATED= Use drupal[67] instead -EXPIRATION_DATE=2011-08-29 - -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 deleted file mode 100644 index 38e4be3adc39..000000000000 --- a/www/drupal5-ubrowser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 27312072808d..000000000000 --- a/www/drupal5-ubrowser/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 |