mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add amigafonts 1.02, faithfully remade Amiga fonts.
This commit is contained in:
parent
1446cc829c
commit
101a1513ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562037
@ -10,6 +10,7 @@
|
||||
SUBDIR += alegreya
|
||||
SUBDIR += alegreya-sans
|
||||
SUBDIR += alfont
|
||||
SUBDIR += amigafonts
|
||||
SUBDIR += andika
|
||||
SUBDIR += anomaly-mono
|
||||
SUBDIR += anonymous-pro
|
||||
|
27
x11-fonts/amigafonts/Makefile
Normal file
27
x11-fonts/amigafonts/Makefile
Normal file
@ -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>
|
3
x11-fonts/amigafonts/distinfo
Normal file
3
x11-fonts/amigafonts/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1611043068
|
||||
SHA256 (rewtnull-amigafonts-1.02_GH0.tar.gz) = bb0641f72d3fc662d1cc7a0776a6a56df41f46aa5af73fd85c8d04ec48201e73
|
||||
SIZE (rewtnull-amigafonts-1.02_GH0.tar.gz) = 412117
|
6
x11-fonts/amigafonts/pkg-descr
Normal file
6
x11-fonts/amigafonts/pkg-descr
Normal file
@ -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
|
8
x11-fonts/amigafonts/pkg-plist
Normal file
8
x11-fonts/amigafonts/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user