diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-12-01 10:48:34 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-12-01 10:48:34 +0000 |
commit | 6e64e19600fa77eca4bb90f44fd252b00e6637be (patch) | |
tree | 4c99fb8efeba0b0af34bb56a49a9c70a61ae91a0 | |
parent | adecd785d1b01cf4c4e5ff39214e24d689572021 (diff) | |
download | ports-6e64e19600fa77eca4bb90f44fd252b00e6637be.tar.gz ports-6e64e19600fa77eca4bb90f44fd252b00e6637be.zip |
Notes
-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 |