Commit Graph

410 Commits

Author SHA1 Message Date
Vanilla I. Shu
e0e6a64173 Install input method now.
Submitted by:	maintainer.
2000-09-12 05:55:10 +00:00
Vanilla I. Shu
25cbeefaee Activate zh-chinput. 2000-09-12 03:37:19 +00:00
Vanilla I. Shu
2e07116061 input server which support XIM protocol,ported from linux version.
PR:		ports/21109
Submitted by:	Peng HaiJie <phj@cn.freebsd.org>
2000-09-12 03:36:31 +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
David E. O'Brien
5effb6b76e Turn on locale fixes.
Submitted by:	Clive Lin <clive@cirx.org>
2000-09-02 06:03:51 +00:00
David E. O'Brien
9f880fa917 I changed the name of a patch, but forgot to update it here. 2000-08-31 21:19:22 +00:00
David E. O'Brien
e5f349ca10 Make this a proper satellite port.
Approved by:	maintainer
2000-08-30 05:31:58 +00:00
Akinori MUSHA
2e87c89fc5 Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports.

I just wonder how I could overlook this.  I thought I tested with Wnn,
netscape and so on.  *sigh*

Yes, I know how I can fix it, but I'd certainly back out first.

Reported by:	steve
Pointy hat to:	knu
2000-08-27 16:52:51 +00:00
Akinori MUSHA
939eab9dd0 PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from:	ports list, PW
2000-08-27 06:13:35 +00:00
David E. O'Brien
0c6715fb31 Use patch to enable full ANSI colour. 2000-08-27 04:44:44 +00:00
David E. O'Brien
90c5078b1c Break patch-0b into the one file for each source file patched. Having a
patch apply to >1 file is against the Porter's Handbook's guidlines.
2000-08-26 09:43:51 +00:00
Vanilla I. Shu
2b3e364e58 Activate zh-mutt 2000-08-26 09:03:32 +00:00
Vanilla I. Shu
bd53eefe64 import chinese-localed mutt.
PR:		ports/20805
Submitted by:	Clive Lin <clive@CirX.ORG>
2000-08-26 09:02:47 +00:00
Vanilla I. Shu
6ea92306b0 Upgrade to 2.5.2p5. 2000-08-25 05:19:48 +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
Vanilla I. Shu
fc1111df82 Upgrade to latest version. 2000-08-12 07:36:22 +00:00
Vanilla I. Shu
7429493181 Upgrade to 0.1.6. 2000-08-12 07:34:05 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Kevin Lo
fbcde30d36 Update MASTER_SITES 2000-08-05 16:41:57 +00:00
Kevin Lo
e963535bd1 Fix core dump problem 2000-08-04 16:33:54 +00:00
Kevin Lo
dfa1fa27f2 autoconvert was missing "zh-" in front of PORTNAME 2000-08-03 16:22:08 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Steve Price
9e217d165e Fixup dependencies after version number bump of the png library. 2000-07-30 18:03:11 +00:00
Kevin Lo
0e6574d8ef Update MASTER_SITES. 2000-07-19 15:35:27 +00:00
Vanilla I. Shu
398ecef161 Make it compileable with libtabe-0.1.5. 2000-07-16 08:51:39 +00:00
Vanilla I. Shu
e43a87b983 Upgrade to 0.1.5. 2000-07-16 08:49:48 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Alexander Langer
22e1133da4 add a second mastersite.
PR:		19540
Submitted by:	maintainer
2000-06-27 13:39:07 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Vanilla I. Shu
bba12a994e Fix the refresh problem.
Submitted by:	ja-kon ports.
2000-06-10 11:47:53 +00:00
Satoshi Asami
9741d6da4d Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
leaves fonts.alias behind -- it is not removing any entries from that file.)
2000-06-01 06:46:32 +00:00
Satoshi Asami
aba80d1200 @dirrm share/doc/cless
Submitted by:	lunchbox
2000-05-30 10:51:05 +00:00
Vanilla I. Shu
3fbcef2d2f Correct MASTER_SITE.
Submitted by:	fenner's distfiles reminder.
2000-05-28 01:14:41 +00:00
Vanilla I. Shu
860a0bf120 Remove obsolete site,
and add a patch for damn kcfont bug.

