diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-03 17:45:08 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-03 17:45:08 +0800 |
commit | e793b72d832fc9a34c9590f9ec3c201a5040d1bb (patch) | |
tree | 9a96ae4d5b6327ad11d7e738d64b362bf6bf0c8f /chinese | |
parent | 2ac328da499097463ad6b021d787a60be09f4c3d (diff) | |
download | freebsd-ports-gnome-e793b72d832fc9a34c9590f9ec3c201a5040d1bb.tar.gz freebsd-ports-gnome-e793b72d832fc9a34c9590f9ec3c201a5040d1bb.tar.zst freebsd-ports-gnome-e793b72d832fc9a34c9590f9ec3c201a5040d1bb.zip |
Add CNS11643-font, a combine of Kai and Sung with CNS11643 TrueType Fonts.
WWW: http://www.cns11643.gov.tw/web/
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CNS11643-font/Makefile | 32 | ||||
-rw-r--r-- | chinese/CNS11643-font/distinfo | 6 | ||||
-rw-r--r-- | chinese/CNS11643-font/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/Makefile | 1 |
4 files changed, 43 insertions, 0 deletions
diff --git a/chinese/CNS11643-font/Makefile b/chinese/CNS11643-font/Makefile new file mode 100644 index 000000000000..feb424744f45 --- /dev/null +++ b/chinese/CNS11643-font/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: CNS11643-font +# Date created: 2009/01/03 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= CNS11643-font +PORTVERSION= 95.1.3 +CATEGORIES= chinese x11-fonts +MASTER_SITES= LOCAL/chinsan/fonts/ \ + http://www.cns11643.gov.tw/cns11643/images/ttf/ +PKGNAMEPREFIX= zh- +DISTFILES= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= A combine of Kai and Sung with CNS11643 TrueType Fonts + +DIST_SUBDIR= ${PORTNAME} +NO_WRKSUBDIR= yes +NO_BUILD= yes + +TTF= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf + +do-install: + @${MKDIR} ${FONTSDIR} + ${INSTALL_DATA} ${WRKDIR}/TW-Kai-95_1_3.ttf ${FONTSDIR} + ${INSTALL_DATA} ${WRKDIR}/TW-Sung-95_1_3.ttf ${FONTSDIR} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" +.include <bsd.port.post.mk> diff --git a/chinese/CNS11643-font/distinfo b/chinese/CNS11643-font/distinfo new file mode 100644 index 000000000000..bb06f31045a2 --- /dev/null +++ b/chinese/CNS11643-font/distinfo @@ -0,0 +1,6 @@ +MD5 (CNS11643-font/TW-Kai-95_1_3.ttf) = 825e089b0a9435535afb436b4cd62a22 +SHA256 (CNS11643-font/TW-Kai-95_1_3.ttf) = a3534d49d07ddba835bf502b82ecca1cd6350808c3911da316dc7df905d76b61 +SIZE (CNS11643-font/TW-Kai-95_1_3.ttf) = 33180648 +MD5 (CNS11643-font/TW-Sung-95_1_3.ttf) = 8e07af22cdc744bf696e0b31e01521b9 +SHA256 (CNS11643-font/TW-Sung-95_1_3.ttf) = 5fb44fa176d5044d17d66259a65cf7a4dc4ede1d4891d12f64fbe6514a9df887 +SIZE (CNS11643-font/TW-Sung-95_1_3.ttf) = 20448368 diff --git a/chinese/CNS11643-font/pkg-descr b/chinese/CNS11643-font/pkg-descr new file mode 100644 index 000000000000..90101f5fe3a2 --- /dev/null +++ b/chinese/CNS11643-font/pkg-descr @@ -0,0 +1,4 @@ +These fonts are chinese Unicode fonts which include the following charsets: +CNS 11643 + +WWW: http://www.cns11643.gov.tw/web/ diff --git a/chinese/Makefile b/chinese/Makefile index 62f94e7ad483..dce7845c9d3b 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -4,6 +4,7 @@ COMMENT = Chinese support SUBDIR += CJKUnifonts + SUBDIR += CNS11643-font SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += acroread8-zh_CN |