summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 16:02:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 16:02:42 +0000
commit76ef24091fb409df4c6f05a22b70a3fba5d8d1fa (patch)
tree0e131b42010adca3859670f16f9abc625f5a66fc /www
parentUpdate to 2.4.1. (diff)
Add p5-Apache-VMonitor 0.8,
Stas Bekman's Visual System and Apache Server Monitor. PR: 57920 Submitted by: Trevor S. Cornpropst <tcornpropst@cox.net>
Notes
Notes: svn path=/head/; revision=91067
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Apache-VMonitor/Makefile32
-rw-r--r--www/p5-Apache-VMonitor/distinfo1
-rw-r--r--www/p5-Apache-VMonitor/pkg-descr6
-rw-r--r--www/p5-Apache-VMonitor/pkg-plist5
5 files changed, 45 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 51e385c8113f..a4e0961ace3b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -318,6 +318,7 @@
SUBDIR += p5-Apache-Session-SharedMem
SUBDIR += p5-Apache-SubProcess
SUBDIR += p5-Apache-Test
+ SUBDIR += p5-Apache-VMonitor
SUBDIR += p5-ApacheBench
SUBDIR += p5-AxKit
SUBDIR += p5-AxKit-XSP-Cookie
diff --git a/www/p5-Apache-VMonitor/Makefile b/www/p5-Apache-VMonitor/Makefile
new file mode 100644
index 000000000000..d728bd60da2a
--- /dev/null
+++ b/www/p5-Apache-VMonitor/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: Apache-VMonitor
+# Date Created: 08 Oct 2003
+# Whom: Trevor S. Cornpropst <tcornpropst@cox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-VMonitor
+PORTVERSION= 0.8
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tcornpropst@cox.net
+COMMENT= Stas Bekman's Visual System and Apache Server Monitor
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GTop.pm:${PORTSDIR}/devel/p5-GTop \
+ ${SITE_PERL}/${PERL_ARCH}/Apache/Scoreboard.pm:${PORTSDIR}/www/p5-Apache-Scoreboard \
+ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+.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::VMonitor.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Apache-VMonitor/distinfo b/www/p5-Apache-VMonitor/distinfo
new file mode 100644
index 000000000000..a2ccf22a7292
--- /dev/null
+++ b/www/p5-Apache-VMonitor/distinfo
@@ -0,0 +1 @@
+MD5 (Apache-VMonitor-0.8.tar.gz) = 88cfba14794b50cb0642931cd19d42da
diff --git a/www/p5-Apache-VMonitor/pkg-descr b/www/p5-Apache-VMonitor/pkg-descr
new file mode 100644
index 000000000000..472eb6455700
--- /dev/null
+++ b/www/p5-Apache-VMonitor/pkg-descr
@@ -0,0 +1,6 @@
+Stas Bekman's Visual System and Apache Server Monitor
+
+WWW: http://stason.org
+
+- Trevor Cornpropst
+tcornpropst@cox.net
diff --git a/www/p5-Apache-VMonitor/pkg-plist b/www/p5-Apache-VMonitor/pkg-plist
new file mode 100644
index 000000000000..ff24e3c5ba62
--- /dev/null
+++ b/www/p5-Apache-VMonitor/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Apache/VMonitor.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/VMonitor/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/VMonitor
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true