Submitted by:	clive@cirx.org
2000-04-30 04:15:36 +00:00
Vanilla I. Shu
75f3ff63ac Fix pkg/PLIST.
Submitted by:	maintainer
2000-04-24 06:28:46 +00:00
Vanilla I. Shu
a6faafe89e Upgrade to 20000418.
Submitted by:	maintainer
2000-04-24 06:27:40 +00:00
Vanilla I. Shu
df37865b90 Upgrade to 0.1.4.
Submitted by:	maintainer
2000-04-24 06:26:40 +00:00
Vanilla I. Shu
baa192293d Upgrade to 2.5.2p3
Submitted by:	maintainer
2000-04-24 06:25:50 +00:00
Vanilla I. Shu
ee8efaea60 Back to ver 1.4, that's my fault. :( 2000-04-22 11:30:22 +00:00
Vanilla I. Shu
11600e9f92 Correct the DISTNAME. 2000-04-22 11:24:55 +00:00
Michael Haro
2336a9f253 portlint 2000-04-20 10:36:21 +00:00
Michael Haro
bf95ea1974 quiet portlint 2000-04-20 10:35:30 +00:00
Michael Haro
46a551c5f5 quiet portlint 2000-04-20 10:27:05 +00:00
Michael Haro
7730433388 quite portlint 2000-04-20 10:23:06 +00:00
Michael Haro
4bc59f8fad quiet portlint 2000-04-20 10:19:06 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
5026928fba Cosmetic. Set their categories right.
print/acroread-commfont:
  - Use CATEGORIES+= to follow after a slave's lang-specific category.

{chinese,japanese,korean}/acroread-*font:
  - Set only the lang-specific category for each.
2000-04-14 16:55:52 +00:00
Akinori MUSHA
1fa5be246b Cosmetic.
{chinese,japanese,korean}/mule-*:
  - Set only the lang-specific category for each.

editors/mule:
  - Set CATEGORIES+= editors to follow after a slave's lang-specific category.
  - Define MULE_VERSION and EMACS_VERSION to use.

editors/mule-common:
  - Remove redundant `Version required' line.
  - Define MULE_VERSION and EMACS_VERSION to use.
  - Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
2000-04-14 16:47:49 +00:00
Satoshi Asami
74b19501bc Convert to PORTNAME/PORTVERSION.
Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
2000-04-13 08:28:23 +00:00
Akinori MUSHA
6ad3d48b8d Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX.
And remove the `Version required' line as well.
2000-04-12 14:46:54 +00:00
Satoshi Asami
935136d047 Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
Satoshi Asami
d73baabd78 Add PKGNAMEPREFIX definitions for language-specific dirs. 2000-04-10 16:34:45 +00:00
Vanilla I. Shu
e87c8ad2dd Remove a foolish patch. 2000-04-03 02:29:18 +00:00
Vanilla I. Shu
0a549fc8d6 Add a patch for vga_cursor. 2000-04-02 11:18:21 +00:00
Vanilla I. Shu
4046f07bee Respect CC and CFLAGS 2000-04-02 04:50:22 +00:00
Vanilla I. Shu
95013cc339 Upgrade to 4.4d. 2000-04-02 04:43:18 +00:00
Vanilla I. Shu
b3447d4853 Fix patch error. 2000-04-02 03:29:20 +00:00
Michael Haro
a9f868e1ce update MASTER_SITES
PR:		17624
Submitted by:	maintainer
2000-04-01 21:34:44 +00:00
Michael Haro
13a80d1a16 o update chinese/rxvt to 2.7.3
o merge MASTER_SITES from x11/rxvt
o kick over-bolded font out
o now it's happy with chinese/kcfonts and chinese/arphicttf

PR:		17618
Submitted by:	clive@cirx.org
2000-04-01 00:05:46 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Michael Haro
4005837bf8 Shrink pkg/COMMENT to 70 chars
PREFIX -> X11BASE
2000-03-21 23:32:36 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Foxfair Hu
8157d73db6 PR: 17369
Submitted by:	Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
Update to 0.3.5, patches submitted by port's maintainer.
2000-03-19 03:14:37 +00:00
Foxfair Hu
f9236ec24a PR: 17135
Submitted by:	Peng HaiJie <phj@cn.FreeBSD.org>
Disable REQUIRES_MOTIF in this port, we don't need it.
Patch submitted by the MAINTAINER.
2000-03-19 01:58:47 +00:00
Foxfair Hu
d6c7e88f49 Fix install bug w/ xcin25. 2000-03-06 03:18:33 +00:00
Vanilla I. Shu
e80422978a Correct the BROKEN on my last commit :( 2000-03-06 01:00:00 +00:00
Foxfair Hu
6f2f758127 Fix the broken part made by vanilla in rev 1.7, the patches have been tested
before I commit it.

Submitted by: maintainer.
2000-03-05 03:46:11 +00:00
Satoshi Asami
65a83a2912 Library name has changed. Also, fix a typo in directory name.
(Do people actually *test* these stuff before they commit them?!?)
2000-03-03 22:27:23 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Vanilla I. Shu
7a0a491c10 Upgrade to latest version
PR:		ports/16940
Submitted by:	maintainer
2000-02-27 11:54:37 +00:00
Vanilla I. Shu
5926beca6b Upgrade to latest version.
PR:		ports/16939
Submitted by:	maintainer.
2000-02-27 11:50:39 +00:00
Vanilla I. Shu
6212d86aac Upgrade to 1.4.2. 2000-02-27 04:41:35 +00:00
Vanilla I. Shu
fe111ca0a0 Upgrade to 2.3.04-3 2000-02-27 03:49:34 +00:00
R. Imura
f226137b56 Update to version 2.7.2.
PR:		16596
Submitted by:	maintainer
2000-02-23 13:50:48 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
R. Imura
66019505cb Update nvi-m17n (19990331 -> 19991117).
PR:		16513
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
2000-02-12 20:31:34 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Vanilla I. Shu
2996fa7a7b Fix for 4.0-current.
Submitted by:	Keith Jang (keith@freebsd.sinica.edu.tw)
2000-02-06 07:04:31 +00:00
Foxfair Hu
cb2821cb05 PR: 16433
Submitted by:	The maintainer(Keith Jang <keith@freebsd.sinica.edu.tw>)
Update CJK to the version of 2000/01/27.
2000-02-01 16:26:48 +00:00
Steve Price
ead1524ebb Fromm maintainer:
1. Change freetype-1.2 to freetype-1.3 in post-install, so
   it can find freetype sources to build ttf2pk & ttf2tfm.
2. It no longer uses moettf, but Arphic ttf instead, which
   has no character loss and IMHO much more beautiful. :)
