1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

x11/xfd: Update to 1.1.5

Add WWW.
Remove BUILD_DEPENDS and RUN_DEPENDS.
Update LIB_DEPENDS.
Use meson.
Update pkg-descr.

https://lists.x.org/archives/xorg-announce/2026-January/003656.html

PR:		292840
Approved by:	x11 (arrowd)
Approved by:	fluffy (mentor)
This commit is contained in:
Kousuke Kannagi
2026-02-17 09:01:32 +09:00
parent eaafb1ecf0
commit 87c81c4776
3 changed files with 10 additions and 14 deletions
+5 -9
View File
@@ -1,22 +1,18 @@
PORTNAME= xfd
PORTVERSION= 1.1.4
DISTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Display all characters in an X font
WWW= https://gitlab.freedesktop.org/xorg/app/xfd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2
BUILD_DEPENDS= fc-cache:x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:x11-fonts/fontconfig
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
EXTRACT_SUFX= .tar.xz
USES= xorg xorg-cat:app
USE_XORG= x11 xft xkbfile xmu xrender xt xaw
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= tar:xz xorg xorg-cat:app,meson
USE_XORG= x11 xaw xft xkbfile xmu xorgproto xrender xt
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1670268247
SHA256 (xorg/app/xfd-1.1.4.tar.xz) = d5470ffb66fd45a1e1b03d6df01f12d4caf0cf675cde0345cda237243e9076fd
SIZE (xorg/app/xfd-1.1.4.tar.xz) = 134648
TIMESTAMP = 1769508928
SHA256 (xorg/app/xfd-1.1.5.tar.xz) = 9048aafba291e3baaab2e76fc298195ec58d82827649b9ee60af6838a1059475
SIZE (xorg/app/xfd-1.1.5.tar.xz) = 140548
+2 -2
View File
@@ -1,2 +1,2 @@
This package contains xfd, an applications used for displying all
characters in an X font.
This package contains xfd, an application used to display all
characters in a font using either the X11 core protocol or libXft2.