diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-10 06:27:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-10 06:27:52 +0800 |
commit | c9580b34a52f084d9a5726ae5c72b95bcf30ce90 (patch) | |
tree | bf6a371c92a2524e6f289e76ab038b31f574bf33 /www | |
parent | a43d37dcac4968a6f2583fa5f045cc64911a986e (diff) | |
download | freebsd-ports-gnome-c9580b34a52f084d9a5726ae5c72b95bcf30ce90.tar.gz freebsd-ports-gnome-c9580b34a52f084d9a5726ae5c72b95bcf30ce90.tar.zst freebsd-ports-gnome-c9580b34a52f084d9a5726ae5c72b95bcf30ce90.zip |
drupal6-path_redirect is a Drupal module which allows you to specify a
redirect from one path to another path or an external URL, using any HTTP
redirect status.
WWW: http://drupal.org/project/path_redirect
PR: ports/144266
Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-path_redirect/Makefile | 30 | ||||
-rw-r--r-- | www/drupal6-path_redirect/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-path_redirect/pkg-descr | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bd6e9cb43db6..b0fd58507f83 100644 --- a/www/Makefile +++ b/www/Makefile @@ -182,6 +182,7 @@ SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title SUBDIR += drupal6-panels + SUBDIR += drupal6-path_redirect SUBDIR += drupal6-pathauto SUBDIR += drupal6-print SUBDIR += drupal6-seo_checklist diff --git a/www/drupal6-path_redirect/Makefile b/www/drupal6-path_redirect/Makefile new file mode 100644 index 000000000000..8d1d859220a3 --- /dev/null +++ b/www/drupal6-path_redirect/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: drupal6-path_redirect +# Date created: February 24, 2010 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= path_redirect +DISTVERSION= 6.x-1.0-beta6 +CATEGORIES= www + +MAINTAINER= nick@foobar.org +COMMENT= Drupal module to allow redirects + +DRUPAL6_MODULE= yes + +MODULE_FILES= generate/path_redirect_generate.drush.inc \ + generate/path_redirect_generate.info \ + generate/path_redirect_generate.module \ + path_redirect.admin.inc path_redirect.info \ + path_redirect.install path_redirect.js path_redirect.module \ + path_redirect.test + +MODULE_DIRS= generate + +DOC_FILES= LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-path_redirect/distinfo b/www/drupal6-path_redirect/distinfo new file mode 100644 index 000000000000..68174416aebc --- /dev/null +++ b/www/drupal6-path_redirect/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/path_redirect-6.x-1.0-beta6.tar.gz) = a20dc7dfff62af01eea0456cb5e4fd70 +SHA256 (drupal/path_redirect-6.x-1.0-beta6.tar.gz) = f83889dfa9916c813425b7968fd12b324b4cb5c1fd20e026788fa15358976b47 +SIZE (drupal/path_redirect-6.x-1.0-beta6.tar.gz) = 23270 diff --git a/www/drupal6-path_redirect/pkg-descr b/www/drupal6-path_redirect/pkg-descr new file mode 100644 index 000000000000..ecbc7ac9c752 --- /dev/null +++ b/www/drupal6-path_redirect/pkg-descr @@ -0,0 +1,5 @@ +drupal6-path_redirect is a Drupal module which allows you to specify a +redirect from one path to another path or an external URL, using any HTTP +redirect status. + +WWW: http://drupal.org/project/path_redirect |