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>
This commit is contained in:
parent
e2f3e3062f
commit
43e880f39b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250785
4 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
30
www/drupal6-path_redirect/Makefile
Normal file
30
www/drupal6-path_redirect/Makefile
Normal file
|
@ -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>
|
3
www/drupal6-path_redirect/distinfo
Normal file
3
www/drupal6-path_redirect/distinfo
Normal file
|
@ -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
|
5
www/drupal6-path_redirect/pkg-descr
Normal file
5
www/drupal6-path_redirect/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue