Date: Tue, 19 Jan 2021 09:32:33 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562037 - in head/x11-fonts: . amigafonts Message-ID: <202101190932.10J9WXV0065751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ehaupt@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190932.10J9WXV0065751>