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

x11-fonts/libXfont2: Update to 2.0.7

Update COMMENT, WWW, LICENSE and pkg-descr.

This release cleans out remnants of support for archiac platforms,
improves handling of font server reconnection, fixes several issues
found by static analysis, and updates some build checks.

https://lists.x.org/archives/xorg-announce/2024-August/003523.html

PR:		287459
Approved by:	x11 (arrowd)
Approved by:	fluffy (mentor)
This commit is contained in:
Kousuke Kannagi
2026-03-23 14:14:59 +09:00
parent 13df578a72
commit 11bc3b85ef
3 changed files with 13 additions and 8 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
PORTNAME= libXfont2
PORTVERSION= 2.0.6
DISTVERSION= 2.0.7
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
WWW= https://www.freedesktop.org/Software/xlibs
COMMENT= X font handling library for server & utilities
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
LICENSE= MIT BSD3CLAUSE
LICENSE= MIT BSD4CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1716926731
SHA256 (xorg/lib/libXfont2-2.0.6.tar.xz) = 74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4
SIZE (xorg/lib/libXfont2-2.0.6.tar.xz) = 446848
TIMESTAMP = 1747543866
SHA256 (xorg/lib/libXfont2-2.0.7.tar.xz) = 8b7b82fdeba48769b69433e8e3fbb984a5f6bf368b0d5f47abeec49de3e58efb
SIZE (xorg/lib/libXfont2-2.0.7.tar.xz) = 453012
+6 -1
View File
@@ -1 +1,6 @@
This package contains the X font libary
libXfont provides the core of the legacy X11 font system, handling the
index files (fonts.dir, fonts.alias, fonts.scale), the various font
file formats, and rasterizing them. It is used by the X display servers
(Xorg, Xvfb, etc.) and the X Font Server (xfs), but should not be used
by normal X11 clients. X11 clients access fonts via either the new APIs
in libXft, or the legacy APIs in libX11.