Skip to content

Commit

Permalink
x11-fonts/ibmfonts: Update to 0.2.0
Browse files Browse the repository at this point in the history
Both previously optional patches were incorporated upstream, so the port
options are gone.
  • Loading branch information
Zirias committed Feb 27, 2024
1 parent 9e1a832 commit 903018f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 66 deletions.
21 changes: 4 additions & 17 deletions x11-fonts/ibmfonts/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ibmfonts
DISTVERSION= 0.1
CATEGORIES= x11-fonts
PORTNAME= ibmfonts
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= x11-fonts

MAINTAINER= zirias@FreeBSD.org
COMMENT= IBM Fonts in PCF format
Expand All @@ -23,18 +24,4 @@ CONFIGURE_ARGS= --bsd-make \

NO_ARCH= yes

OPTIONS_DEFINE= VT100 XFTFIX
OPTIONS_DEFAULT= VT100 XFTFIX
VT100_DESC= Remove glyphs at 00-1F confusable for VT100 drawing
XFTFIX_DESC= Fix Xft names removing repeated IBM in FAMILY_NAME

post-patch-VT100-on:
@${REINPLACE_CMD} \
-e 's/CHARS 782/CHARS 750/' -e 's/uni0000.*/space/' \
-e '/ENCODING 0/,/STARTCHAR space/d' ${WRKSRC}/bdf/*.bdf

post-patch-XFTFIX-on:
@${REINPLACE_CMD} \
's/FAMILY_NAME "IBM /FAMILY_NAME "/' ${WRKSRC}/bdf/*.bdf

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-fonts/ibmfonts/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1708027202
SHA256 (farsil-ibmfonts-0.1_GH0.tar.gz) = 86f6d295561947f7e0a42e6e2bd405f63625095353468c6a6e752c0cba727dc9
SIZE (farsil-ibmfonts-0.1_GH0.tar.gz) = 253247
TIMESTAMP = 1709030618
SHA256 (farsil-ibmfonts-v0.2.0_GH0.tar.gz) = 70f9d9d668c304916b0ab2601564ff303720526d090b5929ab712d777420a653
SIZE (farsil-ibmfonts-v0.2.0_GH0.tar.gz) = 243979
45 changes: 0 additions & 45 deletions x11-fonts/ibmfonts/files/patch-configure

This file was deleted.

2 changes: 1 addition & 1 deletion x11-fonts/ibmfonts/pkg-descr
@@ -1,6 +1,6 @@
A collection of monospaced, bitmap fonts in BDF format that origin from IBM
text mode and system fonts. They include extended latin, greek, cyrillic and
hebrew scripts and several extra characters, for a total of 782 glyphs each.
hebrew scripts and several extra characters, for a total of 750 glyphs each.
The fonts are in BDF 2.1 format and fully compatible with applications that
make use of either Xft or XLFD.

Expand Down

0 comments on commit 903018f

Please sign in to comment.