x11/fstobdf: Update to 1.0.7

PR:	287841
This commit is contained in:
mew14930xvi 2025-06-27 09:31:16 +09:00 committed by Emmanuel Vadot
parent f5e6304fb7
commit ec226b5e93
3 changed files with 14 additions and 9 deletions

View File

@ -1,15 +1,17 @@
PORTNAME= fstobdf
PORTVERSION= 1.0.6
PORTREVISION= 1
DISTVERSION= 1.0.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Generate BDF font from X font server
WWW= https://gitlab.freedesktop.org/xorg/app/fstobdf
USES= xorg xorg-cat:app
USE_XORG= x11 libfs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz xorg xorg-cat:app
USE_XORG= libfs x11 xorgproto
PLIST_FILES= bin/fstobdf share/man/man1/fstobdf.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (xorg/app/fstobdf-1.0.6.tar.bz2) = 66cf550326c993e7043f260a8ec4a533a3bf9d8f0e7397a6fe9cca803732e92e
SIZE (xorg/app/fstobdf-1.0.6.tar.bz2) = 127170
TIMESTAMP = 1750931334
SHA256 (xorg/app/fstobdf-1.0.7.tar.xz) = 2624cbf071ccca89c2a6dadd65004784f478b2ba1c62b8209e03909954f36b50
SIZE (xorg/app/fstobdf-1.0.7.tar.xz) = 122432

View File

@ -1,2 +1,4 @@
This package contains fstobdf, a program for generating BDF fonts from
an X font server.
The fstobdf program reads a font from a font server and prints a BDF
file on the standard output that may be used to recreate the font.
This is useful in testing servers, debugging font metrics, and
reproducing lost BDF files.