From owner-svn-ports-head@freebsd.org Wed Oct 23 11:58:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3161177779; Wed, 23 Oct 2019 11:58:13 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46ypmP3kjtz425m; Wed, 23 Oct 2019 11:58:13 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 635A924258; Wed, 23 Oct 2019 11:58:13 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9NBwDth061036; Wed, 23 Oct 2019 11:58:13 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9NBwC6S061033; Wed, 23 Oct 2019 11:58:12 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201910231158.x9NBwC6S061033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 23 Oct 2019 11:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515251 - in head/x11-fonts: . apl385 X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/x11-fonts: . apl385 X-SVN-Commit-Revision: 515251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2019 11:58:13 -0000 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 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