From owner-cvs-ports@FreeBSD.ORG Sun Jul 29 10:54:52 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6429616A421; Sun, 29 Jul 2007 10:54:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAD813C458; Sun, 29 Jul 2007 10:54:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6TAsqNh095417; Sun, 29 Jul 2007 10:54:52 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6TAsqaX095416; Sun, 29 Jul 2007 10:54:52 GMT (envelope-from miwi) Message-Id: <200707291054.l6TAsqaX095416@repoman.freebsd.org> From: Martin Wilke Date: Sun, 29 Jul 2007 10:54:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/drupal5-views Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 10:54:52 -0000 miwi 2007-07-29 10:54:52 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal5-views Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.1871 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/drupal5-views/Makefile (new) 1.1 +3 -0 ports/www/drupal5-views/distinfo (new) 1.1 +12 -0 ports/www/drupal5-views/pkg-descr (new)