./comms/kermit, Network and serial communication, file transfer, and scripting utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 9.0.302nb3, Package name: kermit-9.0.302nb3, Maintainer: pkgsrc-users

KERMIT file transfer/terminal emulation utility
------------------------------------------------------

This is a release of C-Kermit file transfer protocol utility.
This version supports transfer of un-escaped control characters for
very fast file transfers with high reliability.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | Package updated
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
   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.
   2012-05-17 22:29:13 by Christos Zoulas | Files touched by this commit (3)
Log message:
fix missing <time.h> inclusion that produces:
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference
   2011-12-06 02:19:16 by Steven Drake | Files touched by this commit (3) | Package updated
Log message:
1) Add missing mk/curses buildlink.
2) Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS to the make process.
3) Have the build variables  HAVE_LIBCURSES and HAVE_CURSES needed for the
   linux build set the by pkgsrc.

Bump PKGREVISION
   2011-11-20 13:01:50 by Matthias Scheler | Files touched by this commit (1)
Log message:
Fix build under recent versions of Mac OS X by selectin a make target
that actually exists.
   2011-08-25 16:54:06 by Hans Rosenfeld | Files touched by this commit (10) | Package updated
Log message:
Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for more
information.

Tested on NetBSD-current and OpenIndiana.

Support for ssl and kerberos is now available through the options
framework.
   2011-08-25 15:46:28 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
FILE is a opaque data type on 64bit SunOS, its true definition is not
available in any headers.

Hack around this by adding the definition from the Illumos source in the
relevant place. Fixes 64bit build.
   2011-05-14 21:27:53 by Hans Rosenfeld | Files touched by this commit (4)
Log message:
Fix build on SunOS.