diff options
author | will <will@FreeBSD.org> | 2001-01-01 10:41:03 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 10:41:03 +0000 |
commit | f45e721c266bfb75fee3baa5047b7afefae57144 (patch) | |
tree | e761177aecb0dcd77fb55470190a331063ea8e2e /www/p5-Apache-AutoIndex | |
parent | 21c4e05d7f79740a0426c17dd76624d0d4c74c3c (diff) | |
download | FreeBSD-ports-f45e721c266bfb75fee3baa5047b7afefae57144.zip FreeBSD-ports-f45e721c266bfb75fee3baa5047b7afefae57144.tar.gz |
Add p5-Apache-AutoIndex 0.08, a perl module that can completely replace
mod_dir and mod_autoindex.
Diffstat (limited to 'www/p5-Apache-AutoIndex')
-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 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile new file mode 100644 index 0000000..5792623 --- /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 0000000..afd4034 --- /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 0000000..a9e994c --- /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 0000000..8a31e27 --- /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 0000000..dac00ce --- /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 |