diff options
Diffstat (limited to 'x11/xwud')
-rw-r--r-- | x11/xwud/Makefile | 12 | ||||
-rw-r--r-- | x11/xwud/distinfo | 6 | ||||
-rw-r--r-- | x11/xwud/pkg-descr | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index d299b322a123..4ae47ac2f19a 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,15 +1,17 @@ PORTNAME= xwud -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Image displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwud -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xwud share/man/man1/xwud.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo index dfe5f7da76dc..285cf19ae8dc 100644 --- a/x11/xwud/distinfo +++ b/x11/xwud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525893592 -SHA256 (xorg/app/xwud-1.0.5.tar.bz2) = 99997051f8a892313f22edf41dab45864e86e7062ee9012d5dbb6a40fc6b10a9 -SIZE (xorg/app/xwud-1.0.5.tar.bz2) = 133376 +TIMESTAMP = 1748281921 +SHA256 (xorg/app/xwud-1.0.7.tar.xz) = e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e +SIZE (xorg/app/xwud-1.0.7.tar.xz) = 129736 diff --git a/x11/xwud/pkg-descr b/x11/xwud/pkg-descr index 544f59909884..e85b362f27e1 100644 --- a/x11/xwud/pkg-descr +++ b/x11/xwud/pkg-descr @@ -1 +1,3 @@ -This package contains xwud, an image displayer for the X Window System. +Xwud is an X Window System image undumping utility. Xwud allows X users +to display in a window an image saved in a specially formatted dump +file, such as produced by xwd. |