diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/wqy/Makefile | 43 | ||||
-rw-r--r-- | x11-fonts/wqy/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/wqy/pkg-descr | 18 |
4 files changed, 64 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 1c9fd8eaf249..6802386c9666 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -60,6 +60,7 @@ SUBDIR += urwfonts SUBDIR += urwfonts-ttf SUBDIR += webfonts + SUBDIR += wqy SUBDIR += xfed SUBDIR += xmbdfed SUBDIR += xorg-fonts-100dpi diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile new file mode 100644 index 000000000000..56c9c9698b20 --- /dev/null +++ b/x11-fonts/wqy/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: wqy font +# Date created: 11 May 2005 +# Whom: Dryice Liu <dryice@liu.com.cn> +# +# $FreeBSD$ +# + +PORTNAME= wqy +PORTVERSION= 1.1.0 +CATEGORIES= x11-fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ +MASTER_SITE_SUBDIR= wqy +DISTNAME= ${PORTNAME}-yhunifont-bdf-${PORTVERSION} + +MAINTAINER= dryice@liu.com.cn +COMMENT= A font which includes all the CJK characters covered by Unicode 4.0 + +WRKSRC= ${WRKDIR}/${PORTNAME}-yhunifont +NO_BUILD= yes +USE_X_PREFIX= yes +FONTSDIR= lib/X11/fonts/wqy + +PLIST_FILES= ${FONTSDIR}/fonts.dir ${FONTSDIR}/yhunifont.bdf +PLIST_DIRS= ${FONTSDIR} + +.if !defined(NOPORTDOCS) +PORTDOCS= AUTHORS ChangeLog COPYING INSTALL README.yhunifont +.endif + +do-install: + @${MKDIR} ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/yhunifont.bdf ${PREFIX}/${FONTSDIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/x11-fonts/wqy/distinfo b/x11-fonts/wqy/distinfo new file mode 100644 index 000000000000..16e5e487655c --- /dev/null +++ b/x11-fonts/wqy/distinfo @@ -0,0 +1,2 @@ +MD5 (wqy-yhunifont-bdf-1.1.0.tar.gz) = 930b6f9f1c86c4672cc596d655b4cfe8 +SIZE (wqy-yhunifont-bdf-1.1.0.tar.gz) = 981317 diff --git a/x11-fonts/wqy/pkg-descr b/x11-fonts/wqy/pkg-descr new file mode 100644 index 000000000000..b1374de601bc --- /dev/null +++ b/x11-fonts/wqy/pkg-descr @@ -0,0 +1,18 @@ +The wqy font includes all the CJK characters covered by the Unicode +Standard 4.0. + +This font is created by merging GNU Unifont (by Roman Czyborra +<roman@czyborra.com> and David Starner <dvdeug@debian.org>) with GBK 16 font +from yh-3.1 (Yan Huang Chinese Platform, Redflag Linux, +http://www.redflag-linux.com/). + +The CJK Unified Ideographs (U+4E00~U+9FA5) are now complete, and the quality +of the bitmaps has improved significantly. + +This release is part of an ongoing effort from the WenQuanYi Project to +create high-quality open-source bitmap Chinese fonts. + +Currently only bitmap fonts are available. TTF fonts are in progress. + +WWW: http://wqy.sourceforge.net/en/ +WWW: http://sitaphi.com/pub/song_jian_biao/ |