aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-30 18:03:16 +0800
committerJan Beich <jbeich@FreeBSD.org>2016-09-30 18:03:16 +0800
commit5e4d2252531a4de81f2dc9fbf807bb2aa27f5c1b (patch)
tree2b51604a2b69be5eef1319a4fc747cd01010b4c6
parentf458bb3de99d0445f60a68396b6e56631f8d5281 (diff)
downloadfreebsd-ports-gnome-5e4d2252531a4de81f2dc9fbf807bb2aa27f5c1b.tar.gz
freebsd-ports-gnome-5e4d2252531a4de81f2dc9fbf807bb2aa27f5c1b.tar.zst
freebsd-ports-gnome-5e4d2252531a4de81f2dc9fbf807bb2aa27f5c1b.zip
x11-fonts/oldschool-pc-fonts: add new port
PR: 212984 Submitted by: matthew@reztek.cz The Ultimate Oldschool PC Font Pack started out with the idea of paying tribute to ancient PCs and their bitmapped, pre-GUI typography (if you can call it that). It was inspired by similar efforts that cover other vintage machines: classic system fonts from the Amiga, C64, Apple II, Mac, ZX Spectrum, Atari 8-bit/ST etc. are all celebrated. On the other hand, the IBM PC and its clones seem to get little love... except for that one VGA text mode font (which has been remade numerous times, to varying degrees of success). This collection is here to remedy that, and to bring you pixel-perfect remakes 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. http://int10h.org/oldschool-pc-fonts/
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/oldschool-pc-fonts/Makefile27
-rw-r--r--x11-fonts/oldschool-pc-fonts/distinfo3
-rw-r--r--x11-fonts/oldschool-pc-fonts/pkg-descr20
-rw-r--r--x11-fonts/oldschool-pc-fonts/pkg-plist104
5 files changed, 155 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index b4693fe05114..b596268682e4 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -144,6 +144,7 @@
SUBDIR += noto
SUBDIR += noto-lite
SUBDIR += nucleus
+ SUBDIR += oldschool-pc-fonts
SUBDIR += p5-Font-AFM
SUBDIR += p5-Font-TTF
SUBDIR += p5-Font-TTFMetrics
diff --git a/x11-fonts/oldschool-pc-fonts/Makefile b/x11-fonts/oldschool-pc-fonts/Makefile
new file mode 100644
index 000000000000..09cae6e46099
--- /dev/null
+++ b/x11-fonts/oldschool-pc-fonts/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= oldschool-pc-fonts
+PORTVERSION= 1.0
+CATEGORIES= x11-fonts
+MASTER_SITES= http://int10h.org/${PORTNAME}/download/
+DISTNAME= ultimate_oldschool_pc_font_pack_v${DISTVERSION}
+
+MAINTAINER= matthew@reztek.cz
+COMMENT= Ultimate Oldschool PC Font Pack
+
+LICENSE= CC-BY-SA-4.0
+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
+
+USES= fonts zip
+NO_ARCH= yes
+NO_BUILD= yes
+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})
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/oldschool-pc-fonts/distinfo b/x11-fonts/oldschool-pc-fonts/distinfo
new file mode 100644
index 000000000000..685247b5e241
--- /dev/null
+++ b/x11-fonts/oldschool-pc-fonts/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474803533
+SHA256 (ultimate_oldschool_pc_font_pack_v1.0.zip) = 7666cf23176e34ea03a218b5c1500f4ad729d97150ab7bdb7cf2adf4c99a9a7a
+SIZE (ultimate_oldschool_pc_font_pack_v1.0.zip) = 1533806
diff --git a/x11-fonts/oldschool-pc-fonts/pkg-descr b/x11-fonts/oldschool-pc-fonts/pkg-descr
new file mode 100644
index 000000000000..44de6951b6b0
--- /dev/null
+++ b/x11-fonts/oldschool-pc-fonts/pkg-descr
@@ -0,0 +1,20 @@
+The Ultimate Oldschool PC Font Pack started out with the idea of paying tribute
+to ancient PCs and their bitmapped, pre-GUI typography (if you can call it
+that). It was inspired by similar efforts that cover other vintage machines:
+classic system fonts from the Amiga, C64, Apple II, Mac, ZX Spectrum,
+Atari 8-bit/ST etc. are all celebrated. On the other hand, the IBM PC and its
+clones seem to get little love... except for that one VGA text mode font
+(which has been remade numerous times, to varying degrees of success).
+
+This collection is here to remedy that, and to bring you pixel-perfect remakes
+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.
+
+WWW: http://int10h.org/oldschool-pc-fonts/
diff --git a/x11-fonts/oldschool-pc-fonts/pkg-plist b/x11-fonts/oldschool-pc-fonts/pkg-plist
new file mode 100644
index 000000000000..f3e078c9fb38
--- /dev/null
+++ b/x11-fonts/oldschool-pc-fonts/pkg-plist
@@ -0,0 +1,104 @@
+%%FONTSDIR%%/Px437_AMI_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_AMI_BIOS.ttf
+%%FONTSDIR%%/Px437_ATI_8x14.ttf
+%%FONTSDIR%%/Px437_ATI_8x16.ttf
+%%FONTSDIR%%/Px437_ATI_8x8-2y.ttf
+%%FONTSDIR%%/Px437_ATI_8x8.ttf
+%%FONTSDIR%%/Px437_ATI_9x14.ttf
+%%FONTSDIR%%/Px437_ATI_9x16.ttf
+%%FONTSDIR%%/Px437_ATI_SmallW_6x8.ttf
+%%FONTSDIR%%/Px437_ATT_PC6300-2x.ttf
+%%FONTSDIR%%/Px437_ATT_PC6300.ttf
+%%FONTSDIR%%/Px437_AmstradPC1512-2y.ttf
+%%FONTSDIR%%/Px437_AmstradPC1512.ttf
+%%FONTSDIR%%/Px437_CompaqThin_8x14.ttf
+%%FONTSDIR%%/Px437_CompaqThin_8x16.ttf
+%%FONTSDIR%%/Px437_CompaqThin_8x8.ttf
+%%FONTSDIR%%/Px437_DTK_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_DTK_BIOS.ttf
+%%FONTSDIR%%/Px437_IBM_3270pc.ttf
+%%FONTSDIR%%/Px437_IBM_BIOS-2x.ttf
+%%FONTSDIR%%/Px437_IBM_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_IBM_BIOS.ttf
+%%FONTSDIR%%/Px437_IBM_CGA-2y.ttf
+%%FONTSDIR%%/Px437_IBM_CGA.ttf
+%%FONTSDIR%%/Px437_IBM_CGAthin-2y.ttf
+%%FONTSDIR%%/Px437_IBM_CGAthin.ttf
+%%FONTSDIR%%/Px437_IBM_Conv-2x.ttf
+%%FONTSDIR%%/Px437_IBM_Conv-2y.ttf
+%%FONTSDIR%%/Px437_IBM_Conv.ttf
+%%FONTSDIR%%/Px437_IBM_EGA8-2x.ttf
+%%FONTSDIR%%/Px437_IBM_EGA8.ttf
+%%FONTSDIR%%/Px437_IBM_EGA9-2x.ttf
+%%FONTSDIR%%/Px437_IBM_EGA9.ttf
+%%FONTSDIR%%/Px437_IBM_ISO8.ttf
+%%FONTSDIR%%/Px437_IBM_ISO9.ttf
+%%FONTSDIR%%/Px437_IBM_MDA.ttf
+%%FONTSDIR%%/Px437_IBM_PGC-2x.ttf
+%%FONTSDIR%%/Px437_IBM_PGC.ttf
+%%FONTSDIR%%/Px437_IBM_PS2thin1.ttf
+%%FONTSDIR%%/Px437_IBM_PS2thin2.ttf
+%%FONTSDIR%%/Px437_IBM_PS2thin3.ttf
+%%FONTSDIR%%/Px437_IBM_PS2thin4.ttf
+%%FONTSDIR%%/Px437_IBM_VGA8-2x.ttf
+%%FONTSDIR%%/Px437_IBM_VGA8.ttf
+%%FONTSDIR%%/Px437_IBM_VGA9-2x.ttf
+%%FONTSDIR%%/Px437_IBM_VGA9.ttf
+%%FONTSDIR%%/Px437_ITT_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_ITT_BIOS.ttf
+%%FONTSDIR%%/Px437_Kaypro2K.ttf
+%%FONTSDIR%%/Px437_Kaypro2k-2y.ttf
+%%FONTSDIR%%/Px437_PhoenixEGA_8x14.ttf
+%%FONTSDIR%%/Px437_PhoenixEGA_8x16.ttf
+%%FONTSDIR%%/Px437_PhoenixEGA_8x8-2y.ttf
+%%FONTSDIR%%/Px437_PhoenixEGA_8x8.ttf
+%%FONTSDIR%%/Px437_PhoenixEGA_9x14.ttf
+%%FONTSDIR%%/Px437_Phoenix_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_Phoenix_BIOS.ttf
+%%FONTSDIR%%/Px437_TandyNew_225-2y.ttf
+%%FONTSDIR%%/Px437_TandyNew_225.ttf
+%%FONTSDIR%%/Px437_TandyNew_Mono.ttf
+%%FONTSDIR%%/Px437_TandyNew_TV-2y.ttf
+%%FONTSDIR%%/Px437_TandyNew_TV.ttf
+%%FONTSDIR%%/Px437_TandyOld_225-2y.ttf
+%%FONTSDIR%%/Px437_TandyOld_225.ttf
+%%FONTSDIR%%/Px437_TandyOld_TV-2y.ttf
+%%FONTSDIR%%/Px437_TandyOld_TV.ttf
+%%FONTSDIR%%/Px437_ToshibaLCD_8x16.ttf
+%%FONTSDIR%%/Px437_ToshibaLCD_8x8.ttf
+%%FONTSDIR%%/Px437_VGA_SquarePx.ttf
+%%FONTSDIR%%/Px437_VTech_BIOS-2y.ttf
+%%FONTSDIR%%/Px437_VTech_BIOS.ttf
+%%FONTSDIR%%/Px437_Verite_8x14.ttf
+%%FONTSDIR%%/Px437_Verite_8x16.ttf
+%%FONTSDIR%%/Px437_Verite_8x8-2y.ttf
+%%FONTSDIR%%/Px437_Verite_8x8.ttf
+%%FONTSDIR%%/Px437_Verite_9x14.ttf
+%%FONTSDIR%%/Px437_Verite_9x16.ttf
+%%FONTSDIR%%/Px437_Wyse700a-2y.ttf
+%%FONTSDIR%%/Px437_Wyse700a.ttf
+%%FONTSDIR%%/Px437_Wyse700b-2y.ttf
+%%FONTSDIR%%/Px437_Wyse700b.ttf
+%%FONTSDIR%%/PxPlus_AmstradPC1512-2y.ttf
+%%FONTSDIR%%/PxPlus_AmstradPC1512.ttf
+%%FONTSDIR%%/PxPlus_IBM_BIOS-2x.ttf
+%%FONTSDIR%%/PxPlus_IBM_BIOS-2y.ttf
+%%FONTSDIR%%/PxPlus_IBM_BIOS.ttf
+%%FONTSDIR%%/PxPlus_IBM_CGA-2y.ttf
+%%FONTSDIR%%/PxPlus_IBM_CGA.ttf
+%%FONTSDIR%%/PxPlus_IBM_CGAthin-2y.ttf
+%%FONTSDIR%%/PxPlus_IBM_CGAthin.ttf
+%%FONTSDIR%%/PxPlus_IBM_EGA8-2x.ttf
+%%FONTSDIR%%/PxPlus_IBM_EGA8.ttf
+%%FONTSDIR%%/PxPlus_IBM_EGA9-2x.ttf
+%%FONTSDIR%%/PxPlus_IBM_EGA9.ttf
+%%FONTSDIR%%/PxPlus_IBM_MDA.ttf
+%%FONTSDIR%%/PxPlus_IBM_VGA8-2x.ttf
+%%FONTSDIR%%/PxPlus_IBM_VGA8.ttf
+%%FONTSDIR%%/PxPlus_IBM_VGA9-2x.ttf
+%%FONTSDIR%%/PxPlus_IBM_VGA9.ttf
+%%FONTSDIR%%/PxPlus_TandyNew_225-2y.ttf
+%%FONTSDIR%%/PxPlus_TandyNew_225.ttf
+%%FONTSDIR%%/PxPlus_TandyNew_TV-2y.ttf
+%%FONTSDIR%%/PxPlus_TandyNew_TV.ttf
+%%FONTSDIR%%/PxPlus_VGA_SquarePx.ttf