mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
x11-fonts/fanwood: create port
A serif based on the work of a famous Czech-American type designer of yesteryear. WWW: https://www.theleagueofmoveabletype.com/fanwood PR: 231308 Submitted by: Florian Limberger <flo@snakeoilproductions.net>
This commit is contained in:
parent
2cea0e0ca0
commit
e1bcc1a024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491377
@ -42,6 +42,7 @@
|
||||
SUBDIR += encodings
|
||||
SUBDIR += exo
|
||||
SUBDIR += fantasque-sans-mono
|
||||
SUBDIR += fanwood
|
||||
SUBDIR += farsifonts
|
||||
SUBDIR += fifteen
|
||||
SUBDIR += fira
|
||||
|
25
x11-fonts/fanwood/Makefile
Normal file
25
x11-fonts/fanwood/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fanwood
|
||||
DISTVERSION= g20110526
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= flo@snakeoilproductions.net
|
||||
COMMENT= Serif based on the work of a famous Czech-American type designer
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown
|
||||
|
||||
USES= fonts
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= theleagueof
|
||||
GH_TAGNAME= cbaaed9
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/fanwood/distinfo
Normal file
3
x11-fonts/fanwood/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1535658890
|
||||
SHA256 (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = bf52ac2bd79df0ee7e43f7a4724a6f6b5d16cb21687a6b53ac0505a03b518248
|
||||
SIZE (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = 2678598
|
4
x11-fonts/fanwood/pkg-descr
Normal file
4
x11-fonts/fanwood/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A serif based on the work of a famous Czech-American type designer of
|
||||
yesteryear.
|
||||
|
||||
WWW: https://www.theleagueofmoveabletype.com/fanwood
|
4
x11-fonts/fanwood/pkg-plist
Normal file
4
x11-fonts/fanwood/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%FONTSDIR%%/Fanwood Italic.otf
|
||||
%%FONTSDIR%%/Fanwood Text Italic.otf
|
||||
%%FONTSDIR%%/Fanwood Text.otf
|
||||
%%FONTSDIR%%/Fanwood.otf
|
Loading…
Reference in New Issue
Block a user