Path to this page:
./
comms/gkermit,
Minimal implementation of the ``kermit protocol (GPLd)
Branch: CURRENT,
Version: 2.01,
Package name: gkermit-2.01,
Maintainer: pkgsrc-usersG-Kermit is a small, command-line-only implementation of the
``kermit'' protocol, suitable for invocation via remote shell
through a local full-featured comm package--maybe C-Kermit.
G-Kermit is distributed under the GNU General Public License.
Master sites:
Filesize: 61.403 KB
Version history: (Expand)
- (2022-01-01) Updated to version: gkermit-2.01
- (2017-11-23) Package has been reborn
- (2005-10-05) Package added to pkgsrc.se, version gkermit-1.00nb1 (created)
CVS history: (Expand)
2022-01-01 19:53:02 by Olaf Seibert | Files touched by this commit (3) | |
Log message:
comms/gkermit: update to 2.01
Version 1.00 : 25 December 1999
Version 2.00 : 26 May 2021
Version 2.00 is identical to 1.00 except that the source code has
been tailored to build successfully on modern Unix platforms.
November 14, 2021... G-Kermit 2.01 - a few more adjustments to our
ever-changing Unix APIs.
.................................
Wed May 26 08:47:48 2021:
In the years following the initial rlease of this program, which was
designed to be eternal, the C libraries and header files changed and
changed and changed to the extent that in 2021 G-Kermit 1.0 ccan't be
built at all an most Unix platforms, and even on those where a functional
executable is generated, dozens or hundreds of warnings are issued.
This, for code that generated zero warnings or errors when compiled
in 1999. Thus version 2.0 of May 26, 2021. The only changes are:
1. The version identification just below, and:
2. The inclusion of four previously unneeded header files in gkermit.h.
.................................
Mon Nov 15 08:31:48 2021:
From Kenji Rikitake, two patches added to gkermit.h for macOS with Xcode:
1. macOS with Xcode has no <malloc.h>
2. macOS with Xcode has the prototype of sleep() in <unistd.h>
Conditional if(n)def with __APPLE__ flag, dedicated for macOS.
It seems unistd.h is now required on many platforms; I now #include it
in all builds by default; to suppress the #include on platforms that
don't have unistd.h, do: make "KFLAGS=-DNOUNISTD" ...
|
2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message:
comms: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85) |
Log message:
comms: Remove SHA1 hashes for distfiles
|
2021-04-21 11:03:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gkermit: remove dead download location
|
2015-11-03 02:34:58 by Alistair G. Crooks | Files touched by this commit (79) |
Log message:
Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2012-10-03 13:24:45 by Aleksej Saushev | Files touched by this commit (64) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44) |
Log message:
Remove @dirrm entries from PLISTs
|