mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
New port: x11-fonts/3270font: IBM 3270 font for the nostalgic
This font is derived from the x3270 font, which, in turn, was translated from the one in Georgia Tech's 3270tool, which was itself hand-copied from a 3270 series terminal. This font was built because the author felt that terminals deserve to be pretty. The .sfd font file contains a x3270 bitmap font that was used for guidance. WWW: https://github.com/rbanffy/3270font Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19186
This commit is contained in:
parent
d0589a1497
commit
0841e1c43a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492915
29
x11-fonts/3270font/Makefile
Normal file
29
x11-fonts/3270font/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= 3270font
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://s3.amazonaws.com/${PORTNAME}/ \
|
||||
https://github.com/rbanffy/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
DISTNAME= 3270_fonts_4cfe95c
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
COMMENT= IBM 3270 font for the nostalgic
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= fonts zip
|
||||
|
||||
FONTNAME= 3270
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR} "! -name LICENSE.txt"
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/3270font/distinfo
Normal file
3
x11-fonts/3270font/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1550096786
|
||||
SHA256 (3270_fonts_4cfe95c.zip) = 8966e0667a1367dfc91361f9c9cb3187d1914a5b51710bfc10e5d71869188b4c
|
||||
SIZE (3270_fonts_4cfe95c.zip) = 1428094
|
7
x11-fonts/3270font/pkg-descr
Normal file
7
x11-fonts/3270font/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This font is derived from the x3270 font, which, in turn, was translated
|
||||
from the one in Georgia Tech's 3270tool, which was itself hand-copied
|
||||
from a 3270 series terminal. This font was built because the author felt
|
||||
that terminals deserve to be pretty. The .sfd font file contains a x3270
|
||||
bitmap font that was used for guidance.
|
||||
|
||||
WWW: https://github.com/rbanffy/3270font
|
17
x11-fonts/3270font/pkg-plist
Normal file
17
x11-fonts/3270font/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
%%FONTSDIR%%/3270Medium.afm
|
||||
%%FONTSDIR%%/3270Medium.otf
|
||||
%%FONTSDIR%%/3270Medium.pfm
|
||||
%%FONTSDIR%%/3270Medium.ttf
|
||||
%%FONTSDIR%%/3270Medium.woff
|
||||
%%FONTSDIR%%/3270Narrow.afm
|
||||
%%FONTSDIR%%/3270Narrow.g2n
|
||||
%%FONTSDIR%%/3270Narrow.otf
|
||||
%%FONTSDIR%%/3270Narrow.pfm
|
||||
%%FONTSDIR%%/3270Narrow.ttf
|
||||
%%FONTSDIR%%/3270Narrow.woff
|
||||
%%FONTSDIR%%/3270SemiNarrow.afm
|
||||
%%FONTSDIR%%/3270SemiNarrow.g2n
|
||||
%%FONTSDIR%%/3270SemiNarrow.otf
|
||||
%%FONTSDIR%%/3270SemiNarrow.pfm
|
||||
%%FONTSDIR%%/3270SemiNarrow.ttf
|
||||
%%FONTSDIR%%/3270SemiNarrow.woff
|
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = X11 fonts and font utilities
|
||||
|
||||
SUBDIR += 3270font
|
||||
SUBDIR += Hasklig
|
||||
SUBDIR += alef
|
||||
SUBDIR += alegreya
|
||||
|
Loading…
Reference in New Issue
Block a user