diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-20 02:22:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-20 02:22:41 +0000 |
commit | bb7f27bced5103fa5c57efe897957240a79f5026 (patch) | |
tree | 4c7f557c84312038afec81d471f07de6c42debf4 | |
parent | 50ca7dc37070bbdda62f2729aa4dc9e9fea5b019 (diff) |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Archive/Makefile | 29 | ||||
-rw-r--r-- | www/p5-Apache-Archive/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-Archive/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-Apache-Archive/pkg-plist | 8 |
6 files changed, 1 insertions, 47 deletions
@@ -3254,3 +3254,4 @@ mail/py-email||2012-03-17|Has expired: Included into all supported python versio 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 +www/p5-Apache-Archive||2012-03-20|Has expired: Requires mod_perl 1 which is gone diff --git a/www/Makefile b/www/Makefile index a5e342db385b..4c303023b725 100644 --- a/www/Makefile +++ b/www/Makefile @@ -588,7 +588,6 @@ SUBDIR += p5-AnyEvent-SCGI SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-Admin-Config - SUBDIR += p5-Apache-Archive SUBDIR += p5-Apache-AuthCookie SUBDIR += p5-Apache-AuthTicket SUBDIR += p5-Apache-Clean2 diff --git a/www/p5-Apache-Archive/Makefile b/www/p5-Apache-Archive/Makefile deleted file mode 100644 index 0a8e87f4b68c..000000000000 --- a/www/p5-Apache-Archive/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: Apache::Archive -# Date created: 04 Nov 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Apache-Archive -PORTVERSION= 0.1 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl module that creates a menu to allow perusal of tarball contents - -BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= Requires mod_perl 1 which is gone -EXPIRATION_DATE= 2012-04-19 - -MAKE_JOBS_SAFE= yes - -PERL_CONFIGURE= yes - -MAN3= Apache::Archive.3 - -.include <bsd.port.mk> diff --git a/www/p5-Apache-Archive/distinfo b/www/p5-Apache-Archive/distinfo deleted file mode 100644 index 7e8e13fcf17f..000000000000 --- a/www/p5-Apache-Archive/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Apache-Archive-0.1.tar.gz) = cb073c443142123fa4bce86702f5eb18b2827c0766fe4c53e0a4e9180896694f -SIZE (Apache-Archive-0.1.tar.gz) = 6559 diff --git a/www/p5-Apache-Archive/pkg-descr b/www/p5-Apache-Archive/pkg-descr deleted file mode 100644 index 7fa8795654b1..000000000000 --- a/www/p5-Apache-Archive/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Apache::Archive is a module deisnged to be used with the Apache web server -and the mod_perl environment. It allows Apache to present tar and tar.gz -files as a menu of their component parts, from which a user may pick and -choose the elements to view or download. The appearance of the menu is -fully configurable through templates. - -Author: Jon Peterson <jon@snowdrift.org> diff --git a/www/p5-Apache-Archive/pkg-plist b/www/p5-Apache-Archive/pkg-plist deleted file mode 100644 index b76bf519092d..000000000000 --- a/www/p5-Apache-Archive/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%SITE_PERL%%/Apache/Archive.pm -%%SITE_PERL%%/auto/Apache/Archive/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Archive/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Archive -@dirrm %%SITE_PERL%%/auto/Apache/Archive -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache -@dirrmtry %%SITE_PERL%%/auto/Apache -@dirrmtry %%SITE_PERL%%/Apache |