Port details |
- gkermit File transfer utility using the kermit protocol
- 1.0_2 comms =4 1.0_1Version of this port present on the latest quarterly branch.
- 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: unknown
- Last Update: 2024-09-30 22:11:19
- Commit Hash: 5b93136
- People watching this port, also watch:: wine, mmencode, jikes, openssl, trafshow
- License: not specified in port
- WWW:
- http://www.columbia.edu/kermit/gkermit.html
- Description:
- G-Kermit file transfer utility
------------------------------
G-Kermit is a Unix program for uploading and downloading files with the
Kermit protocol. It is:
. Stable and low-maintenance
. Small and fast with no frills
. Released under the GNU Public License
G-Kermit is command-line only (no interactive commands or scripting) and
remote-mode only (no making connections). It has an extremely simple
user interface, and implements a large subset of the Kermit protocol in
a small amount of highly portable code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/gkermit/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/gkermit
- pkg install gkermit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gkermit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gku100.tar.gz) = 3dbe63291277c4795255343b48b860777fb0a160163d7e1d30b1ee68585593eb
SIZE (gku100.tar.gz) = 62195
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gkermit-1.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_gkermit
- 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.0_2 30 Sep 2024 22:11:19 |
Brooks Davis (brooks) |
comms/gkermit: enable use of errno.h for errno
The code to be standards conformant was there, just not enabled by
default so enable it. |
1.0_1 22 Feb 2024 14:02:16 |
Muhammad Moinur Rahman (bofh) |
comms/gkermit: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 25 Dec 2015 14:43:58 |
amdmi3 |
- Switch to options helpers
- Simplify patching |
1.0 18 Nov 2015 06:21:17 |
pi |
comms/gkermit: fix MASTER_SITES, unbreak
Submitted by: Patrick McMunn <doctorwhoguy@gmail.com> |
1.0 25 Oct 2015 19:35:28 |
antoine |
Deprecate ports broken for more than 6 months |
1.0 05 Apr 2015 18:12:56 |
bapt |
Mark as broken unfetchable ports |
1.0 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
1.0 28 Jul 2014 14:54:09 |
adamw |
Rename comms/ patch-xy patches to reflect the files they modify. |
1.0 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
1.0 18 Nov 2013 00:37:16 |
vanilla |
Support STAGEDIR. |
1.0 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.0 20 Jun 2013 19:36:27 |
bsam |
. GKERMIT_DOCDIR -> DOCSDIR;
. mute mkdir command;
. make use PORTDOCS and PLIST_FILES;
. remove pkg-plist (3 lines);
. trim Makefile headers. |
1.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0 25 Jul 2008 09:08:42 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.0 24 Sep 2007 07:38:42 |
linimon |
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-) |
1.0 22 Jan 2006 08:22:09 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 23 Feb 2004 19:24:04 |
pav |
- Chase checksum (changes to documentation, minor change to gkermit.h)
PR: ports/63212
Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer) |
1.0 21 Feb 2004 19:52:07 |
kris |
BROKEN: Checksum mismatch |
1.0 22 Oct 2003 09:35:45 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.0 21 Feb 2003 11:07:05 |
knu |
De-pkg-comment. |
07 Jun 2001 08:46:07 |
roam |
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net |
08 Oct 2000 00:47:37 |
asami |
Convert category comms to new layout. |