diff options
-rw-r--r-- | x11/fstobdf/Makefile | 12 | ||||
-rw-r--r-- | x11/fstobdf/distinfo | 5 | ||||
-rw-r--r-- | x11/fstobdf/pkg-descr | 6 |
3 files changed, 14 insertions, 9 deletions
diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index a44bf0026c68..7b6844ee74ae 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -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> diff --git a/x11/fstobdf/distinfo b/x11/fstobdf/distinfo index 34a2ed2df93b..b0cd194f4903 100644 --- a/x11/fstobdf/distinfo +++ b/x11/fstobdf/distinfo @@ -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 diff --git a/x11/fstobdf/pkg-descr b/x11/fstobdf/pkg-descr index e5adf2a0fc75..0ef467815802 100644 --- a/x11/fstobdf/pkg-descr +++ b/x11/fstobdf/pkg-descr @@ -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. |