x11/viewres: Update to 1.0.8

PR:	287285
This commit is contained in:
mew14930xvi 2025-06-04 09:27:35 +09:00 committed by Emmanuel Vadot
parent 3d17bf0d58
commit 3c4c47dad6
3 changed files with 12 additions and 8 deletions

View File

@ -1,21 +1,20 @@
PORTNAME= viewres
PORTVERSION= 1.0.6
PORTREVISION= 1
DISTVERSION= 1.0.8
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Graphical class browser for Xt
WWW= https://gitlab.freedesktop.org/xorg/app/viewres
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xaw xmu xt
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xmu xorgproto xt
PLIST_FILES+= bin/viewres \
share/man/man1/viewres.1.gz \
share/X11/app-defaults/Viewres \
share/X11/app-defaults/Viewres-color
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566826645
SHA256 (xorg/app/viewres-1.0.6.tar.bz2) = 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934
SIZE (xorg/app/viewres-1.0.6.tar.bz2) = 135200
TIMESTAMP = 1747936576
SHA256 (xorg/app/viewres-1.0.8.tar.xz) = 4b221c2b103390b166633612b9abf8036cbbe90605dbd8a37cf2a377fa2b6cd2
SIZE (xorg/app/viewres-1.0.8.tar.xz) = 133288

View File

@ -1,2 +1,7 @@
This package contains viewres, a graphical class browser that displays
a tree showing the widget class hierarchy of the Athena Widget Set.
Each node in the tree can be expanded to show the resources that the
corresponding class adds (i.e. does not inherit from its parent) when a
widget is created. This application allows the user to visually examine
the structure and inherited resources for the Athena Widget Set.