| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jul 2012 16:04:39
2.3.1
|
brooks  |
Upgrade to 2.3.1. [0]
Fix a few outstanding plist bugs.
PR: ports/166509 [0]
Submitted by: Paul Procacci <pprocacci at gmail.com> [0] |
11 Feb 2011 18:12:28
2.2.2
|
brooks  |
Update to 2.2.2
PR: ports/154568
Submitted by: Ruslan Mahmatkhanov |
05 Feb 2011 11:19:28
2.1.1
|
miwi  |
- Use GOOGLE_CODE/LOCAL macro
PR: 153113
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Approved by: maintainer timeout
Feature safe: yes |
08 Dec 2010 23:46:28
2.1.1
|
brooks  |
Move to the new distribution site on googlecode and upgrade to 2.1.1. |
13 Feb 2009 20:11:13
1.4.3
|
brooks  |
Upgrade to 1.4.3 which fixes all of the bugs I had patched around and more.
Prodded by: Michael <postmaster at softsearch dot ru> (ages ago),
portscout (via miwi) |
30 Jul 2007 09:42:28
1.3.1_1
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
06 Jul 2007 20:30:24
1.3.1_1
|
brooks  |
Fix a couple bugs and remove the IGNORE variable:
- select can be interrupted and return EINTR so we need to loop around it
while it does so rather than treating it as a fatal error.
- all process creations are matched with a wait() so having a SIGCHLD
handler that performs a wait(-1) is pointless and racy. We tend to
loose the race over half the time and as a result were reporting
successful processes as failed.
Add a couple features:
- Skip commented lines in the host specification.
- Allow '-' as an alias for stdin in the host file specification. |
06 Jul 2007 15:44:10
1.3.1
|
brooks  |
Further testing indicates that a majority of connections fail,
apparently due to mishandling of EINTR in select. It looks like
this is simlar to the problem reported in Python bug linked below,
but thus far I have been unable to work around it. Until that
happens, mark this port IGNORE to prevent disappointment.
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1049450&group_id=5470 |
03 Jul 2007 00:06:22
1.3.1
|
brooks  |
Add pssh:
This package provides parallel versions of the openssh tools. Included
in the distribution:
- Parallel ssh (pssh)
- Parallel scp (pscp)
- Parallel rsync (prsync)
- Parallel nuke (pnuke)
- Parallel slurp (pslurp)
What are these tools good for? Mainly for controlling large collections
of nodes in the wide-area.
WWW: http://www.theether.org/pssh/ |