Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 11:58:12 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515251 - in head/x11-fonts: . apl385
Message-ID:  <201910231158.x9NBwC6S061033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Oct 23 11:58:12 2019
New Revision: 515251
URL: https://svnweb.freebsd.org/changeset/ports/515251

Log:
  New port: x11-fonts/apl385: APL385 Unicode monospaced code font
  
  This is a port of APL385 Unicode, a monospaced code font.
  
  Developed with all APL software vendors in the late 1980s and enhanced
  as required with new characters to meet interpreter updates.
  
  WWW: http://apl385.com/fonts
  
  Differential Revision:	https://reviews.freebsd.org/D22094

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Wed Oct 23 11:48:04 2019	(r515250)
+++ head/x11-fonts/Makefile	Wed Oct 23 11:58:12 2019	(r515251)
@@ -11,6 +11,7 @@
     SUBDIR += alfont
     SUBDIR += andika
     SUBDIR += anonymous-pro
+    SUBDIR += apl385
     SUBDIR += artwiz-aleczapka
     SUBDIR += artwiz-aleczapka-de
     SUBDIR += artwiz-aleczapka-se

Added: head/x11-fonts/apl385/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/apl385/Makefile	Wed Oct 23 11:58:12 2019	(r515251)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	apl385
+DISTVERSION=	20191020
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://apl385.com/fonts/
+DISTNAME=	${PORTNAME}
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	APL385 Unicode monospaced code font
+
+LICENSE=	PD
+
+USES=		fonts zip
+
+FONTNAME=	APL385
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+PLIST_FILES=	${FONTSDIR}/Apl385.ttf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Apl385.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/apl385/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/apl385/distinfo	Wed Oct 23 11:58:12 2019	(r515251)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1571598692
+SHA256 (apl385.zip) = 2fccdb3137bc985fb5977c5e6b05f93611b277a46ef8883a72d86cd0ad76588c
+SIZE (apl385.zip) = 102594

Added: head/x11-fonts/apl385/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/apl385/pkg-descr	Wed Oct 23 11:58:12 2019	(r515251)
@@ -0,0 +1,6 @@
+This is a port of APL385 Unicode, a monospaced code font.
+
+Developed with all APL software vendors in the late 1980s and enhanced
+as required with new characters to meet interpreter updates.
+
+WWW: http://apl385.com/fonts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910231158.x9NBwC6S061033>