diff options
-rw-r--r-- | MOVED | 1 | ||||
-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 |
6 files changed, 1 insertions, 45 deletions
@@ -3253,3 +3253,4 @@ net/v6eval||2012-03-17|Has expired: permission to use withdrawn by authors; cont mail/py-email||2012-03-17|Has expired: Included into all supported python versions net/ct||2012-03-17|Has expired: permission to use withdrawn by authors; contact portmgr for details databases/py25-bsddb||2012-03-18|Has expired: This was only needed for mail/py-spambayes. Now it's not +www/p5-Apache-AddHostPath||2012-03-20|Has expired: Only works with mod_perl 1 which is removed 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 |