mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Add chinese/elffont, Typeface blending Bopomofo phonetic symbols with "Elvish"
This commit is contained in:
parent
246bb67e54
commit
4ecd4af284
4 changed files with 45 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += cless
|
||||
SUBDIR += cnprint
|
||||
SUBDIR += dictd-database
|
||||
SUBDIR += elffont
|
||||
SUBDIR += enscript
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fandol
|
||||
|
|
37
chinese/elffont/Makefile
Normal file
37
chinese/elffont/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
PORTNAME= elffont
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0
|
||||
CATEGORIES= chinese x11-fonts
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Typeface blending Bopomofo phonetic symbols with "Elvish"
|
||||
WWW= https://github.com/justfont/Elffont/
|
||||
|
||||
LICENSE= unknown
|
||||
LICENSE_NAME= Elffont
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
||||
|
||||
USES= fonts
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= justfont
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Elffont-${DISTVERSION}
|
||||
|
||||
TYPES= fern rock
|
||||
|
||||
.for type in ${TYPES}
|
||||
PLIST_FILES+= ${FONTSDIR}/elffont-${type}.otf
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
.for type in ${TYPES}
|
||||
${INSTALL_DATA} ${WRKSRC}/fonts/elffont-${type}.otf ${STAGEDIR}${FONTSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
chinese/elffont/distinfo
Normal file
3
chinese/elffont/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1730305265
|
||||
SHA256 (justfont-elffont-v1.0_GH0.tar.gz) = 97ba5a5859c02820976707925d505a7bc9745ba63446a53ae0dc2fe8a2cef5bd
|
||||
SIZE (justfont-elffont-v1.0_GH0.tar.gz) = 39642580
|
4
chinese/elffont/pkg-descr
Normal file
4
chinese/elffont/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
justfont collaborates with calligrapher Daphne to release Elffont, a unique
|
||||
typeface blending Bopomofo phonetic symbols with a mystical "Elvish" style.
|
||||
|
||||
https://blog.justfont.com/2024/10/elffont/
|
Loading…
Add table
Reference in a new issue