summaryrefslogtreecommitdiff
path: root/comms/kermit
AgeCommit message (Collapse)AuthorFilesLines
2002-07-12Update to kermit 8.0.201, and add the minor version to the pkg name.mycroft2-6/+6
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-05-25The name of the socks4 static library is "libsocks4.a" not "libsocks.a",fredb1-3/+3
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-01-28Make this package also work on Darwin.agc1-3/+8
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2001-12-23Update to 8.0 release. Changes:hubertf2-6/+6
. 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-03Dewey'ize (ouch ;) version number.wiz1-2/+2
2001-11-26Update to 8.0.200.b4 (beta.04). More bugfixes.hubertf2-7/+9
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-13Change license to 'kermit-license', as this pkg has a specifichubertf1-2/+2
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-07-23A license of "no-redistribution" is an oxymoron. Change "no-redistribution"fredb1-2/+2
to "limited-redistribution", which is more correct.
2000-07-23Give kermit a no-redistribution ${LICENSE}, as ${NO_CDROM} is deprecated.fredb1-3/+2
2000-06-12Add ${PREFIX}/lib library search paths for SOCKS4/5rh1-3/+3
2000-02-13Readd dummy element to "for" loop. Solaris's "sh" and "bash" need this.tron1-2/+2
2000-02-12Remove dummy element from "for" loop, "/bin/sh" can handle "for" loopstron1-2/+2
with empty word lists.
2000-01-08Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring thefredb1-2/+1
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-08Update md5 checksum.fredb1-2/+2
2000-01-07Update to more accurately reflect kermit's network capabilites.fredb1-1/+1
Language provided by Frank da Cruz <fdc@watsun.cc.columbia.edu>
2000-01-06Convert to "standard" form:fredb1-2/+4
.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-06Add -ltermcap for NetBSD-1.3*. Move test for USE_SOCKS=fredb1-21/+26
to _after_ include of bsd.pkg.mk, where it has a fighting chance to actually work. Minor clean-ups.
2000-01-05Because the custom "do-install" target doesn't compress the manual pagestron1-2/+1
automatically let "bsd.pkg.mk" do it again.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04Update kermit to 7.0.196. Cosmetic changes since last update.fredb2-7/+5
2000-01-02This distro incorporates the last netbsd patch. Thanks to Frank da Cruzfredb4-21/+10
(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-02Update checksum--new tarfile, same name. Builds now with full support,fredb5-71/+21
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.
1999-12-20Update kermit to 7.0.96.beta11. Numerous changes, too many to list,fredb10-155/+77
but here's a couple: - - kermit protocol transfers default to "fast" mode - - support for SOCKS and sun X.25 (both untested)
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-1/+2
1999-10-06Sync after change to "patch-ac" and "patch-ad".tron1-3/+3
1999-10-06Add RCS Id and remove duplicate patch sections which caused patch to fail.tron1-33/+2
1999-10-06Add RCS Id and convert to unified format.tron1-63/+49
1999-10-06no point letting them select 7200 if we can't set itsjg1-5/+57
1999-10-05add 14400 and 28800 for BSD44sjg1-27/+63
1999-07-09Add package patch-sum filesagc1-0/+7
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
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-03-26Always use big buffers. Fixes PR pkg/7236 by Greg A. Woods.tron1-4/+14
1999-03-06Better use a single package list file.tron1-8/+8
1999-03-06s/echo/${ECHO}/gagc1-3/+3
1999-03-06Create a dynamic packing list for manual pages.kim2-3/+11
1999-03-06The man source does not get installed.kim1-2/+1
1999-02-06Be uniform; don't cat DESCR during install.tv1-2/+1
1999-01-02utilitiy -> utilityabs1-1/+1
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc8-0/+15
1998-06-22Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal toagc1-5/+5
bsd.pkg.mk, and will go away soon.
1998-06-20Apply fix to the real source of the problem.tron1-12/+15
1998-06-20Really fix the code for 64 bit architectures instead of only making thetron2-30/+22
compiler happy. Problem pointed out by Klaus Klein.
1998-06-19Add temporary kludge for problem with automatical manual page handling.tron1-1/+4