pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/twm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  2 19:03:58 UTC 2022

Modified Files:
        pkgsrc/wm/twm: Makefile distinfo

Log Message:
twm: update to 1.0.12.

Alan Coopersmith (3):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      twm 1.0.12

Thomas E. Dickey (21):
      issue #1: twm random window placement handles large windows poorly
      eliminate a fixed-size buffer in Execute() function.
      use Debian's package-files as starting point for test-packages
      updated patch to work with code, reflect a change made in 2016...
      adapted/updated patch from Debian #956434
      adapted/updated patch from Debian #956434
      eliminate some unnecessary(?) goto statements
      add "-V" version-message
      allow most options to be long/abbreviatable for consistency,
      remove clutter not needed with Xorg
      fix the cppcheck style- and format-warnings
      add/use functions to make warning messages more consistently use the program name as a prefix
      use new warning-message functions in the remaining places where suitable,
      make the "-V" version print less cluttered (and more like most programs)
      add/use new function parseWarning, which honors -v/-q options
      indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which
      include twm.h in header files which rely upon its definitions
      X11R5 change lost the update for yylineno needed to make parse messages
      mention newer behavior of -q/-v options
      issue #8: twm displays all windows as "Untitled"
      quiet a misleading warning in grammar


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/twm/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/wm/twm/distinfo

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

Modified files:

Index: pkgsrc/wm/twm/Makefile
diff -u pkgsrc/wm/twm/Makefile:1.13 pkgsrc/wm/twm/Makefile:1.14
--- pkgsrc/wm/twm/Makefile:1.13 Mon Jun 15 07:22:10 2020
+++ pkgsrc/wm/twm/Makefile      Sat Apr  2 19:03:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/06/15 07:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/02 19:03:58 wiz Exp $
 
-DISTNAME=      twm-1.0.11
+DISTNAME=      twm-1.0.12
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/wm/twm/distinfo
diff -u pkgsrc/wm/twm/distinfo:1.11 pkgsrc/wm/twm/distinfo:1.12
--- pkgsrc/wm/twm/distinfo:1.11 Tue Oct 26 11:25:19 2021
+++ pkgsrc/wm/twm/distinfo      Sat Apr  2 19:03:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:25:19 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/02 19:03:58 wiz Exp $
 
-BLAKE2s (twm-1.0.11.tar.xz) = 09b4358d1babe643bb0cd6f9483a168432d3a582fb8c1db4b23cb9be7ea8eb6d
-SHA512 (twm-1.0.11.tar.xz) = 948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d
-Size (twm-1.0.11.tar.xz) = 261176 bytes
+BLAKE2s (twm-1.0.12.tar.xz) = ce4ab945e419d0aebd52bb5dca129b7109d610988e11aea2e42d3510fb1da504
+SHA512 (twm-1.0.12.tar.xz) = f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260
+Size (twm-1.0.12.tar.xz) = 262624 bytes



Home | Main Index | Thread Index | Old Index