diff options
author | mat <mat@FreeBSD.org> | 2003-10-14 00:02:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-14 00:02:42 +0800 |
commit | be26c2c8747db4ac442984273b7a6b8ab2d288ad (patch) | |
tree | 5cb06e2f2c2e6c44ad20798e5598b84978663093 /www/p5-Apache-VMonitor | |
parent | fc54ded77d070eef935b3484617da2a36422c3fb (diff) | |
download | freebsd-ports-gnome-be26c2c8747db4ac442984273b7a6b8ab2d288ad.tar.gz freebsd-ports-gnome-be26c2c8747db4ac442984273b7a6b8ab2d288ad.tar.zst freebsd-ports-gnome-be26c2c8747db4ac442984273b7a6b8ab2d288ad.zip |
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>
Diffstat (limited to 'www/p5-Apache-VMonitor')
-rw-r--r-- | www/p5-Apache-VMonitor/Makefile | 32 | ||||
-rw-r--r-- | www/p5-Apache-VMonitor/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-VMonitor/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-Apache-VMonitor/pkg-plist | 5 |
4 files changed, 44 insertions, 0 deletions
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 |