From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 3 22:00:11 2009 Return-Path: Delivered-To: freebsd-ports-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 6659B1065679 for ; Wed, 3 Jun 2009 22:00:11 +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 27CF98FC0C for ; Wed, 3 Jun 2009 22:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n53M0Bdf005677 for ; Wed, 3 Jun 2009 22:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n53M0Bt0005671; Wed, 3 Jun 2009 22:00:11 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jun 2009 22:00:11 GMT Resent-Message-Id: <200906032200.n53M0Bt0005671@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13729106564A for ; Wed, 3 Jun 2009 21:54:55 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from mail.acquirer.com (mail.acquirer.com [87.198.142.193]) by mx1.freebsd.org (Postfix) with ESMTP id 817298FC14 for ; Wed, 3 Jun 2009 21:54:54 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from muffin.acquirer.com (localhost [127.0.0.1]) by mail.acquirer.com (8.14.3/8.14.3) with ESMTP id n53Lsmxt091410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Jun 2009 22:54:48 +0100 (IST) (envelope-from nick@muffin.acquirer.com) Received: (from nick@localhost) by muffin.acquirer.com (8.14.3/8.13.8/Submit) id n53Lsmka027925; Wed, 3 Jun 2009 22:54:48 +0100 (IST) (envelope-from nick) Message-Id: <200906032154.n53Lsmka027925@muffin.acquirer.com> Date: Wed, 3 Jun 2009 22:54:48 +0100 (IST) From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/135228: new port: www/drupal6-pathauto 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: Wed, 03 Jun 2009 22:00:11 -0000 >Number: 135228 >Category: ports >Synopsis: new port: www/drupal6-pathauto >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 03 22:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 7.2-RELEASE i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD 7.2-RELEASE >Description: new drupal6 module port: pathauto Pathauto is a Drupal module which automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. WWW: http://drupal.org/project/pathauto >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: # # drupal6-pathauto # drupal6-pathauto/Makefile # drupal6-pathauto/pkg-descr # drupal6-pathauto/distinfo # echo c - drupal6-pathauto mkdir -p drupal6-pathauto > /dev/null 2>&1 echo x - drupal6-pathauto/Makefile sed 's/^X//' >drupal6-pathauto/Makefile << 'f81129c68ee53ac5cb0d4cb623906769' X# New ports collection makefile for: drupal6-pathauto X# Date created: 2 May 2009 X# Whom: Nick Hilliard X# X# $FreeBSD: $ X# X XPORTNAME= pathauto XDISTVERSION= 6.x-1.1 XCATEGORIES= www X XMAINTAINER= nick@foobar.org XCOMMENT= Automatically generates URLs for Drupal content X XRUN_DEPENDS= ${LOCALBASE}/${DRUPAL_MODDIR}/token/token.info:${PORTSDIR}/www/drupal6-token X XDRUPAL6_MODULE= yes XMODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \ X pathauto.info pathauto.install pathauto.js pathauto.module \ X pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \ X translations/pathauto.pot translations/cs.po \ X translations/da.po translations/de.po translations/el.po \ X translations/es.po translations/fr.po translations/ja.po \ X translations/nl.po translations/ru.po translations/tr.po XMODULE_DIRS= tests translations X XDOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \ X i18n-ascii.example.txt LICENSE.txt X X.include X.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" X.include f81129c68ee53ac5cb0d4cb623906769 echo x - drupal6-pathauto/pkg-descr sed 's/^X//' >drupal6-pathauto/pkg-descr << '9568386d9183eef95aa8e094d6cd372c' XPathauto is a Drupal module which automatically generates path aliases for Xvarious kinds of content (nodes, categories, users) without requiring the Xuser to manually specify the path alias. X XWWW: http://drupal.org/project/pathauto 9568386d9183eef95aa8e094d6cd372c echo x - drupal6-pathauto/distinfo sed 's/^X//' >drupal6-pathauto/distinfo << 'f89d5730d9e1c2481a455ddafdf10dfd' XMD5 (drupal/pathauto-6.x-1.1.tar.gz) = 1c6e0ef50e5cd3685bff7652c5cd4886 XSHA256 (drupal/pathauto-6.x-1.1.tar.gz) = 946ed10b241c9316097ea4bc0ee41d0c20fd3e09a4d0e624db93b53b6b2c7b52 XSIZE (drupal/pathauto-6.x-1.1.tar.gz) = 103474 f89d5730d9e1c2481a455ddafdf10dfd exit >Release-Note: >Audit-Trail: >Unformatted: