summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Scoreboard
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:56:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:56:39 +0000
commite31c186037f01c321bf89ad3c825697bd1cd144f (patch)
tree0ca7a562f955a08b4d5a1cb8adb2233912e75365 /www/p5-Apache-Scoreboard
parentAdd p5-Cstools 3.42, tools for dealing with Czech encodings in Perl. (diff)
Add p5-Apache-Scoreboard 0.10,
Perl interface to the Apache scoreboard structure. PR: 57841 Submitted by: Trevor S. Cornpropst <tcornpropst@cox.net>
Notes
Notes: svn path=/head/; revision=91032
Diffstat (limited to 'www/p5-Apache-Scoreboard')
-rw-r--r--www/p5-Apache-Scoreboard/Makefile31
-rw-r--r--www/p5-Apache-Scoreboard/distinfo1
-rw-r--r--www/p5-Apache-Scoreboard/pkg-descr4
-rw-r--r--www/p5-Apache-Scoreboard/pkg-plist12
4 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-Apache-Scoreboard/Makefile b/www/p5-Apache-Scoreboard/Makefile
new file mode 100644
index 000000000000..3f51ad7f4a2d
--- /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 000000000000..e900f2fbefd0
--- /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 000000000000..635c50e5c60a
--- /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 000000000000..c1a0f41ea691
--- /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