diff options
author | sada <sada@FreeBSD.org> | 2000-10-15 00:20:24 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-10-15 00:20:24 +0000 |
commit | 475b6a399abbac51e370ed95e5ff552d3355cfd3 (patch) | |
tree | 09b36a2d212947c48c96f8b48824574a7c8d3de0 /chinese/pyDict/files/gtkrc.zh_TW.big5.sample | |
parent | 198c67ec5d218cd87d7843e6597128cde7c4e862 (diff) | |
download | FreeBSD-ports-475b6a399abbac51e370ed95e5ff552d3355cfd3.zip FreeBSD-ports-475b6a399abbac51e370ed95e5ff552d3355cfd3.tar.gz |
New port: chinese/pyDict.
From pkg-descr:
pyDict is a Chinese(Big5) <-> English dictionary, written in Python.
It can be used as a console app or X11 window(with -x option). The
data is prepared by TurboLinux in simplified Chinese, then converted
to traditional Chinese by CLE(Chinese Linux Extension) team.
PR: ports/14643
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/pyDict/files/gtkrc.zh_TW.big5.sample')
-rw-r--r-- | chinese/pyDict/files/gtkrc.zh_TW.big5.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chinese/pyDict/files/gtkrc.zh_TW.big5.sample b/chinese/pyDict/files/gtkrc.zh_TW.big5.sample new file mode 100644 index 0000000..205a26c --- /dev/null +++ b/chinese/pyDict/files/gtkrc.zh_TW.big5.sample @@ -0,0 +1,6 @@ +style "default" { + fontset = "-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1,\ + -*-medium-r-normal--14-*-*-*-*-*-big5-0" +} +class "GtkWidget" style "default" + |