From 1e2dc7547310c7992da07133055733bad5887a63 Mon Sep 17 00:00:00 2001 From: mew14930xvi Date: Sat, 21 Jun 2025 09:08:47 +0900 Subject: [PATCH] x11/xgc: Update to 1.0.6 PR: 287696 --- x11/xgc/Makefile | 11 +++++------ x11/xgc/distinfo | 5 +++-- x11/xgc/pkg-descr | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/x11/xgc/Makefile b/x11/xgc/Makefile index ffd4f4c5cfce..6721469b7bdb 100644 --- a/x11/xgc/Makefile +++ b/x11/xgc/Makefile @@ -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 diff --git a/x11/xgc/distinfo b/x11/xgc/distinfo index e0b011e411a7..5dbfdceb544a 100644 --- a/x11/xgc/distinfo +++ b/x11/xgc/distinfo @@ -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 diff --git a/x11/xgc/pkg-descr b/x11/xgc/pkg-descr index 9a64a07f94aa..9bddc69288b4 100644 --- a/x11/xgc/pkg-descr +++ b/x11/xgc/pkg-descr @@ -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.