diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-29 18:54:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-29 18:54:52 +0800 |
commit | 63e7bbcd1068845213800dfd0f598b2df67f787f (patch) | |
tree | 78304d0de4288679f12b53c55e8513ab26a18c7c /www | |
parent | 5c391ee964b322dad3e19282c3ba1348f58b6445 (diff) | |
download | freebsd-ports-gnome-63e7bbcd1068845213800dfd0f598b2df67f787f.tar.gz freebsd-ports-gnome-63e7bbcd1068845213800dfd0f598b2df67f787f.tar.zst freebsd-ports-gnome-63e7bbcd1068845213800dfd0f598b2df67f787f.zip |
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 <g_glasson at jimali.dyndns.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 | ||||
-rw-r--r-- | www/drupal6-views/Makefile | 30 | ||||
-rw-r--r-- | www/drupal6-views/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-views/pkg-descr | 12 |
7 files changed, 91 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 992e95dd1aa1..09440548b251 100644 --- a/www/Makefile +++ b/www/Makefile @@ -134,6 +134,7 @@ SUBDIR += drupal5-taxonomy_access SUBDIR += drupal5-taxonomy_ticker SUBDIR += drupal5-tinymce + SUBDIR += drupal5-views SUBDIR += dtse SUBDIR += dummyflash SUBDIR += eaccelerator 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 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 <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/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 |