summaryrefslogtreecommitdiff
path: root/x11/viewres
diff options
context:
space:
mode:
Diffstat (limited to 'x11/viewres')
-rw-r--r--x11/viewres/Makefile9
-rw-r--r--x11/viewres/distinfo6
-rw-r--r--x11/viewres/pkg-descr5
3 files changed, 12 insertions, 8 deletions
diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile
index ef3b9e959ab1..72499f5377e5 100644
--- a/x11/viewres/Makefile
+++ b/x11/viewres/Makefile
@@ -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>
diff --git a/x11/viewres/distinfo b/x11/viewres/distinfo
index e3710a1a41be..7b5467293e46 100644
--- a/x11/viewres/distinfo
+++ b/x11/viewres/distinfo
@@ -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
diff --git a/x11/viewres/pkg-descr b/x11/viewres/pkg-descr
index d334bb9e5464..aa58fb1f0e1c 100644
--- a/x11/viewres/pkg-descr
+++ b/x11/viewres/pkg-descr
@@ -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.