notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
fsh Fast remote command execution
1.2_4 security Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained, uses EOLed python27
Expired 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 search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. bin/fcp
  2. bin/fsh
  3. bin/fshd
  4. bin/in.fshd
  5. libexec/fcpwrap
  6. share/fsh/fsh.py
  7. share/fsh/fsh.pyc
  8. share/fsh/fshcompat.py
  9. share/fsh/fshcompat.pyc
  10. share/fsh/fshconfig.py
  11. share/fsh/fshconfig.pyc
  12. share/fsh/fshd.py
  13. share/fsh/fshd.pyc
  14. share/fsh/fshlib.py
  15. share/fsh/fshlib.pyc
  16. share/fsh/fshversion.py
  17. share/fsh/fshversion.pyc
  18. share/fsh/infshd.py
  19. share/fsh/infshd.pyc
Collapse this list.
Dependency lines:
  • fsh>0:security/fsh
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python2.7 : lang/python27
Runtime dependencies:
  1. python2.7 : lang/python27
  2. 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:
Expand this list (3 items)
Collapse this list.
  1. http://freebsd.unixfreunde.de/sources/
  2. http://mirror2.unixfreunde.de/
  3. http://www.lysator.liu.se/fsh/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_4
27 Jan 2020 15:34:18
Revision:524263Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
1.2_4
26 Dec 2019 07:54:29
Revision:520894Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
1.2_4
06 Sep 2019 21:20:25
Revision:511366Original commit files touched by this commit
kevans search for other commits by this committer
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
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:456126Original commit files touched by this commit
antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
1.2_3
13 Nov 2014 09:02:57
Revision:372514Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.2_3
24 Oct 2014 16:50:43
Revision:371453Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
1.2_3
08 Jul 2014 12:27:41
Revision:361227Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Fix typo in pkg-descr
1.2_3
04 Jul 2014 12:46:11
Revision:360609Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
1.2_3
03 Jul 2011 14:03:52
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.2_3
26 May 2006 07:04:52
Original commit files touched by this commit
sumikawa search for other commits by this committer
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
Original commit files touched by this commit
sumikawa search for other commits by this committer
Fix unfetchable problem.

PR:     ports/97807
From:   "Martin Wilke" <freebsd@unixfreunde.de>
1.2_3
13 May 2006 04:15:53
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
1.2_3
24 Jan 2006 01:03:33
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.2_3
07 Dec 2004 12:16:51
Original commit files touched by this commit
sumikawa search for other commits by this committer
Build and install *.pyc

Submitted by:   sf
1.2_2
06 Dec 2004 17:13:17
Original commit files touched by this commit
sumikawa search for other commits by this committer
Bump PORTREVISION for the previous committing.
1.2_1
06 Dec 2004 16:05:19
Original commit files touched by this commit
sumikawa search for other commits by this committer
Make it executable with python-2.4.

Submitted by:   sf
1.2_1
18 Mar 2004 10:59:01
Original commit files touched by this commit
sumikawa search for other commits by this committer
Add SIZE.

Submitted by:   trevor
1.2_1
07 Mar 2003 06:10:51
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
kris search for other commits by this committer
Add missing file/directory to plist
1.2_1
02 Apr 2002 15:39:26
Original commit files touched by this commit
sumikawa search for other commits by this committer
This port needs python from building, not running.
21 Feb 2002 17:40:59
commit hash: fp1.25037@dev.null.freshports.orgcommit hash: fp1.25037@dev.null.freshports.orgcommit hash: fp1.25037@dev.null.freshports.orgcommit hash: fp1.25037@dev.null.freshports.org files touched by this commit
sumikawa search for other commits by this committer
fsh -- Fast remote command execution    

Number of commits found: 23