diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 10:41:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 10:41:03 +0000 |
commit | 21603d12d2291e634e15fd2feb511890bda91849 (patch) | |
tree | 0a30068be5dd3803a0958305d46b78b3f55f5555 /www | |
parent | Add p5-Apache-Language 0.14, a perl module that provides language-aware (diff) |
Add p5-Apache-AutoIndex 0.08, a perl module that can completely replace
mod_dir and mod_autoindex.
Notes
Notes:
svn path=/head/; revision=36567
Diffstat (limited to '')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/Makefile | 23 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Apache-AutoIndex/pkg-plist | 6 |
6 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 42d3960d0522..0e5529a71df0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -132,6 +132,7 @@ SUBDIR += p5-Apache SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-AuthCookie + SUBDIR += p5-Apache-AutoIndex SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Icon SUBDIR += p5-Apache-Language diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile new file mode 100644 index 000000000000..579262304786 --- /dev/null +++ b/www/p5-Apache-AutoIndex/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Apache-AutoIndex +# Date created: Sun Dec 31 20:13:11 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Apache-AutoIndex +PORTVERSION= 0.08 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::AutoIndex.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache-AutoIndex/distinfo b/www/p5-Apache-AutoIndex/distinfo new file mode 100644 index 000000000000..afd403466505 --- /dev/null +++ b/www/p5-Apache-AutoIndex/distinfo @@ -0,0 +1 @@ +MD5 (Apache-AutoIndex-0.08.tar.gz) = 09f9283f54894cd9e89bcb50d558f443 diff --git a/www/p5-Apache-AutoIndex/pkg-comment b/www/p5-Apache-AutoIndex/pkg-comment new file mode 100644 index 000000000000..a9e994c369c7 --- /dev/null +++ b/www/p5-Apache-AutoIndex/pkg-comment @@ -0,0 +1 @@ +A perl module that can completely replace mod_dir and mod_autoindex diff --git a/www/p5-Apache-AutoIndex/pkg-descr b/www/p5-Apache-AutoIndex/pkg-descr new file mode 100644 index 000000000000..8a31e2798a9c --- /dev/null +++ b/www/p5-Apache-AutoIndex/pkg-descr @@ -0,0 +1,8 @@ +Apache::AutoIndex is a perl module that can completely replace mod_dir +and mod_autoindex, which are standard directory handling modules shipped +with Apache. It can currently live right on top of those modules, although +it would be better to recompile httpd without these modules. + +Author: Philippe M. Chiasson <gozer@ectoplasm.dyndns.com> + +--will diff --git a/www/p5-Apache-AutoIndex/pkg-plist b/www/p5-Apache-AutoIndex/pkg-plist new file mode 100644 index 000000000000..dac00cee7726 --- /dev/null +++ b/www/p5-Apache-AutoIndex/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AutoIndex.dic +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AutoIndex.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex/AutoIndex.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AutoIndex |