diff --git a/x11-fonts/fonttosfnt/Makefile b/x11-fonts/fonttosfnt/Makefile index 3d83977a7163..5fab0c0a2d6a 100644 --- a/x11-fonts/fonttosfnt/Makefile +++ b/x11-fonts/fonttosfnt/Makefile @@ -1,22 +1,19 @@ PORTNAME= fonttosfnt -PORTVERSION= 1.2.2 -PORTREVISION= 1 +DISTVERSION= 1.2.5 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org -COMMENT= Wrap a bitmap font in a sftn wrapper -WWW= https://www.x.org/ +COMMENT= Wrap a bitmap font in a sfnt (OpenType) wrapper +WWW= https://gitlab.freedesktop.org/xorg/app/fonttosfnt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= xorg xorg-cat:app +USES= tar:xz xorg xorg-cat:app USE_XORG= xorgproto fontenc -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share - PLIST_FILES= bin/fonttosfnt share/man/man1/fonttosfnt.1.gz .include diff --git a/x11-fonts/fonttosfnt/distinfo b/x11-fonts/fonttosfnt/distinfo index 841ed54f5758..b92d2ab25600 100644 --- a/x11-fonts/fonttosfnt/distinfo +++ b/x11-fonts/fonttosfnt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486878 -SHA256 (xorg/app/fonttosfnt-1.2.2.tar.bz2) = 1a1bb4ef25856dea7de3d491ae7231493225b400bee0f6a1f949017ffd203a64 -SIZE (xorg/app/fonttosfnt-1.2.2.tar.bz2) = 146855 +TIMESTAMP = 1767242138 +SHA256 (xorg/app/fonttosfnt-1.2.5.tar.xz) = 2e251e66e8753c08aa280b26fd4a10d0d88e7d9bba5c8aac3d3fb36705e5918e +SIZE (xorg/app/fonttosfnt-1.2.5.tar.xz) = 144844 diff --git a/x11-fonts/fonttosfnt/pkg-descr b/x11-fonts/fonttosfnt/pkg-descr index 759251698c87..04bb4dac85b3 100644 --- a/x11-fonts/fonttosfnt/pkg-descr +++ b/x11-fonts/fonttosfnt/pkg-descr @@ -1,2 +1,3 @@ -This package contains fonttosfnt, an application used for wrapping a bitmap -font in a sfnt (TrueType) wrapper. +Fonttosfnt wraps a set of bdf or pcf bitmap fonts in a sfnt (TrueType or +OpenType) wrapper. If no font is specified, a BDF font is read from +standard input (stdin).