freebsd-ports/security/pssh/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

17 lines
644 B
Text

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.