Updated to 3.010

This commit is contained in:
Sergey Skvortsov 2004-07-30 10:09:28 +00:00
parent 249e0ee82b
commit 0f27160ee4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115073
3 changed files with 12 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Schedule-Load
PORTVERSION= 3.002
PORTVERSION= 3.010
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Schedule
@ -24,13 +24,16 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= rschedule.1 slpolice.1 slchoosed.1 slreportd.1
MAN1= rschedule.1 slchoosed.1 slpolice.1 slreportd.1 slrsh.1
MAN3= Schedule::Load.3 Schedule::Load::Chooser.3 \
Schedule::Load::FakeReporter.3 Schedule::Load::Hold.3 \
Schedule::Load::Hosts.3 Schedule::Load::Hosts::Host.3 \
Schedule::Load::Hosts::Proc.3 Schedule::Load::Reporter.3 \
Schedule::Load::ResourceReq.3 Schedule::Load::Schedule.3
post-patch:
@${PERL} -pi -e 's!mv !mv -f ! if $$.==20' ${WRKSRC}/Makefile.PL
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View File

@ -1,2 +1,2 @@
MD5 (Schedule-Load-3.002.tar.gz) = 4d8f6aaec79fa7060f379a16dc37ba45
SIZE (Schedule-Load-3.002.tar.gz) = 52197
MD5 (Schedule-Load-3.010.tar.gz) = 5eab8931ee63c695ec9d09ef6f154b46
SIZE (Schedule-Load-3.010.tar.gz) = 54085

View File

@ -1,3 +1,5 @@
This package allows accessing loading and top job status across many
machines on a network, comprising a server farm. It also allows for
scheduling new jobs on the best machine across the entire network.
This package allows accessing loading and top job status across many
machines on a network, comprising a server farm. It also allows for
scheduling new jobs on the best machine across the entire network.
WWW: http://search.cpan.org/dist/Schedule-Load/