Port details |
- clusterit Collection of clustering tools
- 2.5_1 net =12 2.5_1Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-20 17:15:01
- Commit Hash: 1f6b8ef
- People watching this port, also watch:: libgd, wget, xpdf, openssl, p5-libwww
- Also Listed In: devel parallel
- License: BSD2CLAUSE
- WWW:
- https://www.garbled.net/clusterit.html
- Description:
- This is a collection of clustering tools to turn your ordinary everyday pile
of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clusterit>0:net/clusterit
- Conflicts:
- CONFLICTS_INSTALL:
- barrier
- heirloom-sh
- pdsh
- schilyutils
- To install the port:
- cd /usr/ports/net/clusterit/ && make install clean
- To add the package, run one of these commands:
- pkg install net/clusterit
- pkg install clusterit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clusterit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (clusterit-2.5.tar.gz) = e50597fb361d9aefff0250108900a3837a4a14c46083d6eb5ed5d7fc42ce9f35
SIZE (clusterit-2.5.tar.gz) = 295347
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clusterit-2.5_1:
X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- net_clusterit
- 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 |
2.5_1 20 Mar 2024 17:15:01 |
Nuno Teixeira (eduardo) |
net/clusterit: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
2.5 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 ) |
2.5 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.5 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
2.5 01 Feb 2016 15:23:23 |
demon |
Use fancy options helper.
Submitted by: mat |
2.5 01 Feb 2016 14:29:16 |
demon |
Fix package without X11;
Make X11 off by default: software it very useful w/o x11, so do not
pull huge deps by default.
PR: 206819
Submitted by: timp87@gmail.com |
2.5 21 Jul 2014 17:50:47 |
adamw |
Use bsd.port.mk instead of post.mk. |
21 Jul 2014 17:47:53
|
adamw |
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead. |
2.5 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
2.5 09 Mar 2014 14:22:49 |
miwi |
- Stage support |
2.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.5 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.5 29 Sep 2011 14:25:50 |
demon |
Unbreak on 9+ (utmpx).
Seems utmp.h include is not used.
PR: 160934
Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> |
2.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.5 20 Mar 2010 14:07:19 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
2.5 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
2.5 04 Sep 2008 10:17:06 |
demon |
Update to version 2.5.
PR: 127028
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> |
2.0_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.0_4 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.0_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0_2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
2.0_2 06 Jul 2004 08:57:49 |
demon |
Fix build on -current. |
2.0_2 03 Jul 2004 13:02:56 |
demon |
Bump PORTREVISION due to patch-dsh-dsh.c.
Submitted by: kris |
2.0_1 02 Jul 2004 08:52:29 |
demon |
Fix dsh crash.
Submitted by: Barkley Vowk <bvowk@math.ualberta.ca> |
2.0_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.0_1 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
2.0_1 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
2.0_1 13 Nov 2003 13:30:42 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
2.0_1 02 Nov 2003 12:07:29 |
edwin |
Fix directory layout for mastersite ftp.chg.ru |
2.0_1 18 Oct 2003 10:08:08 |
demon |
Include stdarg.h instead of varargs.h. |
2.0_1 07 Apr 2003 07:29:21 |
demon |
Fix crashes in some cases.
Bump PORTREVISION.
Submitted by: Alexander Kourakos <awk@bnt.com> |
2.0 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0 24 Nov 2002 13:41:11 |
knu |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor |
03 Jan 2002 11:02:13 |
demon |
Fix building on -current. |
03 Sep 2001 02:24:04 |
demon |
Add WITHOUT_X11 knob. |
16 Aug 2001 11:43:08 |
demon |
Upgrade to 2.0 |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |