diff --git a/x11-fonts/libXfont2/Makefile b/x11-fonts/libXfont2/Makefile index cea467555636..be9254ca7a82 100644 --- a/x11-fonts/libXfont2/Makefile +++ b/x11-fonts/libXfont2/Makefile @@ -1,24 +1,24 @@ 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 LIB_DEPENDS= libfreetype.so:print/freetype2 USES= tar:xz xorg xorg-cat:lib USE_XORG= xorgproto xtrans fontenc INSTALL_TARGET= install-strip #USES+= cpe #CPE_PRODUCT= libxfont #CPE_VENDOR= x CONFIGURE_ARGS=--without-xmlto --disable-devel-docs --without-fop .include diff --git a/x11-fonts/libXfont2/distinfo b/x11-fonts/libXfont2/distinfo index 318d1a7c6488..3c3bfc31e46e 100644 --- a/x11-fonts/libXfont2/distinfo +++ b/x11-fonts/libXfont2/distinfo @@ -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 diff --git a/x11-fonts/libXfont2/pkg-descr b/x11-fonts/libXfont2/pkg-descr index 28265742c6ca..d772ddc3f28a 100644 --- a/x11-fonts/libXfont2/pkg-descr +++ b/x11-fonts/libXfont2/pkg-descr @@ -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.