x11/xgc: Update to 1.0.6

PR:	287696
This commit is contained in:
mew14930xvi 2025-06-21 09:08:47 +09:00 committed by Emmanuel Vadot
parent e4d88e28ea
commit 1e2dc75473
3 changed files with 12 additions and 10 deletions

View File

@ -1,16 +1,15 @@
PORTNAME= xgc
PORTVERSION= 1.0.5
PORTREVISION= 1
DISTVERSION= 1.0.6
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X graphics demo
WWW= https://gitlab.freedesktop.org/xorg/app/xgc/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= xt xaw
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xorgproto xt
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (xorg/app/xgc-1.0.5.tar.bz2) = 14828d9bda358ad57efc0206bc416ee33ba542091edb186485cca5389adc2f5e
SIZE (xorg/app/xgc-1.0.5.tar.bz2) = 188307
TIMESTAMP = 1750059089
SHA256 (xorg/app/xgc-1.0.6.tar.xz) = 7b87bbdbce4ec858738a3b81b8a3943aff01036001e2a1d00bb5384392a8b240
SIZE (xorg/app/xgc-1.0.6.tar.xz) = 177228

View File

@ -1,2 +1,4 @@
This package contains xgc, which is a program that demonstrates various
features of the X graphics primitives.
The xgc program demonstrates various features of the X11 core protocol
graphics primitives. In X, most of the details about the graphics to be
generated are stored in a resource called a graphics context (GC). The
xgc program provides a user interface for setting various GC components.