svn commit: r492915 - in head/x11-fonts: . 3270font

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Feb 14 11:51:27 UTC 2019


Author: 0mp
Date: Thu Feb 14 11:51:25 2019
New Revision: 492915
URL: https://svnweb.freebsd.org/changeset/ports/492915

Log:
  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

Added:
  head/x11-fonts/3270font/
  head/x11-fonts/3270font/Makefile   (contents, props changed)
  head/x11-fonts/3270font/distinfo   (contents, props changed)
  head/x11-fonts/3270font/pkg-descr   (contents, props changed)
  head/x11-fonts/3270font/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Added: head/x11-fonts/3270font/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/3270font/Makefile	Thu Feb 14 11:51:25 2019	(r492915)
@@ -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 at 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>

Added: head/x11-fonts/3270font/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/3270font/distinfo	Thu Feb 14 11:51:25 2019	(r492915)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550096786
+SHA256 (3270_fonts_4cfe95c.zip) = 8966e0667a1367dfc91361f9c9cb3187d1914a5b51710bfc10e5d71869188b4c
+SIZE (3270_fonts_4cfe95c.zip) = 1428094

Added: head/x11-fonts/3270font/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/3270font/pkg-descr	Thu Feb 14 11:51:25 2019	(r492915)
@@ -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

Added: head/x11-fonts/3270font/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/3270font/pkg-plist	Thu Feb 14 11:51:25 2019	(r492915)
@@ -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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Feb 14 11:50:56 2019	(r492914)
+++ head/x11-fonts/Makefile	Thu Feb 14 11:51:25 2019	(r492915)
@@ -3,6 +3,7 @@
 
     COMMENT = X11 fonts and font utilities
 
+    SUBDIR += 3270font
     SUBDIR += Hasklig
     SUBDIR += alef
     SUBDIR += alegreya


More information about the svn-ports-all mailing list