diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-10-23 11:58:12 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-10-23 11:58:12 +0000 |
commit | bdb6be814b80afe0aa3f8a7d392cc1aa0765039e (patch) | |
tree | 5fc352bfd56f4b098b06dcfa5f18e5df7664f1e6 /x11-fonts | |
parent | 4d832a1eb4fe1838fbe9300b0faa915cc94ebc50 (diff) | |
download | ports-bdb6be814b80afe0aa3f8a7d392cc1aa0765039e.tar.gz ports-bdb6be814b80afe0aa3f8a7d392cc1aa0765039e.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/apl385/Makefile | 28 | ||||
-rw-r--r-- | x11-fonts/apl385/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/apl385/pkg-descr | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 6b286692d7c7..d75c04b8be7f 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -11,6 +11,7 @@ SUBDIR += alfont SUBDIR += andika SUBDIR += anonymous-pro + SUBDIR += apl385 SUBDIR += artwiz-aleczapka SUBDIR += artwiz-aleczapka-de SUBDIR += artwiz-aleczapka-se diff --git a/x11-fonts/apl385/Makefile b/x11-fonts/apl385/Makefile new file mode 100644 index 000000000000..631c4536ecf4 --- /dev/null +++ b/x11-fonts/apl385/Makefile @@ -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> diff --git a/x11-fonts/apl385/distinfo b/x11-fonts/apl385/distinfo new file mode 100644 index 000000000000..1fff813bdadb --- /dev/null +++ b/x11-fonts/apl385/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1571598692 +SHA256 (apl385.zip) = 2fccdb3137bc985fb5977c5e6b05f93611b277a46ef8883a72d86cd0ad76588c +SIZE (apl385.zip) = 102594 diff --git a/x11-fonts/apl385/pkg-descr b/x11-fonts/apl385/pkg-descr new file mode 100644 index 000000000000..2433113e03f5 --- /dev/null +++ b/x11-fonts/apl385/pkg-descr @@ -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 |