From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 27 11:10:02 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40FFD16A41F for ; Fri, 27 Jul 2007 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2242713C4A5 for ; Fri, 27 Jul 2007 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6RBA1iN069878 for ; Fri, 27 Jul 2007 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6RBA1lg069870; Fri, 27 Jul 2007 11:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 Jul 2007 11:10:01 GMT Resent-Message-Id: <200707271110.l6RBA1lg069870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoff Glasson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C4416A479 for ; Fri, 27 Jul 2007 11:05:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1A63D13C46A for ; Fri, 27 Jul 2007 11:05:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6RB5TNr042336 for ; Fri, 27 Jul 2007 11:05:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l6RB5T4j042335; Fri, 27 Jul 2007 11:05:29 GMT (envelope-from nobody) Message-Id: <200707271105.l6RB5T4j042335@www.freebsd.org> Date: Fri, 27 Jul 2007 11:05:29 GMT From: Geoff Glasson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/114965: [new port] Drupal 5 insert-view module X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 11:10:02 -0000 >Number: 114965 >Category: misc >Synopsis: [new port] Drupal 5 insert-view module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >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 insert-view 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-insert-view/Makefile # drupal5-insert-view/distinfo # drupal5-insert-view/pkg-descr # echo x - drupal5-insert-view/Makefile sed 's/^X//' >drupal5-insert-view/Makefile << 'END-of-drupal5-insert-view/Makefile' X# New ports collection makefile for: drupal5-views X# Date created: 25 Jul 2007 X# Whom: Geoff Glasson X# X# $FreeBSD:$ X# X XPORTNAME= insert_view XDISTVERSION= 5.x-1.x-dev XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= http://ftp.drupal.org/files/projects/ X XMAINTAINER= g_glasson@jimali.dyndns.org XCOMMENT= nsert View is a filter that allows users to embed content lists generated by the excellent Views module in node bodies using relatively simple tag syntax X XDRUPAL5_MODULE= yes XMODULE_FILES= insert_view.info insert_view.module XDOC_FILES= LICENSE.txt README.txt X X.include X.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" X.include END-of-drupal5-insert-view/Makefile echo x - drupal5-insert-view/distinfo sed 's/^X//' >drupal5-insert-view/distinfo << 'END-of-drupal5-insert-view/distinfo' XMD5 (drupal/insert_view-5.x-1.x-dev.tar.gz) = e7ebe8830d2d6a320508ec7645c94611 XSHA256 (drupal/insert_view-5.x-1.x-dev.tar.gz) = 5ee3764931ce0f854cdf88823e9308562637ce049a108d3455bf32d64a19f714 XSIZE (drupal/insert_view-5.x-1.x-dev.tar.gz) = 7752 END-of-drupal5-insert-view/distinfo echo x - drupal5-insert-view/pkg-descr sed 's/^X//' >drupal5-insert-view/pkg-descr << 'END-of-drupal5-insert-view/pkg-descr' XInsert View is a filter that allows users to embed content lists generated by the Xexcellent Views module in node bodies using relatively simple tag syntax X XWWW: http://drupal.org/project/views END-of-drupal5-insert-view/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: