diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-30 10:09:28 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-07-30 10:09:28 +0000 |
commit | 0f27160ee47cfd0ee59588aa16fd7a5e2ecae82d (patch) | |
tree | 9e5e1a57b5d8bdd6f7ecae792d47029f40e86eee /sysutils/p5-Schedule-Load | |
parent | 249e0ee82bb2218965d0ce03d9eb7d0ab7802a48 (diff) | |
download | ports-0f27160ee47cfd0ee59588aa16fd7a5e2ecae82d.tar.gz ports-0f27160ee47cfd0ee59588aa16fd7a5e2ecae82d.zip |
Notes
Diffstat (limited to 'sysutils/p5-Schedule-Load')
-rw-r--r-- | sysutils/p5-Schedule-Load/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-Schedule-Load/distinfo | 4 | ||||
-rw-r--r-- | sysutils/p5-Schedule-Load/pkg-descr | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile index c64b41d7b564..7aec0868c28f 100644 --- a/sysutils/p5-Schedule-Load/Makefile +++ b/sysutils/p5-Schedule-Load/Makefile @@ -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}" diff --git a/sysutils/p5-Schedule-Load/distinfo b/sysutils/p5-Schedule-Load/distinfo index f908bd7f476c..98d6dbe94d66 100644 --- a/sysutils/p5-Schedule-Load/distinfo +++ b/sysutils/p5-Schedule-Load/distinfo @@ -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 diff --git a/sysutils/p5-Schedule-Load/pkg-descr b/sysutils/p5-Schedule-Load/pkg-descr index 55e136e450d8..363bcb88f4f8 100644 --- a/sysutils/p5-Schedule-Load/pkg-descr +++ b/sysutils/p5-Schedule-Load/pkg-descr @@ -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/ |