diff options
Diffstat (limited to 'x11/xwd')
-rw-r--r-- | x11/xwd/Makefile | 10 | ||||
-rw-r--r-- | x11/xwd/distinfo | 6 | ||||
-rw-r--r-- | x11/xwd/pkg-descr | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index 1a79453fb3a9..5ae1256c0484 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -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> diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index 63e555870cf9..09bace00dfe4 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -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 diff --git a/x11/xwd/pkg-descr b/x11/xwd/pkg-descr index 2741facba11b..99409c7eb393 100644 --- a/x11/xwd/pkg-descr +++ b/x11/xwd/pkg-descr @@ -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. |