Port details |
- p5-Schedule-Load Load distribution and status across multiple host machines
- 3.064_1 sysutils =2 3.064_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-14 16:54:42
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART20 LGPL3
- WWW:
- https://metacpan.org/release/WSNYDER/Schedule-Load-3.064
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Schedule-Load>0:sysutils/p5-Schedule-Load
- To install the port:
- cd /usr/ports/sysutils/p5-Schedule-Load/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Schedule-Load
- pkg install p5-Schedule-Load
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Schedule-Load
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Schedule-Load-3.064.tar.gz) = d4c75de505e0d608d51012ed5e011daf3476c065d2a2e7bda4d340abf70afe4f
SIZE (Schedule-Load-3.064.tar.gz) = 72051
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Proc-ProcessTable>=0.40 : devel/p5-Proc-ProcessTable
- p5-Unix-Processors>=2.02 : sysutils/p5-Unix-Processors
- p5-IPC-Locker>=1.41 : devel/p5-IPC-Locker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Proc-ProcessTable>=0.40 : devel/p5-Proc-ProcessTable
- p5-Unix-Processors>=2.02 : sysutils/p5-Unix-Processors
- p5-IPC-Locker>=1.41 : devel/p5-IPC-Locker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-Schedule-Load-3.064_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- sysutils_p5-Schedule-Load
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.064_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.064_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.064_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.064_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
3.064_1 04 Jun 2018 18:15:30 |
sunpoet |
Fix LICENSE
- Add LICENSE_FILE
- Convert to options target helper
- Sort PLIST
- Fix and update WWW |
3.064_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.064_1 31 Dec 2016 20:00:37 |
adamw |
Remove warnings about installing documentation and examples. The only users
who will see those messages are users who have already accepted those options
in make config. |
3.064_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.064_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
3.064_1 13 Jul 2015 03:00:54 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.064_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.064 04 Jul 2014 22:25:48 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
3.064 06 Nov 2013 08:54:18 |
vanilla |
Support STAGEDIR. |
3.064 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.064 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
3.064 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
3.064 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
3.064 25 Mar 2011 17:32:43 |
bapt |
- update to 3.064
- add licenses
- changes: http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.064/Changes |
3.063 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.063 27 Jan 2010 09:02:35 |
jadawin |
- Update to 3.063
- Set maintainer to perl@
- Changelog:
<http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.063/Changes> |
3.062_1 26 Jan 2010 12:36:19 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu) |
3.062 10 Jan 2010 03:54:09 |
linimon |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
3.062 05 Jun 2009 22:56:40 |
pgollucci |
- Update to 3.062
PR: ports/134839
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me |
3.060 23 Feb 2009 13:31:12 |
skv |
Update to 3.060
Changes:
http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.060/Changes |
3.052 31 May 2008 21:18:56 |
miwi |
- Update to 3.052
PR: 120709
Submitted by: lippe
Approved by: maintainer timeout |
3.051 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
3.051 20 Aug 2007 09:43:10 |
skv |
Unbreak plist - fix MAN1 |
3.051 10 Jun 2007 04:15:00 |
kris |
BROKEN: Incomplete pkg-plist |
3.051 27 May 2007 20:11:46 |
skv |
Update to 3.051 |
3.040 31 Jul 2006 13:37:08 |
skv |
Update to 3.040
PR: ports/100554
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
3.030 05 May 2006 09:04:21 |
skv |
Fix plist
PR: ports/96187
Submitted by: leeym |
3.030 21 Apr 2006 09:34:10 |
skv |
Update to 3.030 |
3.025 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.025 18 Jan 2006 13:14:13 |
skv |
Update to 3.025
Changes: http://search.cpan.org/src/WSNYDER/Schedule-Load-3.025/Changes |
3.023 20 Oct 2005 09:07:49 |
skv |
Update to 3.023
Changes: http://search.cpan.org/src/WSNYDER/Schedule-Load-3.023/Changes |
3.021 28 Apr 2005 11:16:20 |
skv |
Update to 3.021 |
3.020 21 Dec 2004 10:44:16 |
skv |
Updated to 3.020 |
3.010 30 Jul 2004 10:09:28 |
skv |
Updated to 3.010 |
3.002 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.002 14 Oct 2003 16:52:27 |
skv |
Add p5-Schedule-Load 3.002,
load distribution and status across
multiple host machines. |