3. Generates GB tfms from Arphic fonts.
4. Update maintainer's address.

PR:		16042
Submitted by:	maintainer
2000-01-24 06:28:34 +00:00
Foxfair Hu
c93896aa60 PR: 16229
Submitted by:	Keith Jang <keith@ml.tw.freebsd.org>
Fix the kcfonts problem with some X applications, like Netscape or XEmacs.
The program which generates kcfonts just doesn't follow XLFD and let the
X-app get wrong information of big5-encoding fonts.
2000-01-23 14:16:54 +00:00
Foxfair Hu
7f96263abb PR: 16230
Submitted by:	Keith Jang <keith@ml.tw.freebsd.org>
Upgrade to Arphic TTF v2.11 released by Arphic Inc., also fixed some
glyph data in the GB fonts.
2000-01-23 14:09:13 +00:00
R. Imura
4f0e0d2ab8 Update version to 0.3.4.
PR:		15940
Submitted by:	Maintainer
2000-01-14 18:19:15 +00:00
Foxfair Hu
abc45cff82 Active zh-emacs. 2000-01-04 03:26:52 +00:00
Foxfair Hu
ec6f4d2153 Import a new XIM-enabled(Chinese specified) XEmacs 20.4.
Submitted by : Keith Jang <keith@freebsd.sinica.edu.tw>
2000-01-04 03:12:24 +00:00
Steve Price
9c8ec23437 Add back a '=' between DISTNAME and its value.
PR:		15864
Submitted by:	John Reynolds <jjreynold@home.com>
2000-01-03 18:56:10 +00:00
Foxfair Hu
801547c5ab 1. edit the formating of comment line.
2. Add a patch to clean some warning message when building this port.
2000-01-03 15:30:32 +00:00
Foxfair Hu
e64830ad14 Re-format <space> and <tab> in the Makefile, the changes is really trivial
and no need to get any permission from the maintainer first.

Obtained from : bento.
2000-01-03 15:05:09 +00:00
Steve Price
066cac2a52 Fix error message on pkg_add(1) and add fonts.alias to make X-locale
program use these fonts automatically.

PR:		12271
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-29 08:42:34 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Steve Price
965c27e236 Update to version 4.21.
PR:		14994
Submitted by:	maintainer
1999-12-27 00:58:54 +00:00
Steve Price
e6b88db8e7 Update to version 0.1b8.
PR:		15654
Submitted by:	maintainer
1999-12-24 04:15:24 +00:00
Steve Price
29af67b372 Update to version 1.1b2.
PR:		15653
Submitted by:	maintainer
1999-12-24 04:10:22 +00:00
Steve Price
f560409f2c Update to version 2.5.2b4.
Submitted by:	15655
Reviewed by:	maintainer
1999-12-24 04:08:54 +00:00
Steve Price
ec4d27341f Activate the tocps port. 1999-11-26 20:54:14 +00:00
Steve Price
e8159f0956 Initial import of zh-tocps version 1.0.
Translates PostScript files with Chinese characters.

PR:		14388
Submitted by:	Peng HaiJie <phj@transfar.com>
1999-11-26 20:38:32 +00:00
R. Imura
cc4ba0df9f update to 0.3.3
PR:		15041
Submitted by:	Maintainer
1999-11-26 16:14:30 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00