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= x11@FreeBSD.org 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 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.