From 8c9ac4f13f1cdddf8ce9002abef7bb82f96aa435 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 29 Jul 2007 10:54:52 +0000 Subject: 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 PR: ports/114964 Submitted by: Geoff Glasson --- www/drupal6-views/Makefile | 30 ++++++++++++++++++++++++++++++ www/drupal6-views/distinfo | 3 +++ www/drupal6-views/pkg-descr | 12 ++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 www/drupal6-views/Makefile create mode 100644 www/drupal6-views/distinfo create mode 100644 www/drupal6-views/pkg-descr (limited to 'www/drupal6-views') diff --git a/www/drupal6-views/Makefile b/www/drupal6-views/Makefile new file mode 100644 index 000000000000..412eab3cc880 --- /dev/null +++ b/www/drupal6-views/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: drupal5-views +# Date created: 25 Jul 2007 +# Whom: Geoff Glasson +# +# $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 +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include diff --git a/www/drupal6-views/distinfo b/www/drupal6-views/distinfo new file mode 100644 index 000000000000..4fce312d8dc2 --- /dev/null +++ b/www/drupal6-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/drupal6-views/pkg-descr b/www/drupal6-views/pkg-descr new file mode 100644 index 000000000000..a146b6f12b82 --- /dev/null +++ b/www/drupal6-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 -- cgit v1.2.3