Commit graph

75 commits

Author SHA1 Message Date
Jing-Tang Keith Jang
ebc6eda7ad New port added: emacs20
ls -l /usr/ports/chinese/*/Makefile |wc -l
      64
ls -l /usr/ports/korean/*/Makefile | wc -l
      63

Hmm, this is a milestone. :-)

PR:		ports/23198
2000-12-01 04:55:26 +00:00
Jing-Tang Keith Jang
b3386707a4 New port: enscript
This port adds Chinese support to enscript, which means it can convert
a BIG5/CNS plain text to a PS document, with all the fancy features
provided by enscript.  Unlike bg5ps, it can't manage GB yet, but it's
easy to add.  Another useful feature is with the ps2pdf and zh-ghostscript6,
it is now possible to generate font-embedded Chinese pdf document from
plain text on the fly, which also means platform-independent.

Due to some problems in the CMap files provided by Adobe, Eten-B5-H and
B5-H CMaps are unable to map correct ascii glyphs in TTFs.  BIG5 users
are suggested to use B5pc-H for the time being.

Maybe it's time to re-organize ports/chinese/* font relationships.
2000-11-27 17:59:47 +00:00
Jing-Tang Keith Jang
88494606a7 New port: ghostscript6
This port adds Big5/GB TTF support to Ghostscript 6.  Since GS6
treated TTF as translated CID fonts, users can then use them in
various applications that generate PS documents, like Netscape
or enscript.

The major drawback, compared to Ghostscript+VFlib, is that GS6
doesn't support automated font variations like bold or italic.
The font can only be used as the way it is.
2000-11-27 12:50:21 +00:00
Jing-Tang Keith Jang
8a04ee0731 New port: zh-wangttf
This port installs ten Chinese Big5-encoded ttfs, made by
Dr. Hann-Tzong Wang.  They are distributed under GPL.

There should be better integrations of arphicttf/moettf/wangttf,
ttfm, and those apps using ttf.
2000-11-19 04:26:02 +00:00
Jing-Tang Keith Jang
09cc04f6fe New port added: ttfm
A True Type Font Manager that handles true type font installation,
uninstallation, list, and default font setting.  It was originally
in the CLE Linux distribution, modified by Cheng Yuan-Chung from
Joerg Pommnitz's ttmkfdir, to have Big5/GB TTF better detection.

There are four modules as of version 0.9.0 for their respective apps:

chitex: For ChiTeX, a Chinese TeX/LaTeX
ttf2pk: Generate pk/tfm for CJK
xfreetype: For Xfsft in XFree86 3.3.x and "freetype" module in 4.x
xttfm: For X-TT in XFree86 3.3.x and "xtt" module in 4.x, available
       in both tcl and sh versions.

Since ChiTeX hasn't been ported yet, CJK needs further tuning, only
xfreetype & xttfm are available right now.  Future applications which
uses TTF(like ghostscript) should use TTFM to manage TTF.  The importing
of this port also implies existing ports like arphicttf/moettf should
be re-written.

/me is always able to find trouble for himself. :-)
2000-11-13 08:48:09 +00:00
Jing-Tang Keith Jang
8ccae5de36 New port added: zh-joe.
It's a joe-like editor, but with Big5 menus and help.
2000-11-12 12:21:02 +00:00
Kevin Lo
bdbb5191c6 This port follows the proposed automatic L10N for ports discussed
at the BSDCon2000 I18N meeting.  User only needs to install
the port to gain a fully localized Traditional Chinese system.

PR: 22673
Submitted by: Michael C. Wu <keichii@peorth.iteration.net>
2000-11-08 01:07:04 +00:00
Jing-Tang Keith Jang
4d10c5d235 New port: mkisofs
mkisofs is a pre-mastering program that generates binary ISO9660
filesystem image.  Users can then write the image to devices like
CD-R or CD-RW.  This port can also generate Chinese Big5 filenames
on Joliet filesystems.  Use the -J option to activate it.

Although it works flawlessly, further improvements are possible:
1. Accept GB(Simplified Chinese) filenames also.
2. Upgrade to mkisofs 1.13.  1.13 uses a better structure to manage
   I18N, which is (almost all) borrowed from Linux kernel's fs code.
2000-11-07 04:50:24 +00:00
Jing-Tang Keith Jang
2593f0a327 Add two new ports: linux-netscape47-{communicator,navigator}
Imported from outta-port.
2000-11-06 18:41:45 +00:00
Jing-Tang Keith Jang
4980c21b00 Add linux-gtk. Here's the i18n advantages over x11-toolkits/linux-gtk:
Better word wrapping for CJK strings
Specify default font's encoding explicitly
Better XLFD handling
Selection resync fixes
Numerous gtkrc.$locale samples
Other minor fixes

One flaw of this port is that CLE only supports i386 platform, so alpha
users still have to use x11-toolkits/linux-gtk.
2000-11-06 14:00:50 +00:00
Foxfair Hu
33c4872163 PR: 22479
Submitted by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
Introduce zh-XFree86-aoutlibs port.
2000-11-02 06:59:22 +00:00
Foxfair Hu
0ba5a88c94 PR: 22342
Submitted by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
Reviewed by:	Michael C. Wu <keichii@peorth.iteration.net>
Active zh-netscape47-navigator.
2000-11-02 03:42:00 +00:00
Foxfair Hu
d9571520ae PR: 21691
Submitted by:	Jing-Tang Keith Jang <keith@sinica.edu.tw>
Reviewed by:	Michael C. Wu <keichii@peorth.iteration.net>
Active zh-netscape47-communicator.
2000-11-02 03:38:55 +00:00
Foxfair Hu
22a1dfc569 PR: 21691
Submitted by:	Jing-Tang Keith Jang <keith@sinica.edu.tw>
Reviewed by:	Michael C. Wu <keichii@peorth.iteration.net>
Obtained from:	outta-port@freebsd.sinica.edu.tw
Add new port : cle_base.

