x11/xwd: Update to 1.0.9

PR:	287413
This commit is contained in:
mew14930xvi 2025-06-10 13:15:10 +09:00 committed by Emmanuel Vadot
parent 82c0daec32
commit 0865a639f4
3 changed files with 12 additions and 9 deletions

View File

@ -1,17 +1,17 @@
PORTNAME= xwd
PORTVERSION= 1.0.8
PORTREVISION= 1
DISTVERSION= 1.0.9
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Dump an image of an X window
WWW= https://gitlab.freedesktop.org/xorg/app/xwd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xkbfile
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xkbfile xorgproto
PLIST_FILES= bin/xwd share/man/man1/xwd.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1656486661
SHA256 (xorg/app/xwd-1.0.8.tar.bz2) = fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b
SIZE (xorg/app/xwd-1.0.8.tar.bz2) = 151153
TIMESTAMP = 1748282707
SHA256 (xorg/app/xwd-1.0.9.tar.xz) = dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f
SIZE (xorg/app/xwd-1.0.9.tar.xz) = 141940

View File

@ -1 +1,4 @@
This package contains xwd, which is an X Window System window dumping utility.
Xwd is an X Window System window dumping utility. Xwd allows X users
to store window images in a specially formatted dump file. This file
can then be read by various other X utilities for redisplay, printing,
editing, formatting, archiving, image processing, etc.