diff options
author | swills <swills@FreeBSD.org> | 2012-03-20 10:21:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-20 10:21:48 +0800 |
commit | fa6fef2ea23a4494be291cb1d918db0aeb3c817a (patch) | |
tree | 4687631cec5ee60d4f386e3e333342d54db9ce10 /www | |
parent | 19dc9fcef842fb92b58a20fd429ba99a5628b515 (diff) | |
download | freebsd-ports-gnome-fa6fef2ea23a4494be291cb1d918db0aeb3c817a.tar.gz freebsd-ports-gnome-fa6fef2ea23a4494be291cb1d918db0aeb3c817a.tar.zst freebsd-ports-gnome-fa6fef2ea23a4494be291cb1d918db0aeb3c817a.zip |
2012-04-18 www/p5-Apache-AddHostPath: Only works with mod_perl 1 which is removed
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AddHostPath/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Apache-AddHostPath/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-AddHostPath/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-Apache-AddHostPath/pkg-plist | 5 |
5 files changed, 0 insertions, 45 deletions
diff --git a/www/Makefile b/www/Makefile index c2536c1d897a..a5e342db385b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -587,7 +587,6 @@ SUBDIR += p5-AnyEvent-ReverseHTTP SUBDIR += p5-AnyEvent-SCGI SUBDIR += p5-Apache-ASP - SUBDIR += p5-Apache-AddHostPath SUBDIR += p5-Apache-Admin-Config SUBDIR += p5-Apache-Archive SUBDIR += p5-Apache-AuthCookie diff --git a/www/p5-Apache-AddHostPath/Makefile b/www/p5-Apache-AddHostPath/Makefile deleted file mode 100644 index 1bac23be9a38..000000000000 --- a/www/p5-Apache-AddHostPath/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: Apache::AddHostPath -# Date created: 04 Nov 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Apache-AddHostPath -PORTVERSION= 0.02 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl interface for transforming a requested URI based on host/port - -DEPRECATED= Only works with mod_perl 1 which is removed -EXPIRATION_DATE= 2012-04-18 - -MAKE_JOBS_SAFE= yes - -PERL_CONFIGURE= yes - -MAN3= Apache::AddHostPath.3 - -.include <bsd.port.mk> diff --git a/www/p5-Apache-AddHostPath/distinfo b/www/p5-Apache-AddHostPath/distinfo deleted file mode 100644 index 62af246dcf34..000000000000 --- a/www/p5-Apache-AddHostPath/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Apache-AddHostPath-0.02.tar.gz) = 1399ea37f1d2bb2d7c27121c6d4f141fad3d517155fe320277f1ad8fbcabe92f -SIZE (Apache-AddHostPath-0.02.tar.gz) = 3641 diff --git a/www/p5-Apache-AddHostPath/pkg-descr b/www/p5-Apache-AddHostPath/pkg-descr deleted file mode 100644 index 060282a0c79c..000000000000 --- a/www/p5-Apache-AddHostPath/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Apache::AddHostPath is a perl module that can transform a requested URI based -on the hostname and port number from the http request header. It allows you -to manage an arbitrary number of domains/subdomains all pointed at the same -document root, but for which you want a combination of shared and distinct -files. Essentially, the module implements Apache's URI translation phase by -attempting to use some or all of the URL hostname and port number as the base -of the URI. It simply does file and directory existence tests on a series -of URIs (from most-specific to least-specific) and sets the URI to the -most specific match. - -Author: Robert C W Jenks <rjenks@cvsroot.org> diff --git a/www/p5-Apache-AddHostPath/pkg-plist b/www/p5-Apache-AddHostPath/pkg-plist deleted file mode 100644 index 0723bae3ed08..000000000000 --- a/www/p5-Apache-AddHostPath/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Apache/AddHostPath.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AddHostPath/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AddHostPath -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache -@dirrmtry %%SITE_PERL%%/Apache |