From owner-svn-ports-head@freebsd.org Tue Jan 19 09:32:34 2021 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 8F3FF4ED6B6; Tue, 19 Jan 2021 09:32:34 +0000 (UTC) (envelope-from ehaupt@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DKk2p3jw1z4tl4; Tue, 19 Jan 2021 09:32:34 +0000 (UTC) (envelope-from ehaupt@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 68646244C9; Tue, 19 Jan 2021 09:32:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10J9WY8f065756; Tue, 19 Jan 2021 09:32:34 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10J9WXV0065751; Tue, 19 Jan 2021 09:32:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202101190932.10J9WXV0065751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 19 Jan 2021 09:32:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562037 - in head/x11-fonts: . amigafonts X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/x11-fonts: . amigafonts X-SVN-Commit-Revision: 562037 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.34 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: Tue, 19 Jan 2021 09:32:34 -0000 Author: ehaupt Date: Tue Jan 19 09:32:33 2021 New Revision: 562037 URL: https://svnweb.freebsd.org/changeset/ports/562037 Log: Add amigafonts 1.02, faithfully remade Amiga fonts. Added: head/x11-fonts/amigafonts/ head/x11-fonts/amigafonts/Makefile (contents, props changed) head/x11-fonts/amigafonts/distinfo (contents, props changed) head/x11-fonts/amigafonts/pkg-descr (contents, props changed) head/x11-fonts/amigafonts/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Jan 19 09:28:00 2021 (r562036) +++ head/x11-fonts/Makefile Tue Jan 19 09:32:33 2021 (r562037) @@ -10,6 +10,7 @@ SUBDIR += alegreya SUBDIR += alegreya-sans SUBDIR += alfont + SUBDIR += amigafonts SUBDIR += andika SUBDIR += anomaly-mono SUBDIR += anonymous-pro Added: head/x11-fonts/amigafonts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/amigafonts/Makefile Tue Jan 19 09:32:33 2021 (r562037) @@ -0,0 +1,27 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= amigafonts +PORTVERSION= 1.02 +CATEGORIES= x11-fonts + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Faithfully remade Amiga fonts + +LICENSE= GPLv3RLE+ + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= rewtnull +NO_ARCH= yes +NO_BUILD= yes + +post-patch: + @cd ${WRKSRC}/ttf && for i in `ls *.ttf`; do ${MV} $$i `echo $$i | \ + ${SED} -e 's/_v1.0//;s/_/-/'`; done + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/amigafonts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/amigafonts/distinfo Tue Jan 19 09:32:33 2021 (r562037) @@ -0,0 +1,3 @@ +TIMESTAMP = 1611043068 +SHA256 (rewtnull-amigafonts-1.02_GH0.tar.gz) = bb0641f72d3fc662d1cc7a0776a6a56df41f46aa5af73fd85c8d04ec48201e73 +SIZE (rewtnull-amigafonts-1.02_GH0.tar.gz) = 412117 Added: head/x11-fonts/amigafonts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/amigafonts/pkg-descr Tue Jan 19 09:32:33 2021 (r562037) @@ -0,0 +1,6 @@ +Faithfully remade multi platform Amiga fonts in Amiga aspect. + +The Topaz-a1200, TopazPlus-a1200 and P0T-NOoDLE fonts even include all +inverted characters that are present in the original Amiga equivalents. + +WWW: https://github.com/rewtnull/amigafonts Added: head/x11-fonts/amigafonts/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/amigafonts/pkg-plist Tue Jan 19 09:32:33 2021 (r562037) @@ -0,0 +1,8 @@ +%%FONTSDIR%%/MicroKnight.ttf +%%FONTSDIR%%/MicroKnightPlus.ttf +%%FONTSDIR%%/P0T-NOoDLE.ttf +%%FONTSDIR%%/Topaz-a1200.ttf +%%FONTSDIR%%/Topaz-a500.ttf +%%FONTSDIR%%/TopazPlus-a1200.ttf +%%FONTSDIR%%/TopazPlus-a500.ttf +%%FONTSDIR%%/mO'sOul.ttf