Commit graph

59 commits

Author SHA1 Message Date
mycroft
05614a827e Update from 8.0.201 to 8.0.206.
List of Changes

   Most of these also apply to Kermit 95 2.1.

   New commands:
      * ORIENTATION lists location-related variables and their values.
      * KCD changes to special directories by their symbolic names ("kcd ?"
        for a list).
      * SET CD HOME path to specify home directory for CD and KCD commands.
      * CONTINUE given at top level is equivalent to END -- handy when
        PROMPT'ed out of a script, to continue the script.

   New switches or operands for existing commands:
      * GETOK /TIMEOUT
      * ASK, ASKQ, GETOK /QUIET (suppresses error message on timeout)
      * COPY /APPEND now allows concatenating multiple source files into one
        dest file.
      * SET TCP { HTTP-PROXY, SOCKS-SERVER } /USER, /PASSWORD.
      * DIRECTORY command now accepts multiple filespecs, e.g. "dir a b c".

   SET QUIET ON now also applies to:
      * SET HOST connection progress messages.
      * "Press the X or E key to cancel" file-transfer message.
      * REMOTE CD response.
      * REMOTE LOGIN response.

   Improvements and new features:
      * Numerous FTP client fixes and new features, listed below.
      * C-Kermit, when in remote mode at the end of a file transfer, now
        prints a one-line "where" message. Control with SET TRANSFER REPORT.
      * Unix makefile "install" target now creates an UNINSTALL script.
      * Improved operation and performance on RFC 2217 Telnet connections.
      * Improved CONNECT (interactive terminal connection) performance.
      * HELP text updated for many commands.

   New or fixed makefile targets:
      * Solaris 9 (several variations)
      * Concurrent PowerMAX
      * Mac OS X 10.2
      * FreeBSD 1.0
      * FreeBSD 4.6, 5.0
      * AIX 5.2, 5.3

   Bugs fixed (general):
      * Failure to run in VMS Batch fixed.
      * LDIRECTORY fixed to run Kermit's built-in DIRECTORY command rather
        than an external one.
      * Fixed Solaris and other SVORPOSIX builds to find out their full
        hostnames rather than just the "uname -n" name.
      * Fixed some problems matching strings that start with ".".
      * Fixed some problems matching pattern that contain {a,b,c} lists.
      * Fixed erroneous reporting of text-mode reception as binary when
        sender did not report the file size (cosmetic only).
      * Many problems with SWITCH statements fixed.
      * Fixed SET OPTIONS DIRECTORY /DOTFILES to work for server too.
      * Fixed DELETE to print an error message if the file was not found.
      * Fixed SET CONTROL UNPREFIX ALL and SET PREFIXING NONE to do the same
        thing.
      * Fixed bugs executing macros from within the ON_EXIT macro.
      * \fday() and \fnday() fixed for dates prior to 17 Nov 1858.
      * Serial speed-changing bug in Linux fixed.
      * "Unbalanced braces" script parsing errors when using \{number} fixed.
      * "if defined \v(name)" fixed to behave as described in the book.
      * Fixed Problems caused by LOCAL variables whose names are left
        substrings of macro names.
      * The INPUT command was fixed to honor the PARITY setting.
      * Fixed bug with COPY to existing file that is longer than source file.
      * REINPUT command failed to strip braces/quotes around its target
        string.
      * Network directory lookups didn't work for SSH connections.
      * REMOTE SET { FILE, TRANSFER } CHARACTER-SET fixed.
      * Closed some holes whereby an incompletely received file was not
        deleted when SET FILE INCOMPLETE is DISCARD, e.g. when the Kermit is
        hung up upon.
      * SET XFER CHARACTER-SET TRANSPARENT fixed to do the same as SET XFER
        TRANSLATION OFF.
      * SET HOST PTY (e.g. SSH) connection fixed to pass along window-size
        changes.
      * C-Kermit search path for TAKE files was accidentally disabled.

   FTP client bugs fixed:
      * Character set translation was broken on little-endian (e.g. PC)
        architectures.
      * FTP PUT /SERVER-RENAME:, /RENAME-TO:, /MOVE-TO: switches were sticky.
      * Make SET TRANSFER MODE MANUAL apply to FTP.
      * Make SET FILE INCOMPLETE { KEEP, DISCARD } apply to FTP.
      * FTP MGET /UPDATE handled equal times incorrectly.
      * FTP GET /RECOVER fixed to ignore file dates, use only size.
      * FTP MGET /RECOVER sometimes downloaded files it didn't need to.
      * FTP downloads with TRANSFER DISPLAY BRIEF could give misleading error
        msgs.
      * MGET temp file not deleted if FTP DEBUG set to OFF after it was ON.
      * LOCUS not switched back when FTP connection is lost.
      * Set incoming file date even if it was not completely received.
      * FTP MGET sent SIZE and MDTM commands even when it didn't have to.
      * FTP MGET sent SIZE and MDTM commands even when it knew they wouldn't
        work.
      * FTP MGET failed if no files were selected for download.
      * FTP MGET a* b* c* would fail to get any c*'s if no b*'s existed.
      * Big problems canceling MGET with Ctrl-C.
      * Some extraneous LOCUS dialogs squelched.
      * Some inconsistencies in SET FTP FILENAMES AUTO fixed.
      * Fixed file-descriptor pileup after multiple MGETs when using
        mkstemp().
      * Fixed "mget foo", where foo is a directory name.

   FTP improvements:
      * New FTP protocol features added (FEAT, MLSD).
      * FTP MGET /RECURSIVE now works as expected if server supports MLSD.
      * FTP MGET /DATES-DIFFER to download if local and remote file dates
        differ.
      * FTP DATES default changed to ON.
      * FTP MPUT, MGET /EXCEPT now allows up to 64 patterns (up from 8).
      * Top-level SITE and PASSIVE commands added for convenience.
      * MGET /COLLISION:APPEND /AS-NAME:newfile *.* puts all remote files
        into one local file.
      * SET FTP SERVER-TIME-OFFSET for when server has wrong timezone set.
      * Allow for alternative server interpretations of [M]MPUT /UNIQUE.
      * SET FTP ANONOMOUS-PASSWORD lets you specify the default anonymous
        password.
      * Allow "GET /RECURSIVE path/file" to force local subdirectory
        creation.
      * SET FTP DISPLAY is like SET TRANSFER DISPLAY but applies only to FTP.
      * FTP { ENABLE, DISABLE } new-protocol-feature-name.
      * FTP MGET /NODOTFILES.
      * Debug log now records FTP commands and responses in grep-able format.