CLE(Chinese Linux Extension) is a project providing Chinese L10N for
Linux, mainly the RedHat distribution.  This port picks packages from
a minimal CLE installation.  In addition to Linux emulation, you can
run L10N Linux applications like Netscape or (hopefully) Star Office.

WWW: http://cle.linux.org.tw
2000-11-02 03:27:15 +00:00
Foxfair Hu
4840855a2d PR: 22408
Submitted by:	Michael C. Wu <keichii@peorth.iteration.net>
Add new port rxvt-gb(2.6.3) into ports/chinese, this is for GB(simp-Chinese)
and it is a slave port from x11/rxvt.
2000-11-02 03:13:40 +00:00
Foxfair Hu
30bb05c7c2 PR: 22407
Submitted by:	Michael C. Wu <keichii@peorth.iteration.net>
Active rxvt-big5
2000-11-02 03:09:04 +00:00
Kris Kennaway
8934149fde Blow away pine3 port.
Requested by:	Maintainer
PR:		22406
2000-11-01 09:39:59 +00:00
Kevin Lo
f4a5c5a177 Import of zh-xemacs21
XEmacs text editor version 21, with XIM support and Big5 settings.

PR: 22145
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-20 15:48:56 +00:00
Kevin Lo
d13ff660d2 Import big5fs-1.0
big5fs reads Big5 filenames on Joliet and VFAT filesystems.

PR: 22146
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-20 15:31:09 +00:00
SADA Kenji
3f5edbeda2 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>
2000-10-15 00:20:24 +00:00
Kevin Lo
bbe8ef209a Import moefonts-cid, which is MOE CIDFonts converted by Adobe.
PR: 21703
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-03 15:43:11 +00:00
Foxfair Hu
5c20a96770 Say hello to zh-tintin++. 2000-09-26 11:08:46 +00:00
Ade Lovett
16c8c16723 Move chinese/cdict to chinese/stardict 2000-09-19 14:57:50 +00:00
Vanilla I. Shu
25cbeefaee Activate zh-chinput. 2000-09-12 03:37:19 +00:00
Satoshi Taoka
a77a3c279b (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
      commercial software exits
  (b) Its license was changed to GPL.
  (c) The method to configure was changed from imake to GNU configure.
  (d) Relatively to the original Wnn, the Wnn in the ports tree were
      modified by me a lot. Most of the modifications were adopted
      into FreeWnn.
  (c) Header and library files are installed into
      ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.

(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands.  The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
2000-09-08 04:34:56 +00:00
Vanilla I. Shu
2b3e364e58 Activate zh-mutt 2000-08-26 09:03:32 +00:00
Kevin Lo
09e930a48a Initial import of zh-xmms 1.2.2
zh-xmms is an audio player with a Winamp GUI.
PR: 20719
Submitted by: Clive Lin <clive@CirX.ORG>
2000-08-24 12:09:34 +00:00
Foxfair Hu
abc45cff82 Active zh-emacs. 2000-01-04 03:26:52 +00:00
Steve Price
ec4d27341f Activate the tocps port. 1999-11-26 20:54:14 +00:00
Chris Piazza
35c627dae7 Activate cdict 1999-11-25 00:39:40 +00:00
Jun-ichiro itojun Hagino
e0e33e9ac4 remove those ports as the original distribution is not available any more
(and a long time have passed since it has gone).
1999-11-22 11:22:44 +00:00
Yukihiro Nakai
d272c05068 Add autoconvert 1999-10-27 10:54:17 +00:00
Foxfair Hu
4175671c56 Active arphicttf. 1999-10-19 08:10:42 +00:00
Foxfair Hu
faf977b053 Active xa+cv. 1999-09-09 10:13:04 +00:00
Foxfair Hu
c2208bac56 Deactive xphotohunter. 1999-09-07 11:37:04 +00:00
Foxfair Hu
562dc6953c Active xcin25. 1999-09-07 11:28:45 +00:00
Foxfair Hu
662a9049b2 Active xphotohunter. 1999-09-06 06:49:29 +00:00
Foxfair Hu
6216538ecb Active libtabe. 1999-08-31 18:30:45 +00:00
Foxfair Hu
f9db2ba77c Active ve now. 1999-08-31 18:16:38 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Foxfair Hu
5ad0489eff moettf ---> ports/chinese/moettf && Active moettf in Makefile. 1999-07-18 01:01:23 +00:00
Satoshi Taoka
d8e1cea72d Added acroread-chsfont and acroread-chtfont 1999-06-17 09:37:42 +00:00
Steve Price
8e2305f4b5 Activate the zh-muni port. 1999-05-09 17:45:27 +00:00
Satoshi Asami
6171b0f2a6 Remove zh-aterm, it's called aterm now.
Forgotten by:	foxfair
1999-05-06 08:55:17 +00:00
Steve Price
7f22bc51d9 Activate the zh-aterm port. 1999-05-01 13:48:54 +00:00
Foxfair Hu
83ff320d78 zh-aterm is active now. 1999-04-29 09:10:43 +00:00
Steve Price
6eed293481 Activate the zh-telnet port. 1999-04-03 01:36:26 +00:00
Vanilla I. Shu
0fc495d2ea Activate CJK. 1998-10-08 15:38:20 +00:00
Satoshi Asami
30b971b5aa Remove pine. 1998-07-21 14:54:53 +00:00
Vanilla I. Shu
d34866b5e0 Activate zh-pine3 & zh-pine4. 1998-07-21 13:45:07 +00:00