fandol - Four basic fonts for Chinese typesetting

Fandol fonts designed for Chinese typesetting. The current version contains
four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format.

Website: 	http://www.ctan.org/pkg/fandol
Submitted by:	intron <intron at intron ac>
This commit is contained in:
Xin LI 2016-11-07 06:18:47 +00:00
parent a93289bf7c
commit 9b52f573fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425594
6 changed files with 89 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += enscript
SUBDIR += eric6
SUBDIR += eterm
SUBDIR += fandol
SUBDIR += fcitx
SUBDIR += fcitx-chewing
SUBDIR += fcitx-cloudpinyin

52
chinese/fandol/Makefile Normal file
View File

@ -0,0 +1,52 @@
# Created by: <intron@intron.ac>
# $FreeBSD$
PORTNAME= fandol
PORTVERSION= 0.3
CATEGORIES= chinese
MASTER_SITES= http://mirrors.ctan.org/fonts/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= CTAN Fandol: Four GNU GPLv3-licensed Chinese OpenType fonts
LICENSE= GPLv3
USE_XORG= x11
USES= zip fonts
NO_WRKSUBDIR= yes
NO_BUILD= yes
FONTNAME= fandol
SUB_FILES= pkg-message
PORTDOCS= README COPYING
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Bold.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolSong-Regular.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Regular.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolHei-Bold.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolFang-Regular.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolKai-Regular.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Display.otf \
${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fandol/FandolBraille-Regular.otf \
${STAGEDIR}${FONTSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/fandol/README \
${WRKSRC}/fandol/COPYING \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

3
chinese/fandol/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1478478970
SHA256 (fandol.zip) = 9278f01b417ded5766d98c3937192a1a6a2c73a5e94a3493fdfc932b2a55005a
SIZE (fandol.zip) = 26688406

View File

@ -0,0 +1,18 @@
**************************************************************************
For old programs that use XLFD, please add %%FONTSDIR%%
to your X server either by:
# xset fp+ %%FONTSDIR%%
# xset fp rehash
or by adding the following line to the section "Files" of
your X-server configuration file (usually /etc/X11/xorg.conf)
and restarting the X-server:
Section "Files"
...
FontPath "%%FONTSDIR%%"
...
EndSection
**************************************************************************

6
chinese/fandol/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
fandol - Four basic fonts for Chinese typesetting
Fandol fonts designed for Chinese typesetting. The current version contains
four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format.
WWW: http://www.ctan.org/pkg/fandol

9
chinese/fandol/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
%%FONTSDIR%%/FandolBraille-Display.otf
%%FONTSDIR%%/FandolBraille-Regular.otf
%%FONTSDIR%%/FandolFang-Regular.otf
%%FONTSDIR%%/FandolHei-Bold.otf
%%FONTSDIR%%/FandolHei-Regular.otf
%%FONTSDIR%%/FandolKai-Regular.otf
%%FONTSDIR%%/FandolSong-Bold.otf
%%FONTSDIR%%/FandolSong-Regular.otf