git: a3f50fc2f48d - main - x11-fonts/bdftopcf: Update to 1.1.2
Kousuke Kannagi <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3f50fc2f48d646270e56b5cd1b6e171c9bf4606 commit a3f50fc2f48d646270e56b5cd1b6e171c9bf4606 Author: Kousuke Kannagi <[email protected]> AuthorDate: 2025-06-18 00:06:23 +0000 Commit: Kousuke Kannagi <[email protected]> CommitDate: 2026-08-07 17:38:52 +0000 x11-fonts/bdftopcf: Update to 1.1.2 Update WWW and pkg-descr. https://lists.x.org/archives/xorg-announce/2022-October/003223.html https://lists.x.org/archives/xorg-announce/2024-October/003542.html PR: 287617 Approved by: x11 (arrowd) Approved by: fluffy (mentor) --- x11-fonts/bdftopcf/Makefile | 10 +++------- x11-fonts/bdftopcf/distinfo | 6 +++--- x11-fonts/bdftopcf/pkg-descr | 9 +++++++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/x11-fonts/bdftopcf/Makefile b/x11-fonts/bdftopcf/Makefile index 8a2bcd958b59..d1dd493fe9b0 100644 --- a/x11-fonts/bdftopcf/Makefile +++ b/x11-fonts/bdftopcf/Makefile @@ -1,21 +1,17 @@ PORTNAME= bdftopcf -PORTVERSION= 1.1 -PORTREVISION= 3 +DISTVERSION= 1.1.2 CATEGORIES= x11-fonts MAINTAINER= [email protected] COMMENT= Convert X font from BDF to PCF -WWW= https://www.x.org/archive/X11R6.8.1/doc/bdftopcf.1.html +WWW= https://gitlab.freedesktop.org/xorg/util/bdftopcf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= localbase xorg xorg-cat:app - +USES= tar:xz xorg xorg-cat:util USE_XORG= xorgproto -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share - PLIST_FILES= bin/bdftopcf share/man/man1/bdftopcf.1.gz .include <bsd.port.mk> diff --git a/x11-fonts/bdftopcf/distinfo b/x11-fonts/bdftopcf/distinfo index 31505d172804..4331b1384a3d 100644 --- a/x11-fonts/bdftopcf/distinfo +++ b/x11-fonts/bdftopcf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513527865 -SHA256 (xorg/app/bdftopcf-1.1.tar.bz2) = 4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2 -SIZE (xorg/app/bdftopcf-1.1.tar.bz2) = 150815 +TIMESTAMP = 1748290721 +SHA256 (xorg/util/bdftopcf-1.1.2.tar.xz) = bc60be5904330faaa3ddd2aed7874bee2f29e4387c245d6787552f067eb0523a +SIZE (xorg/util/bdftopcf-1.1.2.tar.xz) = 146188 diff --git a/x11-fonts/bdftopcf/pkg-descr b/x11-fonts/bdftopcf/pkg-descr index fca44ebca0c2..ae6ab6c01899 100644 --- a/x11-fonts/bdftopcf/pkg-descr +++ b/x11-fonts/bdftopcf/pkg-descr @@ -1,2 +1,7 @@ -This package contains bdftopcf, a font compiler for the X server and font -server. +Bdftopcf is a font compiler for the X server and font server. + +Fonts in Portable Compiled Format can be read by any architecture, +although the file is structured to allow one particular architecture +to read them directly without reformatting. This allows fast reading +on the appropriate machine, but the files are still portable (but +read more slowly) on other machines.