However, I have discovered this as well:
lha is a tool for extracting .lzh archive files. It also supports variants of the .lzh
archive, such as .lzs and .pma.
This version of the lha tool is part of Lhasa, a free implementation of the .lzh format.
. . .
Versions of the LHA tool were later ported to various different operating systems,
including the Amiga, Atari, MacOS, OS/2 and Unix. A tool for MSX-DOS named PMarc reused
the container format with a new compression algorithm (.pma extension).
The Unix version of the tool was developed by Masaru Oki, Nobutaka Watazaki and Tsugio
Okamoto, but was released under a software license that does not conform to the Free
Software or Open Source Definitions. Lhasa was developed as a drop-in replacement that is
Free Software and Open Source.
. . .
I installed
lhasa
but this did not satisfy the dependency:
Code:
Proceed with this action? [y/N]: y
[1/1] Fetching lhasa-0.3.1.pkg: 100% 52 KiB 53.4kB/s 00:01
Checking integrity... done (0 conflicting)
[1/1] Installing lhasa-0.3.1...
[1/1] Extracting lhasa-0.3.1: 100%
[root@vhost01 ~ (master)]# pkg install amavisd-new
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: amavisd-new has a missing dependency: lha
If
lhasa
is a drop in replacement for
lha
then the dependency could be switched from
lha
to
lhasa
. Unless there exists some other impediment to doing so.