2003-01-09 18:41:03 +00:00
mycroft
f292b7c600 Update to kermit 8.0.201, and add the minor version to the pkg name.
The web site sez:

   The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:

     * An obscure path through the code could cause the Unix version of
       C-Kermit to dump core during its startup sequence. This happened to
       only one person, but now it's fixed.

     * When C-Kermit 8.0 is in Kermit server mode and the client says "get
       blah", where blah (on the server) is a symlink rather than a real
       file, the server unreasonably refused to send the linked-to file.

     * When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
       that includes one or more path segments), it failed to accept the
       incoming file (this happened only with GET, not MGET).

     * Array references should be case insensitive but only lowercase array
       letters were accepted.

     * SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).

     * Spurious refusals of remote directory listings if the remote server's
       date was set in the past.

   C-Kermit 8.0.201 (8 Feb 2002)

     Installability as an [147]SSH v2 Subsystem.

     [148]SET LOCUS command.

     [149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
	  execution.

     [150]USER and ACCOUNT added as synonyms for FTP USER and FTP
	  ACCOUNT.

     [151]SHOW VARIABLES now accepts a list of variables.

     Rudimentary support for [152]Caller ID when receiving phone calls.

     Up/Down [153]Arrow-key navigation of command history buffer.

     [154]Automatic execution of customization file if init file is
	  missing.
2002-07-12 19:08:10 +00:00
fredb
017cbf8956 The name of the socks4 static library is "libsocks4.a" not "libsocks.a",
and we don't need to add a run-path in either USE_SOCKS case, as we always
link against a static socks library. (To link against a shared socks5, we
would have to use "-lsocks5_sh".)
2002-05-25 19:24:00 +00:00
agc
0abcc0edc2 Make this package also work on Darwin.
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2002-01-28 12:06:55 +00:00
hubertf
878cf85901 Update to 8.0 release. Changes:
. A Telnet and Rlogin client
 . An FTP client <-- New
 . An HTTP 1.1 client <-- New
 . An SSH client (via external ssh program) <-- New
 . A serial-port communications program
 . A dialout communications program
 . An Internet server
2001-12-23 05:25:18 +00:00
wiz
d12f207020 Dewey'ize (ouch ;) version number. 2001-12-03 21:53:59 +00:00
hubertf
f58d01909a Update to 8.0.200.b4 (beta.04). More bugfixes. 2001-11-26 04:52:47 +00:00
zuntum
d8ed248248 Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
d26f80ba43 Move to sha1 digests, and add distfile sizes. 2001-04-20 08:55:26 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
hubertf
fc9707f9a2 Change license to 'kermit-license', as this pkg has a specific
license that's not covered by a general 'limited-redistribution'
license.

And even if you agree to honour the 'limited-redistribution' for
some other pkg (by putting ACCEPTABLE_LICENSES=... into /etc/mk.conf),
that doesn't mean you also agree to not redistribute kermit.

Modeled after the www/jsdk20 license.
2000-09-13 02:26:50 +00:00
fredb
80e9a700c5 A license of "no-redistribution" is an oxymoron. Change "no-redistribution"
to "limited-redistribution", which is more correct.
2000-07-23 19:40:17 +00:00
fredb
33f8193f0d Give kermit a no-redistribution ${LICENSE}, as ${NO_CDROM} is deprecated. 2000-07-23 18:34:46 +00:00
rh
4a506322a0 Add ${PREFIX}/lib library search paths for SOCKS4/5 2000-06-12 17:24:21 +00:00
tron
83241def63 Readd dummy element to "for" loop. Solaris's "sh" and "bash" need this. 2000-02-13 16:33:47 +00:00
tron
2b188722c7 Remove dummy element from "for" loop, "/bin/sh" can handle "for" loops
with empty word lists.
2000-02-12 23:45:09 +00:00
fredb
90ff63d261 Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring the
source archive, nor are our mirrors. Moreover, it's inconsistent to
restrict the source while permitting binaries, as the Kermit license
makes no distinction between the two.
2000-01-08 05:03:46 +00:00
fredb
2a358f0860 Update md5 checksum. 2000-01-08 04:36:06 +00:00
fredb
e8748efc0f Update to more accurately reflect kermit's network capabilites.
Language provided by Frank da Cruz <fdc@watsun.cc.columbia.edu>
2000-01-07 06:23:24 +00:00
fredb
3b738b2482 Convert to "standard" form:
.include "../../mk/bsd.prefs.mk"

 _tests_

.include "../../mk/bsd.pkg.mk"

This incidently causes the BUILD_DEFS (pkg_info -B foo)
in the binary package to be set correctly.
2000-01-06 16:57:16 +00:00
fredb
82e544588d Add -ltermcap for NetBSD-1.3*. Move test for USE_SOCKS=
to _after_ include of bsd.pkg.mk, where it has a fighting
chance to actually work. Minor clean-ups.
2000-01-06 16:31:06 +00:00
tron
b9c15ea13a Because the custom "do-install" target doesn't compress the manual pages
automatically let "bsd.pkg.mk" do it again.
2000-01-05 23:13:36 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
fredb
3b707ef791 Update kermit to 7.0.196. Cosmetic changes since last update. 2000-01-04 01:49:13 +00:00
fredb
34224bfc0d This distro incorporates the last netbsd patch. Thanks to Frank da Cruz
(kermit's maintainer) for responding so quickly! Remove more no-op KFLAGS.
Also comment out -DNODEBUG and -DNOOLDMODEMS at Frank da Cruz's request.
2000-01-02 22:57:25 +00:00
fredb
4186ff235e Update checksum--new tarfile, same name. Builds now with full support,
by default, for dtr/cts and dtr/cd flow-control. Also, remove -DSUNX25
(Frank da Cruz pointed out that it's a no-op), and install the man page,
which is again included in the distro.
2000-01-02 21:05:01 +00:00
fredb
17d71d4121 Update kermit to 7.0.96.beta11. Numerous changes, too many to list,
but here's a couple:

- - kermit protocol transfers default to "fast" mode
- - support for SOCKS and sun X.25 (both untested)
1999-12-20 12:33:45 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
tron
b41e5c3b95 Sync after change to "patch-ac" and "patch-ad". 1999-10-06 22:27:38 +00:00
tron
626e625582 Add RCS Id and remove duplicate patch sections which caused patch to fail. 1999-10-06 22:27:15 +00:00
tron
0ce466d23a Add RCS Id and convert to unified format. 1999-10-06 22:26:51 +00:00
sjg
34b631dcd6 no point letting them select 7200 if we can't set it 1999-10-06 13:03:35 +00:00
sjg
6f6bc317a1 add 14400 and 28800 for BSD44 1999-10-05 06:45:34 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tron
576c044dc1 Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods. 1999-03-26 23:59:59 +00:00
tron
a78a9c8fe8 Better use a single package list file. 1999-03-06 22:50:31 +00:00
agc
8abb4df038 s/echo/${ECHO}/g 1999-03-06 22:27:38 +00:00
kim
421d42fe9d Create a dynamic packing list for manual pages. 1999-03-06 21:24:43 +00:00
kim
04cd39897b The man source does not get installed. 1999-03-06 01:10:11 +00:00
tv
093e52a6a2 Be uniform; don't cat DESCR during install. 1999-02-06 17:56:42 +00:00
abs
b10a2b2686 utilitiy -> utility 1999-01-02 10:09:25 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
3024b9c49e Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to
bsd.pkg.mk, and will go away soon.
1998-06-22 09:03:07 +00:00
tron
d5af514f98 Apply fix to the real source of the problem. 1998-06-20 21:24:09 +00:00
tron
dc0fd7c112 Really fix the code for 64 bit architectures instead of only making the
compiler happy. Problem pointed out by Klaus Klein.
1998-06-20 20:58:42 +00:00