1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

483 Commits

Author SHA1 Message Date
Clive Lin
bc978a22b5 Set corresponding font weight and slant.
Non critical change.
2001-01-03 19:30:32 +00:00
Jing-Tang Keith Jang
e8e05d06ae Update to 2.5.2.2.
Reminded by:	vanilla
2001-01-02 06:30:32 +00:00
Vanilla I. Shu
114b854ce8 Properly localization.
Submitted by:	maintainer
2000-12-25 08:23:24 +00:00
Jing-Tang Keith Jang
055c93f161 Update to 1.2. This version fixes some typos, and more variables
in dot.* are added.

Submitted by:	Michael C. Wu <keichii@iteration.net> (MAINTAINER)
Reviewed by:	"Shen Chuan-Hsing" <statue@mail.elife.idv.tw>
2000-12-24 20:42:24 +00:00
Jing-Tang Keith Jang
6866996bbf New port added: zh-eterm
An Eterm that supports BIG5 and GB encodings. Thanks to
MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch.

Submitted by:	Michael C. Wu <keichii@iteration.net>
2000-12-24 20:29:38 +00:00
Jing-Tang Keith Jang
e98970fcb5 Initial version.
Eterm is a color vt102 terminal emulator for X Window system.
It supports pixmap and pseudo-transparent background. It also
supports Japanese input with XIM (X Input Method) protocol.

This version also adds BIG5 and GB support.

Thanks to MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch.

Submitted by:	Michael C. Wu <keichii@iteration.net>
2000-12-24 20:27:20 +00:00
Clive Lin
58d99421e5 Fix a typo.
Submitted by: keichii@iteration.net (MAINTAINER)
2000-12-23 06:32:28 +00:00
Clive Lin
d4ae3bfb17 Upgrade to 1.1.
Submitted by: keichii@iteration.net (MAINTAINER)
2000-12-23 06:29:17 +00:00
Clive Lin
f56383425d Add multibyte cursor auto detection (hack).
Add pkg-message shows how to enable or remove this feature.
Bump portrevision.

Approved by/discussed with: keichii@iteration.net (MAINTAINER)
Obtained from:	Debian package. (but heavily trimed)
2000-12-23 06:18:31 +00:00
Clive Lin
e976b830ea Typo fix:
Do not conflicts -> Do not conflict
Windoz -> Windows(tm)

Submitted by: Many people via private mails.
2000-12-16 02:20:49 +00:00
Clive Lin
f5da59390d Add comments in sample dot.emacs about yes/no consistency and
font-lock and pc-selection-mode.

Yet another comment is
;; Don't ask me more about emacs customization ! You should read the
;; manual or just ask google.com.

Another message for phj@cn.FreeBSD.org, I know you read cvs-all:
Could you give me the URL which introduces how to setup a
zh_CN.EUC environment ? Including all details, I think LANG=zh_CN.EUC
isn't sufficent. Otherwise I can't test and make zh-emacs20 work under
both Simplified/Trditional environment.
2000-12-16 02:14:11 +00:00
Jing-Tang Keith Jang
da6116636f Update source tarballs. This version fixes the two following bugs:
1. Unable to open files in the "Open File..." window
2. Change default printing fonts to DefaultMing

Submitted by:	The first one is from Ming-Yen <myhsu@cyberdude.com>
2000-12-12 06:10:49 +00:00
Jing-Tang Keith Jang
13642df867 New port: vflib
VFlib is a vector font library, which can use TrueType,
Zeit, JG, and BDF fonts.  This version supports both
BIG5/GB encoded fonts.

The original patch was made by Chinese Turbo Linux, and
Chih-Wei Huang <cwhuang@linux.org.tw> added the BIG5 Eten
extension.
2000-12-11 09:47:26 +00:00
Jing-Tang Keith Jang
64fc50a4e6 Displays verbose message when install, and also adds
the WITHOUT_X option.

Tested under:	current+XFree86-4
2000-12-10 07:57:18 +00:00
Jing-Tang Keith Jang
95c6fbe7e4 Displays verbose message when install, and also adds
the WITHOUT_X option.

Tested under:	current+XFree86-4 & stable+XFree86-3
2000-12-10 07:12:06 +00:00
Jing-Tang Keith Jang
de0cdb9f9e Adds two new fonts, moe_sungext.ttf and moe_sungsym.ttf. Although
the fonts are encoded in BIG5, the characters and symbols are from
several less commonly used layers in CNS.  See
http://www.edu.tw/mandr/bbs/1-4-2/1-4-2.html for more details.

Also displays messages about WANT_XX when installing.
2000-12-09 20:09:35 +00:00
Jing-Tang Keith Jang
1b4ebbb32d Adding supports for zh-CJK, zh-ghostscript6, and X-TT, following
zh-arphicttf's pattern.

Some fonts have problems with X-TT/X-freetype, possibly due to bogus
entries, including wcl-02.ttf, wcl-03.ttf, wcl-05.ttf, wcl-06.ttf, and
wcl-07.ttf.  The rest are displayed correctly.

Further testings showed that all these fonts can't be used in GS6. It
seems that the patched GS6 is confused identifying Big5 and GB TTFs,
so for now only the newer Unicode-encoded TTFs can be used.
2000-12-08 16:23:16 +00:00
Jing-Tang Keith Jang
fc08310c13 Add USE_XLIB=yes.
Reported by:	bento
2000-12-08 09:23:06 +00:00
Jing-Tang Keith Jang
a4d9a73796 Update to 4.31.
PR:		ports/23377
Submitted by:	avatar@mmlab.cse.yzu.edu.tw (MAINTAINER)
2000-12-08 09:20:34 +00:00
Jing-Tang Keith Jang
36d3c15aee CJK -> WANT_CJK
GS6 -> WANT_GS6
XTT -> WANT_X

