mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-fonts/oldschool-pc-fonts: update to 2.2 and set MAINTAINER to submitter
PR: 255060 Submitted by: Evgeniy Khramtsov <evgeniy AT khramtsov DOT org>
This commit is contained in:
parent
e6fe83f677
commit
74285196e1
9
UPDATING
9
UPDATING
@ -38,6 +38,15 @@ you update your ports collection, before attempting any port upgrades.
|
||||
upgrading:
|
||||
https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible
|
||||
|
||||
20210414:
|
||||
AFFECTS: users of x11-fonts/oldschool-pc-fonts
|
||||
AUTHOR: evgeniy@khramtsov.org
|
||||
|
||||
x11-fonts/oldschool-pc-fonts has been upgraded to 2.2. This version
|
||||
changed names of many fonts. If you have configuration files with
|
||||
specific font names set, you need to update your configurations
|
||||
after upgrade.
|
||||
|
||||
20210406:
|
||||
AFFECTS: users of www/phpvirtualbox
|
||||
AUTHOR: dereks@lifeofadishwasher.com
|
||||
|
@ -1,11 +1,10 @@
|
||||
PORTNAME= oldschool-pc-fonts
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.2
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://int10h.org/${PORTNAME}/download/
|
||||
DISTNAME= ultimate_oldschool_pc_font_pack_v${DISTVERSION}
|
||||
MASTER_SITES= https://int10h.org/${PORTNAME}/download/
|
||||
DISTNAME= oldschool_pc_font_pack_v${DISTVERSION}_linux
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= evgeniy@khramtsov.org
|
||||
COMMENT= Ultimate Oldschool PC Font Pack
|
||||
|
||||
LICENSE= CC-BY-SA-4.0
|
||||
@ -18,9 +17,9 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
(cd ${WRKSRC}/'Px437 (TrueType - DOS charset)' && \
|
||||
${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
|
||||
(cd ${WRKSRC}/'PxPlus (TrueType - extended charset)' && \
|
||||
${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
|
||||
${INSTALL_DATA} ${WRKSRC}/*Bm*/*.otb ${STAGEDIR}${FONTSDIR}
|
||||
.for i in Ac Mx Px
|
||||
${INSTALL_DATA} ${WRKSRC}/*${i}*/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1474803533
|
||||
SHA256 (ultimate_oldschool_pc_font_pack_v1.0.zip) = 7666cf23176e34ea03a218b5c1500f4ad729d97150ab7bdb7cf2adf4c99a9a7a
|
||||
SIZE (ultimate_oldschool_pc_font_pack_v1.0.zip) = 1533806
|
||||
TIMESTAMP = 1618169275
|
||||
SHA256 (oldschool_pc_font_pack_v2.2_linux.zip) = b30dc3ecc9931ad2dd8be7517dd01813c8834a1911b582ab7643191b41a3d759
|
||||
SIZE (oldschool_pc_font_pack_v2.2_linux.zip) = 15319934
|
||||
|
@ -11,10 +11,10 @@ of various type styles from text-mode era PCs - in modern, multi-platform,
|
||||
Unicode-compatible TrueType form (plus straight bitmap versions).
|
||||
|
||||
Although the goal is to make it a complete resource, the main focus is on
|
||||
hardware character sets: the kind that's located in a ROM chip on the system
|
||||
board or graphics card, which is what you'd see by default when working in
|
||||
text (or graphics) mode. Software-loadable fonts are also within the scope of
|
||||
this collection (if associated with a particular machine or display system),
|
||||
so some of these have also made it in.
|
||||
hardware/firmware character sets: the kind that's located in a ROM chip on
|
||||
the system board or graphics card, which is what you'd see by default when
|
||||
working in text (or graphics) mode. Software-loadable fonts are also within
|
||||
the scope of this collection (if associated with a particular machine or
|
||||
display system), so some of these have also made it in.
|
||||
|
||||
WWW: http://int10h.org/oldschool-pc-fonts/
|
||||
WWW: https://int10h.org/oldschool-pc-fonts/
|
||||
|
9
x11-fonts/oldschool-pc-fonts/pkg-message
Normal file
9
x11-fonts/oldschool-pc-fonts/pkg-message
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{ type: upgrade
|
||||
maximum_version: "2.2"
|
||||
message: <<EOM
|
||||
If you upgrade from 1.0, be warned that many fonts had changed names,
|
||||
e.g. 'PxPlus IBM VGA' can now be 'PxPlus IBM VGA 9x16' or 'PxPlus IBM VGA 8x16'.
|
||||
EOM
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user