diff options
author | barner <barner@FreeBSD.org> | 2005-12-01 18:48:34 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-12-01 18:48:34 +0800 |
commit | 78b9ef7018888c50b9c186fe8ab867348adb7514 (patch) | |
tree | dc60e7fa53fd80992f8bfcd08474b10fe3dcb690 /chinese | |
parent | 4b33893f5b02906156bce305abf25f52fc0a5eb1 (diff) | |
download | freebsd-ports-gnome-78b9ef7018888c50b9c186fe8ab867348adb7514.tar.gz freebsd-ports-gnome-78b9ef7018888c50b9c186fe8ab867348adb7514.tar.zst freebsd-ports-gnome-78b9ef7018888c50b9c186fe8ab867348adb7514.zip |
Add dfsongsd 1.0, chinese (HKSCS-2001 + CJK A) TrueType fonts.
PR: 81153
Submitted by: chinsan <chinsan@mail2000.com.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/dfsongsd/Makefile | 46 | ||||
-rw-r--r-- | chinese/dfsongsd/distinfo | 3 | ||||
-rw-r--r-- | chinese/dfsongsd/pkg-descr | 9 |
4 files changed, 59 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 5ddda5bb24b7..fccd41a545e6 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -36,6 +36,7 @@ SUBDIR += cwtex SUBDIR += cwtexttf SUBDIR += cxterm + SUBDIR += dfsongsd SUBDIR += dictd-database SUBDIR += emacs20 SUBDIR += enscript diff --git a/chinese/dfsongsd/Makefile b/chinese/dfsongsd/Makefile new file mode 100644 index 000000000000..6d840c98529d --- /dev/null +++ b/chinese/dfsongsd/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: DynaComware DFSongSd +# Date created: 2005/05/08 +# Whom: chinsan <chinsan@mail2000.com.tw> +# +# $FreeBSD$ +# + +PORTNAME= dfsongsd +PORTVERSION= 1.0 +CATEGORIES= chinese x11-fonts +MASTER_SITES= # empty +DISTNAME= DFSongSd.ttf +EXTRACT_SUFX= + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Chinese (HKSCS-2001 + CJK A) TrueType fonts + +RESTRICTED= "No redistribution or commercial use is allowed." +NO_BUILD= yes +NO_WRKSUBDIR= yes + +TTF_DEFAULT= ${DISTFILES} +TTF= ${DISTFILES} + +.include <bsd.port.pre.mk> + +do-extract: + @${MKDIR} ${WRKDIR} + +do-fetch: +.if !exists (${DISTDIR}/${DISTNAME}) +ECHO_MSG=/usr/bin/printf +IGNORE=\'s distfile must be downloaded manually from\n\ +\ \ \ \ \ http://glyph.iso10646hk.net/chinese/download_001.html. If you agree\n\ +\ \ \ \ \ with the terms given in the above page, please download ${DISTNAME},\n\ +\ \ \ \ \ put it into ${DISTDIR} and run \'make\' again\n\n. +.endif + +do-install: + @${MKDIR} ${FONTSDIR} +.for ttf in ${TTF} + ${INSTALL_DATA} ${DISTDIR}/${TTF} ${FONTSDIR} +.endfor + +.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" +.include <bsd.port.post.mk> diff --git a/chinese/dfsongsd/distinfo b/chinese/dfsongsd/distinfo new file mode 100644 index 000000000000..c214cbbb5a31 --- /dev/null +++ b/chinese/dfsongsd/distinfo @@ -0,0 +1,3 @@ +MD5 (DFSongSd.ttf) = 127d1b5d94f579e220a902ddc564b724 +SHA256 (DFSongSd.ttf) = ed16a9558814e0d6e047389a6e45b5fac049c19629283e7445ef919e8b4008ea +SIZE (DFSongSd.ttf) = 22401968 diff --git a/chinese/dfsongsd/pkg-descr b/chinese/dfsongsd/pkg-descr new file mode 100644 index 000000000000..92f19162433e --- /dev/null +++ b/chinese/dfsongsd/pkg-descr @@ -0,0 +1,9 @@ +This port installs Hong Kong Song Style Reference Font(35399 fonts), includes +Traditional/Simpified Chinese and HKSCS-2001 fonts. It can be used along with +X Window System or typesetting software like CJK. + +By accepting this Terms of Use, DynaComware shall grant you a non-exclusive +license for your personal use only of the Software. No redistribution or +commercial use is allowed. + +WWW: http://glyph.iso10646hk.net/chinese/download_001.html |