From d06084eba77818164e999061b42824dd1bcd9b08 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 15 Apr 2004 18:14:52 +0000 Subject: update to 8.0.211 C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a handful of new features: INPUT /NOMATCH timeout (waits for the entire interval without trying to match anything; useful for scripted logging). SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale), SHOW INPUT. ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer). FREAD /TRIM and FREAD /UNTABIFY. \funtabify(string). ON_CD macro (if you define one, it executes automatically whenever you tell Kermit to change directories). --- comms/kermit/Makefile | 7 +++---- comms/kermit/PLIST | 4 ++-- comms/kermit/distinfo | 8 ++++---- comms/kermit/patches/patch-aa | 24 ++++++++++++------------ 4 files changed, 21 insertions(+), 22 deletions(-) (limited to 'comms') diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index e1c695a2c9f..7fa13091884 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2004/03/30 21:04:21 tron Exp $ +# $NetBSD: Makefile,v 1.53 2004/04/15 18:14:52 drochner Exp $ -DISTNAME= cku209 -PKGNAME= kermit-8.0.209 -PKGREVISION= 4 +DISTNAME= cku211 +PKGNAME= kermit-8.0.211 CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ diff --git a/comms/kermit/PLIST b/comms/kermit/PLIST index 70322cc64ab..b1f36e5c717 100644 --- a/comms/kermit/PLIST +++ b/comms/kermit/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2003/04/11 12:01:25 darcy Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/04/15 18:14:52 drochner Exp $ bin/kermit share/doc/kermit/ckaaaa.txt -share/doc/kermit/ckc209.txt +share/doc/kermit/ckc211.txt share/doc/kermit/ckcbwr.txt share/doc/kermit/ckccfg.txt share/doc/kermit/ckcplm.txt diff --git a/comms/kermit/distinfo b/comms/kermit/distinfo index eab85926432..651654e6031 100644 --- a/comms/kermit/distinfo +++ b/comms/kermit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2003/07/02 20:37:35 kim Exp $ +$NetBSD: distinfo,v 1.10 2004/04/15 18:14:52 drochner Exp $ -SHA1 (cku209.tar.gz) = f98febc545b8826ab29a8f035860c7ab428de73e -Size (cku209.tar.gz) = 2876409 bytes -SHA1 (patch-aa) = b0b602c2d8147a0c3c4b604e5f0c6e42f7c45348 +SHA1 (cku211.tar.gz) = a08f0ff3286aed4fb89730c712a8a2717003fc54 +Size (cku211.tar.gz) = 2875867 bytes +SHA1 (patch-aa) = 376dc03cc9f75322f2fda308b268c70a13ebba8a SHA1 (patch-ab) = 24032ad61815ce88e8638d0bbcdaf86175b9715b diff --git a/comms/kermit/patches/patch-aa b/comms/kermit/patches/patch-aa index c22149fa3f0..dc7d9b54beb 100644 --- a/comms/kermit/patches/patch-aa +++ b/comms/kermit/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.6 2003/07/02 20:37:35 kim Exp $ +$NetBSD: patch-aa,v 1.7 2004/04/15 18:14:52 drochner Exp $ ---- makefile.orig 2003-03-30 17:04:31.000000000 -0500 -+++ makefile 2003-07-02 15:55:44.000000000 -0400 -@@ -735,8 +735,8 @@ +--- makefile.orig 2004-04-11 19:21:42.000000000 +0200 ++++ makefile 2004-04-14 15:42:12.000000000 +0200 +@@ -745,8 +745,8 @@ K5INC=-I/usr/kerberos/include - SRPLIB=-L/usr/local/lib - SRPINC=-I/usr/local/include --SSLLIB=-L/usr/local/ssl/lib --SSLINC=-I/usr/local/ssl/include -+#SSLLIB=-L/usr/local/ssl/lib -+#SSLINC=-I/usr/local/ssl/include + SRPLIB=-L$(srproot)/lib + SRPINC=-I$(srproot)/include +-SSLLIB=-L$(sslroot)/ssl/lib +-SSLINC=-I$(sslroot)/ssl/include ++#SSLLIB=-L$(sslroot)/ssl/lib ++#SSLINC=-I$(sslroot)/ssl/include # # aix41+krb5+krb4: IBM AIX 4.1 with Kerberos IV and V # aix43gcc+krb5+krb4: IBM AIX 4.3 built with gcc, ditto -@@ -1773,6 +1773,16 @@ +@@ -1821,6 +1821,16 @@ -DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \ "LIBS= -lcurses -lcrypt -lm $(LIBS)" @@ -27,6 +27,6 @@ $NetBSD: patch-aa,v 1.6 2003/07/02 20:37:35 kim Exp $ + -DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \ + "LIBS= -lcurses -lcrypt $(SSLLIB) -lssl -lcrypto -lm $(LIBS)" + - #NetBSD 1.5.x in which the return type of the function pointer that is the + #NetBSD 1.5.x in which the return type of the function pointer that is the #third argument of tputs() was changed from void to int... The regular NetBSD #target builds OK here but this one eliminates the (harmless) warning. -- cgit v1.2.3