diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-11 19:43:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-11 19:43:40 +0000 |
commit | 81b0ef08a24a3e26dce15f34528571fc25a6ffe5 (patch) | |
tree | 7e1eae9ae867d5d19ab783219b922d2fa737a354 | |
parent | 5954df4d5f51bd577b43bf2294975eff16425972 (diff) | |
download | pkgsrc-81b0ef08a24a3e26dce15f34528571fc25a6ffe5.tar.gz |
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
-rw-r--r-- | x11/xwud/DESCR | 4 | ||||
-rw-r--r-- | x11/xwud/Makefile | 6 | ||||
-rw-r--r-- | x11/xwud/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/xwud/DESCR b/x11/xwud/DESCR index 29cf9a53fb2..b3cb7a7def1 100644 --- a/x11/xwud/DESCR +++ b/x11/xwud/DESCR @@ -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. diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index 8985ea4301c..03628dde8b4 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -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/ diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo index 176d988eb3b..a4eac53da5a 100644 --- a/x11/xwud/distinfo +++ b/x11/xwud/distinfo @@ -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 |