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

464 Commits

Author SHA1 Message Date
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
Jing-Tang Keith Jang
366c44d8a6 Fix the missing file: libXThrStub.so.6.0 2000-11-10 08:46:12 +00:00
Jing-Tang Keith Jang
12a48693e2 Remove Makefile's install-user's target. The user should look sample
dot.*rc in ${PREFIX}/share/skel/zh_TW.Big5, instead of `make install-user`.

I also have to admit the RUN_DEPENDS section is too ugly, since it
strives identifying whether an installed port/package is Big5-ized.
For those which is unique or have "cookies", there should be no problem.
But the following still have problems, especially slave ports:

mutt
nvi-big5(if another version of nvi-m17n is installed)
pine4(not sure yet)
rxvt
aterm
tin
tintin++
xmms
2000-11-09 06:09:55 +00:00
Akinori MUSHA
2cdfb68ef2 Fix zh-telnet dependency.
Approved by:	"Michael C . Wu" <keichii@iteration.net> (MAINTAINER)
2000-11-08 08:38:52 +00:00
Jing-Tang Keith Jang
a907c2f753 Fix some typos, and format errors.
There are still some flaws in the install-user section, but I'll
talk to the author.
2000-11-08 07:07:06 +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
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Jing-Tang Keith Jang
711176c5f7 Add templates of pkg-deinstall, pkg-install, pkg-message, and
the startup script, which I forgot in previous commit. :(
2000-11-07 04:57:52 +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
04586e3b44 Initial version.
Imported from outta-port.
2000-11-06 18:43:17 +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
fb231b65dd Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.org 2000-11-06 18:15:21 +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
Jing-Tang Keith Jang
334e7eb390 Change stamp file from CLE-0.9-PRE2 to CLE-0.9p1 2000-11-06 12:12:52 +00:00
Jing-Tang Keith Jang
b255bc69e7 Use xlib for XIM. 2000-11-06 11:53:22 +00:00
Jing-Tang Keith Jang
ad9d5755e5 Fixes for official CLE 0.9p1 release. 2000-11-06 10:41:51 +00:00
Kevin Lo
61e8aea769 Update chinese/bg5ps to 1.3.0p3. This version has two new features:
- Support both GB2312 and Big5 encodings.
- It can now use TTC and TTF fonts.

It's also the final version of bg5ps.

PR: 22549
Submitted by: MAINTAINER
2000-11-03 12:26:53 +00:00
Foxfair Hu
84fe7cc5ac PR: 22479
Submitted by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
Introduce zh-XFree86-aoutlibs port.
From the description of the originator:

x11/XFree86-aoutlibs doesn't support Big5 encoding, so Big5 users
can't input Chinese using XIM in aout applications like Netscape.
This port installs 3.3.6 aout library binaries distributed by XFree86,
which solves the problem.
2000-11-02 06:59:37 +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
df657f52ae 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.
Chinese Netscape navigator, slave port of chinese/netscape47-communicator.
2000-11-02 03:45:04 +00:00