Really rename to CJKUnifonts. (so strange).
This commit is contained in:
parent
62a8de4cc4
commit
ad6ca32c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169896
3 changed files with 25 additions and 21 deletions
|
@ -1,21 +1,21 @@
|
|||
# New ports collection makefile for: arne TrueType Font
|
||||
# New ports collection makefile for: CJKUnifonts(Arne's TrueType Font)
|
||||
# Date created: 10 Dec 2004
|
||||
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arnettf
|
||||
PORTVERSION= 0.0.20050501
|
||||
PORTNAME= CJKUnifonts
|
||||
PORTVERSION= 0.1.20060513
|
||||
CATEGORIES= chinese x11-fonts
|
||||
MASTER_SITES= http://www.linuxhall.org/download/fonts/:uming \
|
||||
http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/:ukai
|
||||
MASTER_SITES= http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/:uming \
|
||||
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/:ukai
|
||||
PKGNAMEPREFIX= zh-
|
||||
DISTFILES= ttf-arphic-uming_0.1-0.dot.1.tar.gz:uming \
|
||||
ttf-arphic-ukai_0.0.20050501-1.tar.gz:ukai
|
||||
DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \
|
||||
ttf-arphic-ukai_${PORTVERSION}.orig.tar.gz:ukai
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= Arne TrueType Font is combine of arphic ming and kai fonts
|
||||
COMMENT= CJKUnifonts TrueType Font is a combine of Arphic Ming and Kai fonts
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -24,8 +24,8 @@ TTF= ukai.ttf uming.ttf
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-0.0.20050501/ukai.ttf ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-0.1/uming.ttf ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-${PORTVERSION}/ukai.ttf ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-${PORTVERSION}/uming.ttf ${FONTSDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (ttf-arphic-uming_0.1-0.dot.1.tar.gz) = aef8dbbb6fd426760edab33367458b4b
|
||||
SHA256 (ttf-arphic-uming_0.1-0.dot.1.tar.gz) = 16473a79ee9df574715eb9efea3ce429348d1689a28fa7accd884c63a017aec4
|
||||
SIZE (ttf-arphic-uming_0.1-0.dot.1.tar.gz) = 11492438
|
||||
MD5 (ttf-arphic-ukai_0.0.20050501-1.tar.gz) = 38573c158dcc7659b77e98d01720152a
|
||||
SHA256 (ttf-arphic-ukai_0.0.20050501-1.tar.gz) = 395eb96edfcfac7e7fadd69bc93f3f93657b81057d880a711695327003fee276
|
||||
SIZE (ttf-arphic-ukai_0.0.20050501-1.tar.gz) = 10247133
|
||||
MD5 (ttf-arphic-uming_0.1.20060513.orig.tar.gz) = 059f0c8b28942896385d3ee8e2663945
|
||||
SHA256 (ttf-arphic-uming_0.1.20060513.orig.tar.gz) = b6a1fbcb16e09faf3c472924cfb7678431a11ab51f7ad20e5c191a4eedff87de
|
||||
SIZE (ttf-arphic-uming_0.1.20060513.orig.tar.gz) = 12877473
|
||||
MD5 (ttf-arphic-ukai_0.1.20060513.orig.tar.gz) = cb28c48b719063896af3bc6020e7bb73
|
||||
SHA256 (ttf-arphic-ukai_0.1.20060513.orig.tar.gz) = d59e966391a1827fb6e586b9a295c297115b28800ed006213e2f0001952b5897
|
||||
SIZE (ttf-arphic-ukai_0.1.20060513.orig.tar.gz) = 12023381
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
These fonts are chinese Unicode fonts which include the following
|
||||
charsets: Big5, GB2312-80, ISO8859-1,2,3,4,7,9,10,13,14,15,
|
||||
Bopomofo Extended for Minnan and Hakka.
|
||||
These fonts are chinese Unicode fonts which include the following charsets:
|
||||
- Big5
|
||||
- GB2312-80
|
||||
- HKSCS-2004
|
||||
- ISO8859-1,2,3,4,7,9,10,13,14,15
|
||||
- Bopomofo Extended for Minnan and Hakka
|
||||
|
||||
HKSCS, CNS11643, GB18030, Japanese and Korean are work in progress.
|
||||
The missing glyphs for GBK, Japanese and Korean are under development,
|
||||
every release contains more glyphs.
|
||||
|
||||
WWW: http://tavi.debian.org.tw/index.php?page=Unifonts
|
||||
WWW: http://www.freedesktop.org/wiki/Software_2fCJKUnifonts
|
||||
|
|
Loading…
Reference in a new issue