From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 27 20:30:18 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4172516A402 for ; Sat, 27 Jan 2007 20:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD8213C48D for ; Sat, 27 Jan 2007 20:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0RKUHE5067670 for ; Sat, 27 Jan 2007 20:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0RKUHZg067669; Sat, 27 Jan 2007 20:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 27 Jan 2007 20:30:17 GMT Resent-Message-Id: <200701272030.l0RKUHZg067669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hilliard Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DF4C16A405 for ; Sat, 27 Jan 2007 20:21:42 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from mail.acquirer.com (mail.acquirer.com [213.94.200.65]) by mx1.freebsd.org (Postfix) with ESMTP id A09D513C503 for ; Sat, 27 Jan 2007 20:21:41 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from muffin.acquirer.com (localhost [127.0.0.1]) by mail.acquirer.com (8.13.6/8.13.6) with ESMTP id l0RKLZh2093133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 27 Jan 2007 20:21:35 GMT (envelope-from nick@muffin.acquirer.com) Received: (from nick@localhost) by muffin.acquirer.com (8.13.6/8.13.6/Submit) id l0RKLYUq051641; Sat, 27 Jan 2007 20:21:34 GMT (envelope-from nick) Message-Id: <200701272021.l0RKLYUq051641@muffin.acquirer.com> Date: Sat, 27 Jan 2007 20:21:34 GMT From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/108447: new port: drupal-gsitemap-4.7.x.1.0_20070111 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hilliard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2007 20:30:18 -0000 >Number: 108447 >Category: ports >Synopsis: new port: drupal-gsitemap-4.7.x.1.0_20070111 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 27 20:30:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 6.1-RELEASE i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD xx 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 17 11:38:53 IST 2006 nick@xxx:/data/src/usr.src/src-6.1/src/sys/i386/compile/xxx i386 >Description: new port for creating google / sitemaps.org compatible XML sitemaps for Drupal installations. >How-To-Repeat: >Fix: # 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: # # drupal-gsitemap # drupal-gsitemap/Makefile # drupal-gsitemap/distinfo # drupal-gsitemap/pkg-descr # echo c - drupal-gsitemap mkdir -p drupal-gsitemap > /dev/null 2>&1 echo x - drupal-gsitemap/Makefile sed 's/^X//' >drupal-gsitemap/Makefile << 'END-of-drupal-gsitemap/Makefile' X# New ports collection makefile for: drupal-gsitemap X# Date created: 27 Jan 2007 X# Whom: Nick Hilliard X# X# $FreeBSD: $ X# X XPORTNAME= gsitemap XDISTVERSION= 4.7.x-1.0 XPORTREVISION= 20070111 XCATEGORIES= www XMASTER_SITE= http://ftp.osuosl.org/pub/drupal/files/projects/ X XMAINTAINER= nick@foobar.org XCOMMENT= Produces Google/sitemaps.org compliant XML WWW site maps X XDRUPAL_MODULE= yes XMODULE_FILES= gsitemap.install gsitemap.module XDOC_FILES= INSTALL.txt LICENSE.txt README.txt X X.include X.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" X.include END-of-drupal-gsitemap/Makefile echo x - drupal-gsitemap/distinfo sed 's/^X//' >drupal-gsitemap/distinfo << 'END-of-drupal-gsitemap/distinfo' XMD5 (drupal/gsitemap-4.7.x-1.0.tar.gz) = bdc420297021961c17905d25fa24f82f XSIZE (drupal/gsitemap-4.7.x-1.0.tar.gz) = 11241 END-of-drupal-gsitemap/distinfo echo x - drupal-gsitemap/pkg-descr sed 's/^X//' >drupal-gsitemap/pkg-descr << 'END-of-drupal-gsitemap/pkg-descr' XThe XML Sitemap module creates a XML sitemap in accordance with the XSitemaps.org specification. X XThe module maintains a short change history for nodes in order to better Xapproximate the change frequency. It calculates the relative priority of Xeach node based on node type, number of comments, and promotion. It can Xoptionally submit your sitemap to Google (support for other search engines Xwill be added once they support the ping interface) whenever it is changed Xand can log when your sitemap is downloaded by a search engine. X XThis module was originally written as a part of the Google Summer of Code Xprogram. X XWWW: http://drupal.org/project/gsitemap END-of-drupal-gsitemap/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: