aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/wqy
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-14 11:31:32 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-14 11:31:32 +0000
commit05fa8ffc864b25abeac31ae0a166a4cdb51ebeb1 (patch)
tree039b5ba0f0d4718901f5bda8aa1a3793d1688da4 /x11-fonts/wqy
parent0ceee22139cdaca93835fd0a1d7c6eb775df0194 (diff)
downloadports-05fa8ffc864b25abeac31ae0a166a4cdb51ebeb1.tar.gz
ports-05fa8ffc864b25abeac31ae0a166a4cdb51ebeb1.zip
Add wqy.
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/ PR: ports/80878 Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes: svn path=/head/; revision=135229
Diffstat (limited to 'x11-fonts/wqy')
-rw-r--r--x11-fonts/wqy/Makefile43
-rw-r--r--x11-fonts/wqy/distinfo2
-rw-r--r--x11-fonts/wqy/pkg-descr18
3 files changed, 63 insertions, 0 deletions
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/