Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 11:03:51 GMT
From:      Geoff Glasson <g_glasson@jimali.dyndns.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/114964: [new port] Drupal 5 views module
Message-ID:  <200707271103.l6RB3pDh041789@www.freebsd.org>
Resent-Message-ID: <200707271110.l6RBA1vr069824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114964
>Category:       www
>Synopsis:       [new port] Drupal 5 views module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 11:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Geoff Glasson
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD gkar.jimali.dyndns.org 6.2-STABLE FreeBSD 6.2-STABLE #10: Sun Jun  3 00:31:01 WST 2007     root@:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
I have created a basic port of the views module for Drupal 5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	drupal5-views/Makefile
#	drupal5-views/distinfo
#	drupal5-views/pkg-descr
#
echo x - drupal5-views/Makefile
sed 's/^X//' >drupal5-views/Makefile << 'END-of-drupal5-views/Makefile'
X# New ports collection makefile for:	drupal5-views
X# Date created:				25 Jul 2007
X# Whom:					Geoff Glasson <g_glasson@jimali.dyndns.org>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	views
XDISTVERSION=	5.x-1.6
XPORTREVISION=	1
XCATEGORIES=	www
XMASTER_SITES=	http://ftp.drupal.org/files/projects/
X
XMAINTAINER=	g_glasson@jimali.dyndns.org
XCOMMENT=	The book review module allows a site to publish book reviews.
X
XDRUPAL5_MODULE=	yes
XMODULE_DIRS=	po modules
XMODULE_FILES=	go-bottom.png go-down.png go-top.png go-up.png user-trash.png \
X		views.info views.install views.module views_cache.inc views_query.inc views_rss.info \
X		views_rss.module views_theme_wizard.info views_theme_wizard.module views_ui.css \
X		views_ui.info views_ui.module modules/views_book.inc modules/views_comment.inc \
X		modules/views_forum.inc modules/views_node.inc modules/views_profile.inc \
X		modules/views_search.inc modules/views_statistics.inc modules/views_taxonomy.inc \
X		modules/views_upload.inc modules/views_user.inc po/da.po po/de.po po/el.po po/es.po \
X		po/fr.po po/hu.po po/pl.po po/views.pot
XDOC_FILES=	LICENSE.txt README.txt CHANGELOG.txt
X
X.include <bsd.port.pre.mk>
X.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
X.include <bsd.port.post.mk>
END-of-drupal5-views/Makefile
echo x - drupal5-views/distinfo
sed 's/^X//' >drupal5-views/distinfo << 'END-of-drupal5-views/distinfo'
XMD5 (drupal/views-5.x-1.6.tar.gz) = 88dbcbff00f93a6eaf6ad90af312ae5a
XSHA256 (drupal/views-5.x-1.6.tar.gz) = b64cb972ba8758f01d031844bb282ddda73e52ffe30dc43a503454e2133d5baa
XSIZE (drupal/views-5.x-1.6.tar.gz) = 212338
END-of-drupal5-views/distinfo
echo x - drupal5-views/pkg-descr
sed 's/^X//' >drupal5-views/pkg-descr << 'END-of-drupal5-views/pkg-descr'
XThe views module provides a flexible method for Drupal site designers to control 
Xhow lists of content (nodes) are presented. Traditionally, Drupal has hard-coded 
Xmost of this, particularly in how taxonomy and tracker lists are formatted.
X
XThis tool is essentially a smart query builder that, given enough information, can 
Xbuild the proper query, execute it, and display the results. It has four modes, plus 
Xa special mode, and provides an impressive amount of functionality from these modes.
X
XWWW: http://drupal.org/project/views
END-of-drupal5-views/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707271103.l6RB3pDh041789>