summaryrefslogtreecommitdiff
path: root/japanese/Wnn6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct a message in MakefileSatoshi Taoka2001-07-081-2/+2
|
* s-bit's for jserver and wnnds were lost in the recently version (e.g. ↵Satoshi Taoka2001-07-022-3/+5
| | | | | | | | | | | 4.3-RELEASE) Then 'chmod 4555' for these add into pkg-install. Change from wcd0c to acd0c Pointed out by: Hideaki OKADA <hokada@isl.melco.co.jp> Obtained from: ports-jp@jp.freebsd.org
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | Approved by: sobomax, obrien
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-3/+15
| | | | | | | 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.
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+3
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* grep -> ${GREP}Michael Haro1999-08-231-4/+4
| | | | | true -> ${TRUE} false -> ${FALSE}
* To avoid stopping in "make fetch-list" on /usr/portsSatoshi Taoka1999-08-091-1/+3
| | | | Noticed by: simokawa@FreeBSD.org
* More WWW: additionsMichael Haro1999-05-071-1/+1
|
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
* Use '::' for the extract target since we have two of them now.Steve Price1999-01-182-11/+17
| | | | | PR: 9519 Submitted by: maintainer
* move contents of `do-fetch:' to `pre-extract:'.David E. O'Brien1998-12-311-5/+6
| | | | Ok'ed by: Maintainer's lack of responce to my email asking to do this.
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-3/+1
|
* Cleanup etc. submitted by port maintainer. Create account automaticallySatoshi Asami1997-09-195-65/+225
| | | | | | if it doesn't exist, and chown everything to the right UID after unpacking. Submitted by: maintainer
* Wnn ver 6. Files were already repository copied from japanese/Wnn.Satoshi Asami1997-09-105-700/+211
| | | | | | | | | | Wnn6 is just a wrapper for the commercial Wnn6 CDROM, so you obviously need the CDROM to use the port. Wnn6-lib is the library interface, and this half is free (this port will be used by the upcoming mule ports). PR: 4166 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Fix many bugs. Share files that can be shared.Satoshi Asami1997-09-104-14/+376
| | | | | PR: 4409 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* The project template file is called "X11.tmpl" in XFree86-3.3, so makeSatoshi Asami1997-06-191-1/+4
| | | | | a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically.
* Master site has moved.Satoshi Asami1997-04-161-2/+2
| | | | Submitted by: hanai
* Add some @dirrms.Satoshi Asami1997-03-061-1/+14
|
* Update comments.Satoshi Asami1996-11-131-5/+1
|
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).Satoshi Asami1996-11-131-2/+2
|
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | Inspired by: obrien
* Add "jp-" in front of PKGNAME.Satoshi Asami1996-09-191-2/+2
|
* Misc. bugfix and cleanup.Satoshi Asami1996-08-221-0/+10
| | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* List all files.Satoshi Asami1995-06-231-3/+105
|
* Why the heck was I calling the build target "pre-build"?!? (ChangedSatoshi Asami1995-04-241-2/+2
| | | | to do-build.)
* Update of ports/japanese Makefiles to work with the new bsd.port.mk.Satoshi Asami1995-04-201-5/+2
|
* Clean up Makefiles, as per my promise.Satoshi Asami1995-04-071-3/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andSatoshi Asami1995-03-271-3/+1
| | | | | pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Don't build every time.Satoshi Asami1995-01-111-4/+1
| | | | Pointed-out by: jkh
* Oops, forgot to add new package files. REQ will test if the user "wnn" isSatoshi Asami1994-11-251-0/+6
| | | | | on the system or not. INSTALL will wnntouch the dictionary files upon install.
* Update to make jserver work. Needed to "wnntouch" dictionary filesSatoshi Asami1994-11-251-2/+7
| | | | here and there.
* Cleaned up $Id:$ line.Satoshi Asami1994-11-231-1/+1
|
* Oops, forgot to touch build-cookie in dummy build target. Now I knowSatoshi Asami1994-11-231-0/+1
| | | | why Wnn was getting built over and over. Sorry, Gary!
* Japanese/Chinese/Korean input method (only Japanese part built andSatoshi Asami1994-11-224-0/+233
tested---someone else please try other languages!)