summaryrefslogtreecommitdiff
path: root/japanese/Canna (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add chmoddic.1 to MAN1 which was missing in previous commit,Masafumi Max NAKANE2003-10-151-1/+2
| | | | | | | and bump the PORTREVISION. Notes: svn path=/head/; revision=91283
* Upgrade to 3.6p4.Munechika SUMIKAWA2003-10-143-5/+5
| | | | | | | | PR: ports/58018 Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Notes: svn path=/head/; revision=91234
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add missing files and directoriesKris Kennaway2003-02-221-0/+6
| | | | Notes: svn path=/head/; revision=76103
* Upgrade to 3.6p3.Masafumi Max NAKANE2003-02-067-181/+95
| | | | Notes: svn path=/head/; revision=74952
* Ah, my slippery fingers, portversion should be 3.6p1 instead.Masafumi Max NAKANE2002-12-021-1/+1
| | | | | | | Pointed out by: knu Notes: svn path=/head/; revision=71304
* Upgrade to 3.6p1, which contains security fixes.Masafumi Max NAKANE2002-12-023-21/+20
| | | | | | | | | Approved by: kris Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Review and mod by: max Notes: svn path=/head/; revision=71302
* Correctly handle wchar.Masafumi Max NAKANE2002-11-202-11/+24
| | | | | | | Submitted by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70537
* Cannaserver now has the -u option which allow you to specify who shouldMasafumi Max NAKANE2002-11-144-61/+5
| | | | | | | | | 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> Notes: svn path=/head/; revision=70075
* The LinkFileList hack, introduced in Rev 1.7.Masafumi Max NAKANE2002-11-141-16/+0
| | | | | | | Pointed-out by: AIDA Shinra <aida-s@jcom.home.ne.jp> Notes: svn path=/head/; revision=70074
* Ooops, forgot to 'cvs rm' this when upgrading to 3.6.Masafumi Max NAKANE2002-11-121-20/+0
| | | | | | | Pointed out by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Notes: svn path=/head/; revision=69941
* Upgrade to 3.6.Masafumi Max NAKANE2002-11-1110-169/+60
| | | | Notes: svn path=/head/; revision=69931
* Fix build on -currentKris Kennaway2002-10-261-0/+26
| | | | | | | Submitted by: tjr Notes: svn path=/head/; revision=68852
* Add back files/patch-af which should never be removed. This patch takes ↵Masafumi Max NAKANE2002-08-082-1/+23
| | | | | | | | | | | care of two remote buffer overflows in server/misc.c. This patch was accidentally removed when the port was upgraded. Since this fixes a security problem, bump the port revision. Pointed-Out by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=64197
* Oops, I meant to bump the PORTREVISION with the previous commit sinceMasafumi Max NAKANE2002-05-161-1/+1
| | | | | | | that commit corrected possible problem with pkg_add'ing this port. Notes: svn path=/head/; revision=59236
* - Canna doesn't use /var/run any longer.Masafumi Max NAKANE2002-05-163-22/+23
| | | | | | | | | | | | | | - Improve the startup script. - Modify the pkg-plist so that pkg_delete won't complain even when user dictionaries are installed. - Use correct syntax for chown (bin.bin -> bin:bin) Credits: nyan@jp.FreeBSD.org nork@FreeBSD.org takachan@running-dog.net knu@iDaemons.org Notes: svn path=/head/; revision=59233
* - Make this compile with imake 4.2.0, in which the LinkFileListAkinori MUSHA2002-04-023-3/+75
| | | | | | | | | | | | | | | | | | | definition has been changed somehow. Add a patch to override it with the previous definition. Addressed by: Marc Espie <espie@openbsd.org> - Add a patch to fix bzero()/bcopy() namespace collision. (by me) - Change one of the master sites. Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Discussed on: ports-jp@jp.FreeBSD.org On behalf of: max (MAINTAINER) Notes: svn path=/head/; revision=57175
* Remove the dependency to imake since this is now taken care ofMasafumi Max NAKANE2002-02-161-7/+1
| | | | | | | in bsd.port.mk. Notes: svn path=/head/; revision=54768
* Uncomment BUILD_DEPENDS to xmkmf which was accidentally commented out in 1.44.Masafumi Max NAKANE2002-01-201-1/+1
| | | | Notes: svn path=/head/; revision=53405
* Bump the PORTREVISION to reflect recent changes before the release.Masafumi Max NAKANE2002-01-201-1/+1
| | | | | | | | | | | | I intentionally left the PORTREVISION when the corresponding changes were committed because: 1. MLINKS correction was not as significant as requiring PORTREVISION bump. 2. There could be more minor corrections to the dictionary and I did not think it was worth putting everyone through the upgrade every time minor correction was made to the dictionary. Notes: svn path=/head/; revision=53403
* Properly include bsd.port.pre.mk before the reference toAkinori MUSHA2002-01-191-2/+4
| | | | | | | | | XFREE86_VERSION. Submitted by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=53356
* Urgent fix before the freeze: Add the dependency on devel/imake ifAkinori MUSHA2002-01-191-0/+4
| | | | | | | | | XFREE86_VERSION is 3. This would probably fix the build failure on bento. Notes: svn path=/head/; revision=53354
* Typo fix in MLINKS.Masafumi Max NAKANE2002-01-151-2/+2
| | | | | | | Pointed-out by: Masayuki FUKUI <m-fukui@jp.fujitsu.com> Notes: svn path=/head/; revision=53105
* One more correction to the dictionary.Masafumi Max NAKANE2002-01-121-0/+11
| | | | | | | Submitted by: Yasuhide CANADA <canada@dai.meta.ne.jp> Notes: svn path=/head/; revision=52986
* A patch to correct an error in the dictionary.Masafumi Max NAKANE2002-01-111-0/+11
| | | | | | | | | PR: 33779 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Credit: Yasuhide CANADA <canada@dai.meta.ne.jp> Notes: svn path=/head/; revision=52893
* Adjust post-install and pkg-plist so that all necessary directoriesMasafumi Max NAKANE2001-11-212-9/+12
| | | | | | | | are created with proper mode/ownership at installation time, and thus, possible to pkg_delete cleanly. Notes: svn path=/head/; revision=50309
* Correct the problem which caused server/main.c to be uncompilable.Masafumi Max NAKANE2001-11-202-1/+2
| | | | | | | | | With this fix, problems on -current should have been eliminated. I'm bumping the PORTREVISION to encourage the update. (Maybe I should've done it when I changed the way cannaserver is run, anyway.) Notes: svn path=/head/; revision=50303
* Make dic/ideo/pubdic/pod.c compilable on -current.Masafumi Max NAKANE2001-11-201-0/+20
| | | | | | | Submitted by: Takayuki Tamura <ttathome@remus.dti.ne.jp> Notes: svn path=/head/; revision=50286
* Remove unnecessary line (which has already been commented out).Masafumi Max NAKANE2001-11-201-1/+0
| | | | Notes: svn path=/head/; revision=50285
* Tweaks to make it usable on -current.Masafumi Max NAKANE2001-11-204-3/+70
| | | | | | | | | | | Due to changes to signal handling, invoked child process was not able to send SIGQUIT to the parent. So instead of installing the binary set{[gu]id(bin), setuid(bin) after successful invokation. Reported by: Takayuki Tamura <ttathome@remus.dti.ne.jp> Notes: svn path=/head/; revision=50241
* Oops, PORTVERSION had an extraneous `.'.Masafumi Max NAKANE2001-11-181-1/+1
| | | | Notes: svn path=/head/; revision=50179
* Upgrade to 3.5b2.Masafumi Max NAKANE2001-11-1811-419/+116
| | | | | | | | | | This upgrade is based on submissions from several people over years. I have been reluctant to upgrade this port primarily because I was never sure about the shared lib compatibility. Thanks to those who submitted the patch as well as tested the new version. Notes: svn path=/head/; revision=50176
* user.group -> user:group in chown call(s).Dima Dorfman2001-07-261-3/+3
| | | | Notes: svn path=/head/; revision=45498
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Fix script I broke.Thomas Gellekum2000-07-071-1/+2
| | | | | | | | PR: 19744 Submitted by: knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=30293
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-8/+21
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Add length of delimiters.Jun Kuriyama2000-06-301-2/+2
| | | | | | | Suggested by: kjm@RINS.RYUKOKU.AC.JP Notes: svn path=/head/; revision=30008
* Fix remote buffer overflow vulnerability.Jun Kuriyama2000-06-301-0/+22
| | | | | | | | | | | | | References: SPSadvisory#38 http://shadowpenguin.backsection.net/advisories/advisory038.html (Japanese only) http://shadowpenguin.backsection.net/advisories/index.html (English abstract included) Max, should we use "canna" UID for sandbox'ing? Notes: svn path=/head/; revision=30005
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Add some @dirrm's to cleanup after itself.Satoshi Asami2000-04-301-0/+8
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28191
* Add missing manpages.Satoshi Asami2000-04-301-1/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28190
* 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. :) Notes: svn path=/head/; revision=27449
* Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE2000-03-081-1/+1
| | | | | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment. Notes: svn path=/head/; revision=26647
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Use 'mkdir -p' to create /var/run/Canna in PLIST just in case it existsSteve Price1999-07-041-1/+1
| | | | | | | already. Notes: svn path=/head/; revision=20020
* Correctly install manpages. The removal of USE_IMAKE in the previousSatoshi Asami1999-01-151-2/+2
| | | | | | | commit screwed this up slightly. Notes: svn path=/head/; revision=16065