diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:49:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:49:26 +0800 |
commit | 716e72ee69d1c50068f4cb0a3c7d6ae5ee4f2fe9 (patch) | |
tree | 7471532363e0052cc1d185565869b906d912cba1 | |
parent | 0ca6d642ca2401674439a7807f8921e73cb64a22 (diff) | |
download | freebsd-ports-gnome-716e72ee69d1c50068f4cb0a3c7d6ae5ee4f2fe9.tar.gz freebsd-ports-gnome-716e72ee69d1c50068f4cb0a3c7d6ae5ee4f2fe9.tar.zst freebsd-ports-gnome-716e72ee69d1c50068f4cb0a3c7d6ae5ee4f2fe9.zip |
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
PR: ports/135228
Submitted by: Nick Hilliard <nick at foobar.org>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-pathauto/Makefile | 32 | ||||
-rw-r--r-- | www/drupal6-pathauto/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-pathauto/pkg-descr | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8a86ac009f77..7496c79def3d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -170,6 +170,7 @@ SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title + SUBDIR += drupal6-pathauto SUBDIR += drupal6-print SUBDIR += drupal6-seo_checklist SUBDIR += drupal6-tagadelic diff --git a/www/drupal6-pathauto/Makefile b/www/drupal6-pathauto/Makefile new file mode 100644 index 000000000000..d5cdb65514ff --- /dev/null +++ b/www/drupal6-pathauto/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: drupal6-pathauto +# Date created: 2 May 2009 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= pathauto +DISTVERSION= 6.x-1.1 +CATEGORIES= www + +MAINTAINER= nick@foobar.org +COMMENT= Automatically generates URLs for Drupal content + +RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token + +DRUPAL6_MODULE= yes +MODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \ + pathauto.info pathauto.install pathauto.js pathauto.module \ + pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \ + translations/pathauto.pot translations/cs.po \ + translations/da.po translations/de.po translations/el.po \ + translations/es.po translations/fr.po translations/ja.po \ + translations/nl.po translations/ru.po translations/tr.po +MODULE_DIRS= tests translations + +DOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \ + i18n-ascii.example.txt LICENSE.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-pathauto/distinfo b/www/drupal6-pathauto/distinfo new file mode 100644 index 000000000000..a13d6c7adfab --- /dev/null +++ b/www/drupal6-pathauto/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/pathauto-6.x-1.1.tar.gz) = 1c6e0ef50e5cd3685bff7652c5cd4886 +SHA256 (drupal/pathauto-6.x-1.1.tar.gz) = 946ed10b241c9316097ea4bc0ee41d0c20fd3e09a4d0e624db93b53b6b2c7b52 +SIZE (drupal/pathauto-6.x-1.1.tar.gz) = 103474 diff --git a/www/drupal6-pathauto/pkg-descr b/www/drupal6-pathauto/pkg-descr new file mode 100644 index 000000000000..fe3b90bc3561 --- /dev/null +++ b/www/drupal6-pathauto/pkg-descr @@ -0,0 +1,5 @@ +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 |