x11/viewres: Update to 1.0.8
PR: 287285
This commit is contained in:
parent
3d17bf0d58
commit
3c4c47dad6
@ -1,21 +1,20 @@
|
|||||||
PORTNAME= viewres
|
PORTNAME= viewres
|
||||||
PORTVERSION= 1.0.6
|
DISTVERSION= 1.0.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
COMMENT= Graphical class browser for Xt
|
COMMENT= Graphical class browser for Xt
|
||||||
|
WWW= https://gitlab.freedesktop.org/xorg/app/viewres
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= xorg xorg-cat:app
|
USES= tar:xz xorg xorg-cat:app
|
||||||
USE_XORG= x11 xaw xmu xt
|
USE_XORG= x11 xaw xmu xorgproto xt
|
||||||
|
|
||||||
PLIST_FILES+= bin/viewres \
|
PLIST_FILES+= bin/viewres \
|
||||||
share/man/man1/viewres.1.gz \
|
share/man/man1/viewres.1.gz \
|
||||||
share/X11/app-defaults/Viewres \
|
share/X11/app-defaults/Viewres \
|
||||||
share/X11/app-defaults/Viewres-color
|
share/X11/app-defaults/Viewres-color
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1566826645
|
TIMESTAMP = 1747936576
|
||||||
SHA256 (xorg/app/viewres-1.0.6.tar.bz2) = 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934
|
SHA256 (xorg/app/viewres-1.0.8.tar.xz) = 4b221c2b103390b166633612b9abf8036cbbe90605dbd8a37cf2a377fa2b6cd2
|
||||||
SIZE (xorg/app/viewres-1.0.6.tar.bz2) = 135200
|
SIZE (xorg/app/viewres-1.0.8.tar.xz) = 133288
|
||||||
|
|||||||
@ -1,2 +1,7 @@
|
|||||||
This package contains viewres, a graphical class browser that displays
|
This package contains viewres, a graphical class browser that displays
|
||||||
a tree showing the widget class hierarchy of the Athena Widget Set.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user