Add arnettf 0.0.20041031, arne TrueType Font is combine of arphic ming
and kai fonts. PR: ports/74910 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
This commit is contained in:
parent
722162937a
commit
47b4fca500
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123713
9 changed files with 127 additions and 0 deletions
42
chinese/CJKUnifonts/Makefile
Normal file
42
chinese/CJKUnifonts/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: arne TrueType Font
|
||||
# Date created: 10 Dec 2004
|
||||
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arnettf
|
||||
PORTVERSION= 0.0.20041031
|
||||
CATEGORIES= chinese x11-fonts
|
||||
MASTER_SITES= http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/ \
|
||||
http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/
|
||||
DISTFILES= ttf-arphic-uming_0.0.20041031-1.tar.gz \
|
||||
ttf-arphic-ukai_0.0.20041031-1.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.Org
|
||||
COMMENT= Arne TrueType Font is combine of arphic ming and kai fonts
|
||||
|
||||
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
ttfm.sh:${PORTSDIR}/chinese/ttfm
|
||||
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
ttfm.sh:${PORTSDIR}/chinese/ttfm
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_XLIB= yes
|
||||
FONTDIR= ${PREFIX}/share/fonts/TrueType
|
||||
XFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${FONTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-0.0.20041031/ukai.ttf ${FONTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-0.0.20041031/uming.ttf ${FONTDIR}
|
||||
@${ECHO_MSG} "===> Running ttfm.sh"
|
||||
-@${PREFIX}/bin/ttfm.sh --add xttfm ukai.ttf
|
||||
-@${PREFIX}/bin/ttfm.sh --add xttfm uming.ttf
|
||||
@${ECHO_MSG} "===> Running fc-cache"
|
||||
-@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
4
chinese/CJKUnifonts/distinfo
Normal file
4
chinese/CJKUnifonts/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
MD5 (ttf-arphic-uming_0.0.20041031-1.tar.gz) = f8a74e78a5909b84a4d92f3a559e2c21
|
||||
SIZE (ttf-arphic-uming_0.0.20041031-1.tar.gz) = 7950619
|
||||
MD5 (ttf-arphic-ukai_0.0.20041031-1.tar.gz) = c58266d333937086dc87e80674ecc1a7
|
||||
SIZE (ttf-arphic-ukai_0.0.20041031-1.tar.gz) = 10193481
|
7
chinese/CJKUnifonts/pkg-descr
Normal file
7
chinese/CJKUnifonts/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
HKSCS, CNS11643, GB18030, Japanese and Korean are work in progress.
|
||||
|
||||
WWW: http://tavi.debian.org.tw/index.php?page=Unifonts
|
10
chinese/CJKUnifonts/pkg-plist
Normal file
10
chinese/CJKUnifonts/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
@unexec %D/bin/ttfm.sh --remove xttfm %D/share/fonts/TrueType/ukai.ttf || true
|
||||
@unexec %D/bin/ttfm.sh --remove xttfm %D/share/fonts/TrueType/uming.ttf || true
|
||||
share/fonts/TrueType/ukai.ttf
|
||||
share/fonts/TrueType/uming.ttf
|
||||
@exec %D/bin/ttfm.sh --add xttfm %D/share/fonts/TrueType/ukai.ttf || true
|
||||
@exec %D/bin/ttfm.sh --add xttfm %D/share/fonts/TrueType/uming.ttf || true
|
||||
@unexec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true
|
||||
@exec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true
|
||||
@unexec rmdir %D/share/fonts/TrueType 2>/dev/null || true
|
||||
@unexec rmdir %D/share/fonts 2>/dev/null || true
|
|
@ -10,6 +10,7 @@
|
|||
SUBDIR += MT
|
||||
SUBDIR += acroread5-chsfont
|
||||
SUBDIR += acroread5-chtfont
|
||||
SUBDIR += arnettf
|
||||
SUBDIR += arphicttf
|
||||
SUBDIR += aterm
|
||||
SUBDIR += auto-tw-l10n
|
||||
|
|
42
chinese/arnettf/Makefile
Normal file
42
chinese/arnettf/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: arne TrueType Font
|
||||
# Date created: 10 Dec 2004
|
||||
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arnettf
|
||||
PORTVERSION= 0.0.20041031
|
||||
CATEGORIES= chinese x11-fonts
|
||||
MASTER_SITES= http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/ \
|
||||
http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/
|
||||
DISTFILES= ttf-arphic-uming_0.0.20041031-1.tar.gz \
|
||||
ttf-arphic-ukai_0.0.20041031-1.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.Org
|
||||
COMMENT= Arne TrueType Font is combine of arphic ming and kai fonts
|
||||
|
||||
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
ttfm.sh:${PORTSDIR}/chinese/ttfm
|
||||
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
ttfm.sh:${PORTSDIR}/chinese/ttfm
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_XLIB= yes
|
||||
FONTDIR= ${PREFIX}/share/fonts/TrueType
|
||||
XFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${FONTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-0.0.20041031/ukai.ttf ${FONTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-0.0.20041031/uming.ttf ${FONTDIR}
|
||||
@${ECHO_MSG} "===> Running ttfm.sh"
|
||||
-@${PREFIX}/bin/ttfm.sh --add xttfm ukai.ttf
|
||||
-@${PREFIX}/bin/ttfm.sh --add xttfm uming.ttf
|
||||
@${ECHO_MSG} "===> Running fc-cache"
|
||||
-@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
4
chinese/arnettf/distinfo
Normal file
4
chinese/arnettf/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
MD5 (ttf-arphic-uming_0.0.20041031-1.tar.gz) = f8a74e78a5909b84a4d92f3a559e2c21
|
||||
SIZE (ttf-arphic-uming_0.0.20041031-1.tar.gz) = 7950619
|
||||
MD5 (ttf-arphic-ukai_0.0.20041031-1.tar.gz) = c58266d333937086dc87e80674ecc1a7
|
||||
SIZE (ttf-arphic-ukai_0.0.20041031-1.tar.gz) = 10193481
|
7
chinese/arnettf/pkg-descr
Normal file
7
chinese/arnettf/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
HKSCS, CNS11643, GB18030, Japanese and Korean are work in progress.
|
||||
|
||||
WWW: http://tavi.debian.org.tw/index.php?page=Unifonts
|
10
chinese/arnettf/pkg-plist
Normal file
10
chinese/arnettf/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
@unexec %D/bin/ttfm.sh --remove xttfm %D/share/fonts/TrueType/ukai.ttf || true
|
||||
@unexec %D/bin/ttfm.sh --remove xttfm %D/share/fonts/TrueType/uming.ttf || true
|
||||
share/fonts/TrueType/ukai.ttf
|
||||
share/fonts/TrueType/uming.ttf
|
||||
@exec %D/bin/ttfm.sh --add xttfm %D/share/fonts/TrueType/ukai.ttf || true
|
||||
@exec %D/bin/ttfm.sh --add xttfm %D/share/fonts/TrueType/uming.ttf || true
|
||||
@unexec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true
|
||||
@exec %%X11BASE%%/bin/fc-cache -f -v %%X11BASE%%/lib/X11/fonts/TrueType || true
|
||||
@unexec rmdir %D/share/fonts/TrueType 2>/dev/null || true
|
||||
@unexec rmdir %D/share/fonts 2>/dev/null || true
|
Loading…
Reference in a new issue