Received: by mail.netbsd.org (Postfix, from userid 605) id D14FF84EC5; Mon, 11 Jul 2022 19:43:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16FE084E8E for ; Mon, 11 Jul 2022 19:43:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3uz5WykaZDbt for ; Mon, 11 Jul 2022 19:43:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7EF6D84D0E for ; Mon, 11 Jul 2022 19:43:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C5E3FB1A; Mon, 11 Jul 2022 19:43:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657568620199600" MIME-Version: 1.0 Date: Mon, 11 Jul 2022 19:43:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xwud To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220711194340.7C5E3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657568620199600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 11 19:43:40 UTC 2022 Modified Files: pkgsrc/x11/xwud: DESCR Makefile distinfo Log Message: xwud: update to 1.0.6. Alan Coopersmith (5): Update README for gitlab migration Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 xwud 1.0.6 scrouthtv (1): Added case for window_name_size == 0 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/xwud/DESCR cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xwud/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwud/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657568620199600 Content-Disposition: inline Content-Length: 1995 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xwud/DESCR diff -u pkgsrc/x11/xwud/DESCR:1.1.1.1 pkgsrc/x11/xwud/DESCR:1.2 --- pkgsrc/x11/xwud/DESCR:1.1.1.1 Sun Feb 11 01:22:51 2007 +++ pkgsrc/x11/xwud/DESCR Mon Jul 11 19:43:40 2022 @@ -1,4 +1,4 @@ -Display an XWD X Window Dump image format file such as created by -xwd(1). +xwud allows X users to display in a window an image saved in a +specially formatted dump file, such as produced by xwd. This is from the modular X.org project. Index: pkgsrc/x11/xwud/Makefile diff -u pkgsrc/x11/xwud/Makefile:1.10 pkgsrc/x11/xwud/Makefile:1.11 --- pkgsrc/x11/xwud/Makefile:1.10 Sat Jan 18 23:36:13 2020 +++ pkgsrc/x11/xwud/Makefile Mon Jul 11 19:43:40 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:13 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2022/07/11 19:43:40 wiz Exp $ -DISTNAME= xwud-1.0.5 +DISTNAME= xwud-1.0.6 CATEGORIES= x11 graphics MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= reed@reedmedia.net HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xwud/distinfo diff -u pkgsrc/x11/xwud/distinfo:1.7 pkgsrc/x11/xwud/distinfo:1.8 --- pkgsrc/x11/xwud/distinfo:1.7 Tue Oct 26 11:35:00 2021 +++ pkgsrc/x11/xwud/distinfo Mon Jul 11 19:43:40 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:35:00 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/07/11 19:43:40 wiz Exp $ -BLAKE2s (xwud-1.0.5.tar.bz2) = ca503fbc6dae74348b71f9ed7cfddd044aed9c0cee0fd9a6ee56350f6feaacc6 -SHA512 (xwud-1.0.5.tar.bz2) = 27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184 -Size (xwud-1.0.5.tar.bz2) = 133376 bytes +BLAKE2s (xwud-1.0.6.tar.xz) = a0e194be12211c754857d717cf50d25c0d69d996a2297649fad360aa2833a00f +SHA512 (xwud-1.0.6.tar.xz) = a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9 +Size (xwud-1.0.6.tar.xz) = 126696 bytes --_----------=_1657568620199600--