Port details |
- fsh Fast remote command execution
- 1.2_4 security
=2 1.2_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-02-21 14:40:59
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- People watching this port, also watch:: mailman, mutt, py39-PyGreSQL, curl
- License: not specified in port
- WWW:
- http://www.lysator.liu.se/fsh/
- Description:
- fsh -- Fast remote command execution
The problem: logging in to a remote system with a cryptographic
solution such as lsh or ssh takes time, due to the computationally
expensive key exchanges that occur when the connection is
established. It is common to trigger a lot of remote logins while
using remote CVS, which makes it painfully slow compared to having the
repository locally.
The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
automatically reuses ssh tunnels.
WWW: http://www.lysator.liu.se/fsh/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: fsh
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fsh-1.2.tar.gz) = 9600882648966272c264cf3f1c41c11c91e704f473af43d8d4e0ac5850298826
SIZE (fsh-1.2.tar.gz) = 152374
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- 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 |
1.2_4 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.2_4 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.2_4 06 Sep 2019 21:20:25 |
kevans |
security/fsh: Remove redundant escapes of ordinary characters
Makefile.in has a number of escapes (all following @ in the sed expression)
that only serve to stop a sed in the configure script from replacing them.
Escaping ordinary characters is considered undefined behavior by POSIX, and
the patch in bug #229925 aims to serve out errors for escaping of most
ordinary characters to reduce friction when some of these sequences are
given special meaning.
QA:
* portlint: OK (minor warnings that should be addressed separately)
* testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64)
* diffoscope: OK (only minor metadata changes to package)
PR: 240308
Approved by: koobs (ports) |
1.2_4 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.2_3 12 Dec 2017 12:40:15 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
1.2_3 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
1.2_3 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.2_3 08 Jul 2014 12:27:41 |
pawel |
- Add staging support
- Fix typo in pkg-descr |
1.2_3 04 Jul 2014 12:46:11 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.2_3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.2_3 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.2_3 26 May 2006 07:04:52 |
sumikawa |
Re-add original master site on MASTER_SITES.
The site seems just down temporally.
Suggested by: Sam Lawrance <boris@brooknet.com.au> |
1.2_3 25 May 2006 02:49:44 |
sumikawa |
Fix unfetchable problem.
PR: ports/97807
From: "Martin Wilke" <freebsd@unixfreunde.de> |
1.2_3 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
1.2_3 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.2_3 07 Dec 2004 12:16:51 |
sumikawa |
Build and install *.pyc
Submitted by: sf |
1.2_2 06 Dec 2004 17:13:17 |
sumikawa |
Bump PORTREVISION for the previous committing. |
1.2_1 06 Dec 2004 16:05:19 |
sumikawa |
Make it executable with python-2.4.
Submitted by: sf |
1.2_1 18 Mar 2004 10:59:01 |
sumikawa |
Add SIZE.
Submitted by: trevor |
1.2_1 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2_1 15 Sep 2002 23:18:44 |
kris |
Add missing file/directory to plist |
1.2_1 02 Apr 2002 15:39:26 |
sumikawa |
This port needs python from building, not running. |
21 Feb 2002 17:40:59 |
sumikawa |
fsh -- Fast remote command execution |