diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 10:54:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 10:54:52 +0000 |
commit | 8c9ac4f13f1cdddf8ce9002abef7bb82f96aa435 (patch) | |
tree | 138fa5c9c432ba9ee5399c682b0df35db7199d3b /www/drupal5-views | |
parent | 74117a2e1c5c7f2bca98de71ca3fa4939ef6d4a7 (diff) |
Notes
Diffstat (limited to 'www/drupal5-views')
-rw-r--r-- | www/drupal5-views/Makefile | 30 | ||||
-rw-r--r-- | www/drupal5-views/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-views/pkg-descr | 12 |
3 files changed, 45 insertions, 0 deletions
diff --git a/www/drupal5-views/Makefile b/www/drupal5-views/Makefile new file mode 100644 index 000000000000..412eab3cc880 --- /dev/null +++ b/www/drupal5-views/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: drupal5-views +# Date created: 25 Jul 2007 +# Whom: Geoff Glasson <g_glasson@jimali.dyndns.org> +# +# $FreeBSD$ +# + +PORTNAME= views +DISTVERSION= 5.x-1.6 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= g_glasson@jimali.dyndns.org +COMMENT= The book review module allows a site to publish book reviews. + +DRUPAL5_MODULE= yes +MODULE_DIRS= po modules +MODULE_FILES= go-bottom.png go-down.png go-top.png go-up.png user-trash.png \ + views.info views.install views.module views_cache.inc views_query.inc views_rss.info \ + views_rss.module views_theme_wizard.info views_theme_wizard.module views_ui.css \ + views_ui.info views_ui.module modules/views_book.inc modules/views_comment.inc \ + modules/views_forum.inc modules/views_node.inc modules/views_profile.inc \ + modules/views_search.inc modules/views_statistics.inc modules/views_taxonomy.inc \ + modules/views_upload.inc modules/views_user.inc po/da.po po/de.po po/el.po po/es.po \ + po/fr.po po/hu.po po/pl.po po/views.pot +DOC_FILES= LICENSE.txt README.txt CHANGELOG.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-views/distinfo b/www/drupal5-views/distinfo new file mode 100644 index 000000000000..4fce312d8dc2 --- /dev/null +++ b/www/drupal5-views/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/views-5.x-1.6.tar.gz) = 88dbcbff00f93a6eaf6ad90af312ae5a +SHA256 (drupal/views-5.x-1.6.tar.gz) = b64cb972ba8758f01d031844bb282ddda73e52ffe30dc43a503454e2133d5baa +SIZE (drupal/views-5.x-1.6.tar.gz) = 212338 diff --git a/www/drupal5-views/pkg-descr b/www/drupal5-views/pkg-descr new file mode 100644 index 000000000000..a146b6f12b82 --- /dev/null +++ b/www/drupal5-views/pkg-descr @@ -0,0 +1,12 @@ +The views module provides a flexible method for Drupal site +designers to control how lists of content (nodes) are presented. +Traditionally, Drupal has hard-coded most of this, particularly +in how taxonomy and tracker lists are formatted. + +This tool is essentially a smart query builder that, +given enough information, can build the proper query, +execute it, and display the results. It has four modes, +plus a special mode, and provides an impressive amount +of functionality from these modes. + +WWW: http://drupal.org/project/views |