According to bsd.gnome.mk's logic.
2000-12-08 09:01:33 +00:00
Clive Lin
ce13902f3d Don't do isprint(3) filtering, just print it.
Before isprint(3) get fixed or any one knows how to use isprint(3) to
identify multibytes characters, this temporary fix would remain here.

PR: 23196
Reviewed by: People on tw.bbs.comp.386bsd newsgroup
2000-12-07 16:37:52 +00:00
Clive Lin
9e13021dec clive@CirX.ORG -> clive@FreeBSD.org 2000-12-06 13:24:42 +00:00
Jing-Tang Keith Jang
361ae9ae87 Fix building errors due to recent ${PORTSDIR}/editors/joe changes.
Submitted by:	"Shen Chuan-Hsing" <statue@mail.elife.idv.tw>  (MAINTAINER)
2000-12-05 05:47:53 +00:00
Jing-Tang Keith Jang
f0fefed0d4 Remove the old brute-force script that generates thousands of XLFD.
Many of them are unnecessary, and most of the task are handled by
ttfm now.

It's also aware of chinese/{CJK, ghostscript6}.  It supports XFree86
3.x or 4.x by default.  Users only need to define GS6=yes or CJK=yes
when installing, then it'll do most of the work.  CJK and ghostscript6
ports should specify their respective variables via DEPENDS_ARGS.

chinese/{moettf,moefonts-cid,wangttf} will have similar changes.
2000-12-04 12:59:39 +00:00
Jing-Tang Keith Jang
19184ea111 Update to 0.9.2. Prior versions of TTFM modules have many
undefined behaviors, some of which are coherent in 0.9.2,
others like CID & TTF naming conventions are not standardized
yet.

Future versions should move to FreeType 2, since it has more
font support, especially for CID fonts, so that some really
hacks can be removed from TTFM.
2000-12-04 12:15:31 +00:00
Vanilla I. Shu
83cc4e438a Add chinput2, it's a Chinese QuanPin X input server.
PR:		ports/22731
Submitted by:	Peng HaiJie <phj@cn.freebsd.org>
2000-12-02 16:31:57 +00:00
Jing-Tang Keith Jang
cb66659d85 Change perl to ${PERL} 2000-12-02 05:22:36 +00:00
Kevin Lo
e746f975cc Update to 1.2.4
PR: 23195
Submitted by: MAINTAINER
2000-12-01 16:53:37 +00:00
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
13004b54a2 Initial version. A L10N Emacs that can act as an XIM client.
PR:		ports/23198
2000-12-01 04:49:28 +00:00
Jing-Tang Keith Jang
e7bf354fcc Fix machine/console.h -> sys/{consio,kbio}.h change.
PR:		ports/23197
2000-12-01 04:29:28 +00:00
Jing-Tang Keith Jang
6b6d1193a3 Following linux_base/files/yp.conf, NIS should be disabled by default.
Inspired by:	PR21554 by Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
2000-11-30 13:55:16 +00:00
Jing-Tang Keith Jang
9bc169cf18 Change ${PREFIX} to ${LINUXBASE}, and set ${PREFIX} to ${LINUXBASE}.
Also fix spacing errors which existed since it was imported.

Inspired by:	asami's linux_base commit & portlint -abct
2000-11-30 13:49:15 +00:00
Jing-Tang Keith Jang
995edaf768 Initial version.
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 18:00:45 +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
8603c0c2a5 Initial version.
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:43 +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
db5f10a4f2 Update to 0.9.1.
This version fixes some minor typos and bugs in ttfm.sh and X modules,
and the ghostscript6.ttfm module was also added.  The new module is to
be used along with the forthcoming zh-ghostscript6 and zh-enscript.  It
can also be used as a CID font manager.  Relative info can be found at:

http://www.aihara.co.jp/~taiji/tops/

The new GS6 module is written with Japan/Korean in mind, meaning there
are some barebones for identifying/using Japan/Korean TTF/CIDs.

TODO modules:
  * Abiword
  * ChiTeX
  * CID for XFree86-4
  * CJK
  * cwTeX
  * GS5.5/vflib
2000-11-26 18:39:38 +00:00
David E. O'Brien
30abec63d9 Add $FreeBSD$, which help me in problem reports. 2000-11-22 02:22:51 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +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
265f9505fa Upgrade from 4.21 to 4.30.
Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
2000-11-17 19:06:54 +00:00
Jing-Tang Keith Jang
1938dbfd43 Change -*-ming-*-big5-0 to -*-big5-0, in order to remove arphicttf
dependency.

Submitted by:	clive@CirX.ORG (maintainer)
2000-11-16 18:01:04 +00:00
Jing-Tang Keith Jang
2fc4db2a6b Fix conflicts with audio/xmms/Makefile's pre-patch target.
Dependency on arphicttf is also commented.

Submitted by:	clive@CirX.ORG (maintainer)
2000-11-16 17:59:18 +00:00
Jing-Tang Keith Jang
88964d127c Fix PORTREVERSON typo, and add USE_XLIB=yes.
Submitted by:	 bento
2000-11-16 15:36:06 +00:00
Jing-Tang Keith Jang
994525a5de Specify PKGNAMEPREFIX as zh_TW to conform to porter's handbook.
Thanks to asami and bento.
2000-11-15 02:24:35 +00:00
Satoshi Asami
c2043149c6 Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition.
Submitted by:	bento
2000-11-14 11:30:09 +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
Jing-Tang Keith Jang
bcb019a5f4 Prettier output. :-)
Approved by:	 vanilla
2000-11-12 05:20:49 +00:00