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:
+5
-9
@@ -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
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user