git: 35add8b926a9 - main - x11-fonts/showfont: Update to 1.0.7
Kousuke Kannagi <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a7618e6.323cf.3aab5526__5804.05944944999$1786124534$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=35add8b926a9c6d6e4079c848c17935ab18ede4b commit 35add8b926a9c6d6e4079c848c17935ab18ede4b Author: Kousuke Kannagi <[email protected]> AuthorDate: 2025-06-22 01:19:11 +0000 Commit: Kousuke Kannagi <[email protected]> CommitDate: 2026-08-07 17:40:39 +0000 x11-fonts/showfont: Update to 1.0.7 Update WWW and pkg-descr. Add LICENSE. https://lists.x.org/archives/xorg-announce/2022-August/003207.html https://lists.x.org/archives/xorg-announce/2025-May/003602.html PR: 287714 Approved by: x11 (arrowd) Approved by: fluffy (mentor) --- x11-fonts/showfont/Makefile | 12 ++++++------ x11-fonts/showfont/distinfo | 5 +++-- x11-fonts/showfont/pkg-descr | 4 +++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index 03d845d0cdbe..14c8ff57e6d9 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -1,16 +1,16 @@ PORTNAME= showfont -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11-fonts MAINTAINER= [email protected] COMMENT= Font dumper for the X font server -WWW= https://www.x.org/ +WWW= https://gitlab.freedesktop.org/xorg/app/showfont -USES= xorg xorg-cat:app -USE_XORG= libfs xorgproto +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= libfs xorgproto PLIST_FILES= bin/showfont share/man/man1/showfont.1.gz diff --git a/x11-fonts/showfont/distinfo b/x11-fonts/showfont/distinfo index c653380d2a8d..fcee7c4973bd 100644 --- a/x11-fonts/showfont/distinfo +++ b/x11-fonts/showfont/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/showfont-1.0.5.tar.bz2) = e9735c1c530b8a52edfab7415cc0fd7f8d2889095114f4cb689a27476461ac89 -SIZE (xorg/app/showfont-1.0.5.tar.bz2) = 125618 +TIMESTAMP = 1748278052 +SHA256 (xorg/app/showfont-1.0.7.tar.xz) = 8f725d641c12ef07746d16c892240823eccd045444a1ea182eddf229cc178fe7 +SIZE (xorg/app/showfont-1.0.7.tar.xz) = 125460 diff --git a/x11-fonts/showfont/pkg-descr b/x11-fonts/showfont/pkg-descr index 02b8fdaa19fd..9c3db2feebf4 100644 --- a/x11-fonts/showfont/pkg-descr +++ b/x11-fonts/showfont/pkg-descr @@ -1 +1,3 @@ -This package contains showfont, a font dumper for the X font server. +Showfont displays data about a font from an X font server. +The information shown includes font information, font properties, +character metrics, and character bitmaps.