pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/gkermit



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sat Jan  1 18:53:02 UTC 2022

Modified Files:
        pkgsrc/comms/gkermit: Makefile distinfo
Removed Files:
        pkgsrc/comms/gkermit/patches: patch-aa

Log Message:
comms/gkermit: update to 2.01

Version 1.00 : 25 December 1999
Version 2.00 : 26 May 2021

Version 2.00 is identical to 1.00 except that the source code has
been tailored to build successfully on modern Unix platforms.

November 14, 2021... G-Kermit 2.01 - a few more adjustments to our
ever-changing Unix APIs.

  .................................
  Wed May 26 08:47:48 2021:
  In the years following the initial rlease of this program, which was
  designed to be eternal, the C libraries and header files changed and
  changed and changed to the extent that in 2021 G-Kermit 1.0 ccan't be
  built at all an most Unix platforms, and even on those where a functional
  executable is generated, dozens or hundreds of warnings are issued.
  This, for code that generated zero warnings or errors when compiled
  in 1999.  Thus version 2.0 of May 26, 2021.  The only changes are:

  1. The version identification just below, and:
  2. The inclusion of four previously unneeded header files in gkermit.h.

  .................................
  Mon Nov 15 08:31:48 2021:
  From Kenji Rikitake, two patches added to gkermit.h for macOS with Xcode:

  1. macOS with Xcode has no <malloc.h>
  2. macOS with Xcode has the prototype of sleep() in <unistd.h>
  Conditional if(n)def with __APPLE__ flag, dedicated for macOS.

  It seems unistd.h is now required on many platforms; I now #include it
  in all builds by default; to suppress the #include on platforms that
  don't have unistd.h, do: make "KFLAGS=-DNOUNISTD" ...


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/gkermit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/gkermit/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/comms/gkermit/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/gkermit/Makefile
diff -u pkgsrc/comms/gkermit/Makefile:1.29 pkgsrc/comms/gkermit/Makefile:1.30
--- pkgsrc/comms/gkermit/Makefile:1.29  Wed Apr 21 09:03:45 2021
+++ pkgsrc/comms/gkermit/Makefile       Sat Jan  1 18:53:02 2022
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2021/04/21 09:03:45 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/01/01 18:53:02 rhialto Exp $
 
-DISTNAME=      gku100
-PKGNAME=       gkermit-1.00
-PKGREVISION=   1
+DISTNAME=      gku201
+PKGNAME=       gkermit-2.01
 CATEGORIES=    comms
-MASTER_SITES=  # ftp://kermit.columbia.edu/kermit/archives/
+MASTER_SITES=  https://www.kermitproject.org/ftp/kermit/archives/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.columbia.edu/kermit/gkermit.html
+HOMEPAGE=      https://www.kermitproject.org/gkermit.html
 COMMENT=       Minimal implementation of the ``kermit'' protocol (GPL'd)
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}
 BUILD_TARGET=  posix

Index: pkgsrc/comms/gkermit/distinfo
diff -u pkgsrc/comms/gkermit/distinfo:1.9 pkgsrc/comms/gkermit/distinfo:1.10
--- pkgsrc/comms/gkermit/distinfo:1.9   Tue Oct 26 10:05:59 2021
+++ pkgsrc/comms/gkermit/distinfo       Sat Jan  1 18:53:02 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:05:59 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/01/01 18:53:02 rhialto Exp $
 
-BLAKE2s (gku100.tar.gz) = 26608f871dad28e9b8a632f66d859717a28bcb934f9b1cffbf74364d19d1dc68
-SHA512 (gku100.tar.gz) = 7dd8476b9f92b3a5453493486313cf6f2018b698f0c2d7076a7bfaf4be3ff94024602a41495449591bd0c5ca699b324205847ce1b3498e27c418c0a0175cf64f
-Size (gku100.tar.gz) = 62195 bytes
-SHA1 (patch-aa) = 7fd1df0ac08751ae01f3ca16032a672bdba99675
+BLAKE2s (gku201.tar.gz) = 9013ac67c575d3d3cdc16051f9db95a2b89bf1fd4ab07ee065430b0ec6831f62
+SHA512 (gku201.tar.gz) = df44f55fc1444518599f0d06b1473c35d80bbc8e26c8f1d9bf57fc958b9601b270a29ebcc33b0c5e080e23461afcc6689b94694254cd8c460d1fb2c8a37711cf
+Size (gku201.tar.gz) = 62877 bytes



Home | Main Index | Thread Index | Old Index