Port details |
- pssh Parallel version of OpenSSH and related tools
- 2.3.5_1 security =6 2.3.5_1Version of this port present on the latest quarterly branch.
- Maintainer: timp87@gmail.com
- Port Added: 2007-07-03 00:07:58
- Last Update: 2024-11-20 10:28:42
- Commit Hash: 61d14bb
- People watching this port, also watch:: haproxy, policyd2, collectd5, subversion, postfix
- Also Listed In: net sysutils
- License: BSD3CLAUSE
- WWW:
- https://github.com/lilydjwg/pssh
- Description:
- PSSH provides parallel versions of OpenSSH and related tools, including:
- Parallel ssh (pssh)
- Parallel scp (pscp)
- Parallel rsync (prsync)
- Parallel nuke (pnuke)
- Parallel slurp (pslurp)
The project includes psshlib which can be used within custom applications.
The source code is written in Python 3.5+.
The original PSSH project was written and maintained by Brent N. Chun.
Due to his busy schedule, Brent handed over maintenance to Andrew McNabb
in October 2009. PSSH hasn't got any updates since 2014.
This package is a fork by 'lilydjwg' github user.
It seems the most live fork that has been accumulating fixes past years.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/pssh/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pssh
- pkg install pssh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pssh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679884487
SHA256 (lilydjwg-pssh-v2.3.5_GH0.tar.gz) = 97277f9d08b512c6a1b6dc5eac9677f34038096bae24484452d326137ba0d080
SIZE (lilydjwg-pssh-v2.3.5_GH0.tar.gz) = 52364
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- rsync : net/rsync
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_pssh
- USES:
- python
- 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.3.5_1 20 Nov 2024 10:28:42 |
Dima Panov (fluffy) |
security/pssh: pet portlint (+)
When building with all flavors, concurrent packages get override by same name
without flafors suffix
Set noflafors to build only default one
Approved by: portmgr blanket (trivial packaging fix)
Sponsored by: Future Crew, LLC |
2.3.5_1 19 May 2024 18:30:19 |
Yuri Victorovich (yuri) |
security/pssh: Fix portlint warnings |
2.3.5_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.3.5_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
2.3.5 29 Mar 2023 01:07:50 |
Charlie Li (vishwin) |
security/pssh: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
2.3.5 27 Mar 2023 12:20:40 |
Hiroki Tagato (tagattie) Author: Pavel Timofeev |
security/pssh: update to 2.3.5
Changelog: https://github.com/lilydjwg/pssh/blob/v2.3.5/ChangeLog
PR: 270475
Reported by: Pavel Timofeev <timp87@gmail.com> (maintainer) |
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.3.4_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 ) |
2.3.4_1 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
2.3.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.4 07 Aug 2020 18:41:57 |
fernape |
security/pssh: update to 2.3.4
ChangeLog https://github.com/lilydjwg/pssh/blob/master/ChangeLog
* switch to the most viable fork
* Set MAINTAINER
PR: 248208
Submitted by: timp87@gmail.com |
2.3.1_2 10 Apr 2020 16:55:10 |
brooks |
Fix bitrotted code.
Drop maintainership. I don't use this port much as evidenced by the
fact that one of these bugs was fixed in Arch Linux in 2016
(https://bugs.archlinux.org/task/46571).
Submitted by: Jacob D Hunt
MFH: 2020Q2 |
2.3.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.3.1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2.3.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.3.1 05 Nov 2016 18:01:32 |
sunpoet |
- Update MASTER_SITES and unbreak this port
- Add NO_ARCH
- Remove PROJECTHOST
- Update WWW
Approved by: portmgr (blanket) |
2.3.1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
2.3.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.3.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.3.1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.3.1 30 Aug 2014 09:02:49 |
sunpoet |
- Update LICENSE [1]
- Use USES=python [2]
- Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.* [2]
Approved by: portmgr (blanket) [1]
With hat: python [2] |
2.3.1 18 Oct 2013 14:40:44 |
brooks |
STAGIFY |
2.3.1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.3.1 30 Jul 2012 16:04:39 |
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] |
2.2.2 11 Feb 2011 18:12:28 |
brooks |
Update to 2.2.2
PR: ports/154568
Submitted by: Ruslan Mahmatkhanov |
2.1.1 05 Feb 2011 11:19:28 |
miwi |
- Use GOOGLE_CODE/LOCAL macro
PR: 153113
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Approved by: maintainer timeout
Feature safe: yes |
2.1.1 08 Dec 2010 23:46:28 |
brooks |
Move to the new distribution site on googlecode and upgrade to 2.1.1. |
1.4.3 13 Feb 2009 20:11:13 |
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) |
1.3.1_1 30 Jul 2007 09:42:28 |
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 |
1.3.1_1 06 Jul 2007 20:30:24 |
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. |
1.3.1 06 Jul 2007 15:44:10 |
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 |
1.3.1 03 Jul 2007 00:06:22 |
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/ |