summaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.1sada2002-11-1612-36/+34
| | | | | PR: ports/45263 Submitted by: maintainer
* scripts/configure needs perl -> USE_PERL5=yesedwin2002-11-161-0/+1
| | | | Noticed on: bento
* Support termcap "ec"(erase_chars).shige2002-11-153-0/+83
| | | | | | | | | | | This fixed scroll-and-wipe-screen problem, for example, using /usr/bin/vi(4.x-RELEASE). # There is "ec" directive in "kterm" termcap. # But, kterm-6.2.0_4 or former does not support "ec"(erase_chars). PORTREVISION bumped. Pointed by: KFB03633@nifty.ne.jp
* Support termcap "ec"(erase_chars).shige2002-11-152-1/+14
| | | | | | | | | | | This fixed scroll-and-wipe-screen problem, for example, using /usr/bin/vi(4.x-RELEASE). # There is "ec" directive in "kterm" termcap. # But, kterm-6.2.0_4 or former does not support "ec"(erase_chars). PORTREVISION bumped. Pointed by: KFB03633@nifty.ne.jp
* Update to 3.5.0.knu2002-11-142-2/+2
| | | | | PR: 45283 Submitted by: Takayuki Nakao <t@nakao.org> (MAINTAINER)
* Cannaserver now has the -u option which allow you to specify who shouldmax2002-11-1412-183/+15
| | | | | | own the server process. So instead of patching up the source to drop the root privilege, just use this. Suggested by: AIDA Shinra <aida-s@jcom.home.ne.jp>
* The LinkFileList hack, introduced in Rev 1.7.max2002-11-143-48/+0
| | | | Pointed-out by: AIDA Shinra <aida-s@jcom.home.ne.jp>
* Ooops, forgot to 'cvs rm' this when upgrading to 3.6.max2002-11-123-60/+0
| | | | Pointed out by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
* Upgrade to 3.6.max2002-11-1130-507/+180
|
* Remove ports/japanese/pine.max2002-11-1117-1129/+0
| | | | | | | | | | | Even though this port has some useful features, like Japanese help files and direct support for Japanese input using Canna on the Pico editor, I decided to remove this port as: 1. It seems to continue to have security problems, which no one seems to be working on. 2. mail/pine4 seems to support Japanese. 3. It doesn't seem like there will be an upgrade to this Japanize patch.
* Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl.sada2002-11-111-1/+1
| | | | | Submitted by: SAKAMOTO Seiji <s-seiji@hyper.ocn.ne.jp> Failed by: edwin
* Use REINPLACE_CMD instead of PERL.okazaki2002-11-111-1/+2
| | | | Reviewed by: md5
* - fix option use messagessada2002-11-116-21/+21
| | | | | | | - portlint PR: ports/45206 Submitted by: maintainer Pointed out by: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp> at FreeBSD-users-jp[71924]
* use WW tag for the URL.sada2002-11-101-2/+4
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1078-76/+39
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Maintainer Update to new kdrill version, 6.0.edwin2002-11-093-6/+8
| | | | | | | | | | Note: the md5 checksum in the PR doesn't match the one commited. The changes in the tarball, supplied to me by the maintainer, show nothing serious except for a couple of spelling-changes and some exception handling. PR: ports/43873 Submitted by: Seth Kingsley <sethk@meowfishies.com>
* Upgrade to 2.06.1edwin2002-11-096-8/+8
| | | | | | | | | Upgrade to skkinput-3.0_3.1 pkg-comment -> PORTCOMMENT PR: ports/45040,ports/45041 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
* Japanese/emacs20-emcws dump core when using x11. From currentedwin2002-11-071-5/+13
| | | | | | | list, a linker option "-znocombreloc" can solve this problem. PR: ports/44926 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-072-0/+2
| | | | | | and french/cups-base) Noticed on: bento
* Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"adamw2002-11-071-0/+2
| | | | | | in this case. Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0674-37/+74
| | | | Approved by: pat
* Use REINPLACE_CMD instead of PERL.okazaki2002-11-061-1/+2
| | | | Reviewed by: md5
* Upgrade to version 8.6 .sada2002-11-062-3/+3
| | | | - Detailed condition was issued -- mark NO_CDROM
* Complete the change of domain name from sut.ac.jp to tus.ac.jptrevor2002-11-051-2/+2
| | | | | | | (except in "Whom" lines). Submitted by: hrs PR: 38196
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-042-1/+3
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* Chase libwnn6's shlib major bump.knu2002-11-041-2/+2
| | | | Forgotten by: taoka
* USE_REINPLACE instead of perl.knu2002-11-041-2/+3
|
* PERL -> REINPLACEedwin2002-11-043-1/+4
| | | | And some ports have USE_PERL5=yes now.
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Add cal.rb(0.2), Display a Japanese calendarnork2002-11-046-0/+53
| | | | | PR: ports/43619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Use ruby instead of perl.knu2002-11-041-2/+2
|
* Use sed(1) and USE_REINPLACE instead of perl.knu2002-11-041-4/+5
|
* PERL-re -> REINPLACE_CMD for this port.edwin2002-11-031-1/+2
| | | | See http://bento.freebsd.org/errorlogs/5-latest/ja-libjconv-2.9.log
* Update to 3.4.13yoichi2002-11-032-2/+2
| | | | | PR: 44828 Submitted by: maintainer
* Upgrade to 0.82.kuriyama2002-11-012-2/+2
|
* Fix build by removing declaration for deprecated and unreferencedtaoka2002-10-301-0/+13
| | | | | | | sys_nerr variable. This patch is copied from editors/emacs20/files/patch-src_emacs.c. Approved by: maintaner
* Bump PORTREVISION because of updating the dependency port japanese/Wnn6-libtaoka2002-10-305-7/+13
| | | | Approved by: maintainer
* Fix categories to match dir containing port. bsd.port.mk (and portlint)alane2002-10-302-2/+4
| | | | | | should check for this. Bumped PORTREVISION since this seriously changes the pkg db entries.
* Update LIB_DEPENDS according to updating japanese/Wnn6-libtaoka2002-10-292-2/+2
|
* Update to the latest version (2000.9.1)taoka2002-10-294-15/+12
|
* Update to the latest version 3.1taoka2002-10-2920-103/+117
| | | | | | | | | Change linking libwnn7.so.1 instead of libwnn6_for_wnn7.so.1 Modify pkg-descr Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org
* Update to the 2001.10.17 version of Wnn7SDK.tgztaoka2002-10-2914-226/+125
| | | | | | | | | | The latest version was modified from Wnn6-lib by me. On October 17, 2001, Wnn7SDK.tgz was released from Omron Software Co., Ltd. But I have not modified the port for Wnn7SDK.tgz. Then Mr. Kawaguti modifed it. Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org
* Update to 1.02taoka2002-10-292-3/+3
| | | | | Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org
* Sort plist and add missing directorieskris2002-10-281-368/+382
|
* Use correct syntax for chown (bin.bin -> bin:bin).nork2002-10-273-3/+3
| | | | | PR: ports/43578 Submitted by: TOMITA Yoshinori <yoshint@hotmail.com>
* Change MAINTAINER to tmutoh@mx10.freecom.ne.jp, and MASTER_SITESnork2002-10-272-4/+4
| | | | | | | | to http://www.i.his.fukui-u.ac.jp/~funakami/software/netype/src/. PR: ports/44528 PR: ports/44529 Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> (maintainer)
* Change MAINTAINER to tmutoh@mx10.freecom.ne.jp.nork2002-10-271-1/+1
| | | | | PR: ports/44528 Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> (maintainer)
* Fix build on -currentkris2002-10-263-0/+78
| | | | Submitted by: tjr
* Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+20
| | | | Submitted by: mike
* Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+12
| | | | Submitted by: mike
OpenPOWER on IntegriCloud