diff options
author | mat <mat@FreeBSD.org> | 2003-10-13 11:56:39 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-13 11:56:39 +0000 |
commit | 8a43be54fed14543113eacd7362f7ed5d8b57cf0 (patch) | |
tree | 62b33c8e2897b57f5e47f64800cdd5fe0a8d4f0a | |
parent | 19f019a59009cca16930538852bb0c607721df32 (diff) | |
download | FreeBSD-ports-8a43be54fed14543113eacd7362f7ed5d8b57cf0.zip FreeBSD-ports-8a43be54fed14543113eacd7362f7ed5d8b57cf0.tar.gz |
Add p5-Apache-Scoreboard 0.10,
Perl interface to the Apache scoreboard structure.
PR: 57841
Submitted by: Trevor S. Cornpropst <tcornpropst@cox.net>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Scoreboard/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Apache-Scoreboard/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-Scoreboard/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache-Scoreboard/pkg-plist | 12 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache2-Scoreboard/pkg-plist | 12 |
9 files changed, 97 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5d9b610..51e385c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -312,6 +312,7 @@ SUBDIR += p5-Apache-Radius SUBDIR += p5-Apache-Reload SUBDIR += p5-Apache-SSI + SUBDIR += p5-Apache-Scoreboard SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-PHP SUBDIR += p5-Apache-Session-SharedMem diff --git a/www/p5-Apache-Scoreboard/Makefile b/www/p5-Apache-Scoreboard/Makefile new file mode 100644 index 0000000..3f51ad7 --- /dev/null +++ b/www/p5-Apache-Scoreboard/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Apache-Scoreboard +# Date Created: 08 Oct 2003 +# Whom: Trevor S. Cornpropst <tcornpropst@cox.net> +# +# $FreeBSD$ +# + +PORTNAME= Apache-Scoreboard +PORTVERSION= 0.10 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= tcornpropst@cox.net +COMMENT= Perl interface to the Apache scoreboard structure + +.if defined(WITH_MODPERL2) +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 +.else +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +.endif +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Apache::Scoreboard.3 + +INSTALLS_SHLIB= YES + +.include <bsd.port.mk> diff --git a/www/p5-Apache-Scoreboard/distinfo b/www/p5-Apache-Scoreboard/distinfo new file mode 100644 index 0000000..e900f2f --- /dev/null +++ b/www/p5-Apache-Scoreboard/distinfo @@ -0,0 +1 @@ +MD5 (Apache-Scoreboard-0.10.tar.gz) = 2b267c55caded61c0ef765a45d9cdf2f diff --git a/www/p5-Apache-Scoreboard/pkg-descr b/www/p5-Apache-Scoreboard/pkg-descr new file mode 100644 index 0000000..635c50e --- /dev/null +++ b/www/p5-Apache-Scoreboard/pkg-descr @@ -0,0 +1,4 @@ +Perl interface to the Apache scoreboard structure + +- Trevor Cornpropst +tcornpropst@cox.net diff --git a/www/p5-Apache-Scoreboard/pkg-plist b/www/p5-Apache-Scoreboard/pkg-plist new file mode 100644 index 0000000..c1a0f41 --- /dev/null +++ b/www/p5-Apache-Scoreboard/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DummyScoreboard.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/Scoreboard.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/ScoreboardGraph.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true diff --git a/www/p5-Apache2-Scoreboard/Makefile b/www/p5-Apache2-Scoreboard/Makefile new file mode 100644 index 0000000..3f51ad7 --- /dev/null +++ b/www/p5-Apache2-Scoreboard/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Apache-Scoreboard +# Date Created: 08 Oct 2003 +# Whom: Trevor S. Cornpropst <tcornpropst@cox.net> +# +# $FreeBSD$ +# + +PORTNAME= Apache-Scoreboard +PORTVERSION= 0.10 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= tcornpropst@cox.net +COMMENT= Perl interface to the Apache scoreboard structure + +.if defined(WITH_MODPERL2) +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 +.else +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +.endif +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Apache::Scoreboard.3 + +INSTALLS_SHLIB= YES + +.include <bsd.port.mk> diff --git a/www/p5-Apache2-Scoreboard/distinfo b/www/p5-Apache2-Scoreboard/distinfo new file mode 100644 index 0000000..e900f2f --- /dev/null +++ b/www/p5-Apache2-Scoreboard/distinfo @@ -0,0 +1 @@ +MD5 (Apache-Scoreboard-0.10.tar.gz) = 2b267c55caded61c0ef765a45d9cdf2f diff --git a/www/p5-Apache2-Scoreboard/pkg-descr b/www/p5-Apache2-Scoreboard/pkg-descr new file mode 100644 index 0000000..635c50e --- /dev/null +++ b/www/p5-Apache2-Scoreboard/pkg-descr @@ -0,0 +1,4 @@ +Perl interface to the Apache scoreboard structure + +- Trevor Cornpropst +tcornpropst@cox.net diff --git a/www/p5-Apache2-Scoreboard/pkg-plist b/www/p5-Apache2-Scoreboard/pkg-plist new file mode 100644 index 0000000..c1a0f41 --- /dev/null +++ b/www/p5-Apache2-Scoreboard/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DummyScoreboard.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/Scoreboard.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/ScoreboardGraph.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true |