diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 11:28:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 11:28:31 +0000 |
commit | a467d3e09a46e637e7d7a84d430a6bbe00391e4f (patch) | |
tree | 1768a8c278993e6a914f2854a7ea6bc035dffb64 | |
parent | 35dbd00b34d0dabcce961848cbfd466a8889e17d (diff) | |
download | ports-a467d3e09a46e637e7d7a84d430a6bbe00391e4f.tar.gz ports-a467d3e09a46e637e7d7a84d430a6bbe00391e4f.zip |
New port: p5-Apache-ConfigFile
This module parses the Apache httpd.conf, or any compatible
config file, and provides methods for you to access the
values from the config file
PR: ports/47431
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=74640
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-ConfigFile/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Apache-ConfigFile/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-ConfigFile/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Apache-ConfigFile/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Apache-ConfigFile/pkg-plist | 5 |
6 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c1326b8e9345..73a8ea96ae56 100644 --- a/www/Makefile +++ b/www/Makefile @@ -260,6 +260,7 @@ SUBDIR += p5-Apache-AuthenCache SUBDIR += p5-Apache-AuthenURL SUBDIR += p5-Apache-AutoIndex + SUBDIR += p5-Apache-ConfigFile SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-DumpHeaders SUBDIR += p5-Apache-Filter diff --git a/www/p5-Apache-ConfigFile/Makefile b/www/p5-Apache-ConfigFile/Makefile new file mode 100644 index 000000000000..3b90e4b7d556 --- /dev/null +++ b/www/p5-Apache-ConfigFile/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Apache-ConfigFile +# Date created: January 24th 2003 +# Whom: Erwin Lansing <erwin@lansing.dk> +# +# $FreeBSD$ +# + +PORTNAME= Apache-ConfigFile +PORTVERSION= 1.18 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/N/NW/NWIGER +PKGNAMEPREFIX= p5- + +MAINTAINER= erwin@lansing.dk + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::ConfigFile.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache-ConfigFile/distinfo b/www/p5-Apache-ConfigFile/distinfo new file mode 100644 index 000000000000..10d7c8ae6b14 --- /dev/null +++ b/www/p5-Apache-ConfigFile/distinfo @@ -0,0 +1 @@ +MD5 (Apache-ConfigFile-1.18.tar.gz) = 0a7e1e1aca947f98a9a974150b722bff diff --git a/www/p5-Apache-ConfigFile/pkg-comment b/www/p5-Apache-ConfigFile/pkg-comment new file mode 100644 index 000000000000..ef37d82d7738 --- /dev/null +++ b/www/p5-Apache-ConfigFile/pkg-comment @@ -0,0 +1 @@ +Apache::ConfigFile - Parse Apache style httpd.conf configuration files diff --git a/www/p5-Apache-ConfigFile/pkg-descr b/www/p5-Apache-ConfigFile/pkg-descr new file mode 100644 index 000000000000..c6b60b62f861 --- /dev/null +++ b/www/p5-Apache-ConfigFile/pkg-descr @@ -0,0 +1,5 @@ +This module parses the Apache httpd.conf, or any compatible +config file, and provides methods for you to access the +values from the config file. + +WWW: http://search.cpan.org/dist/Apache-ConfigFile/ diff --git a/www/p5-Apache-ConfigFile/pkg-plist b/www/p5-Apache-ConfigFile/pkg-plist new file mode 100644 index 000000000000..14f3936c6dd4 --- /dev/null +++ b/www/p5-Apache-ConfigFile/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/ConfigFile/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Apache/ConfigFile.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/ConfigFile +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |