summaryrefslogtreecommitdiff
path: root/japanese/Canna (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-07-04Use 'mkdir -p' to create /var/run/Canna in PLIST just in case it existsSteve Price1-1/+1
already. Notes: svn path=/head/; revision=20020
1999-01-15Correctly install manpages. The removal of USE_IMAKE in the previousSatoshi Asami1-2/+2
commit screwed this up slightly. Notes: svn path=/head/; revision=16065
1999-01-04Stop RUN_DEPEND to X, make BUILD_DEPEND only,SADA Kenji2-21/+25
and some portlint check. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=15826
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1-8/+10
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
1998-10-10Fix warning message.Jun Kuriyama1-2/+3
Notes: svn path=/head/; revision=13862
1998-09-21ELF shlib names should be listed when a.out shlibs end with ".0".Satoshi Asami1-4/+4
Notes: svn path=/head/; revision=13298
1998-09-21Convert to ELF and cleanup use of MAN* macros.Steve Price2-76/+25
Notes: svn path=/head/; revision=13296
1998-08-25These ports install uncompressed manpages even though USE_IMAKE isSatoshi Asami1-1/+2
set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours). Notes: svn path=/head/; revision=12817
1998-08-15mkdir /var/run/canna at startup script.Jun Kuriyama1-1/+3
PR: ports/7400 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=12525
1998-05-05Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1-0/+1
PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
1997-10-17dirrm absolute path -> unexecJun-ichiro itojun Hagino1-1/+1
Notes: svn path=/head/; revision=8312
1997-10-17due to /var/run permission change in 2.2.5-RELEASE, we changedJun-ichiro itojun Hagino3-119/+84
change where to write pid file. Submitted by: sanpei@jp.freebsd.org Notes: svn path=/head/; revision=8311
1997-09-14Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1-2/+2
for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
1997-07-17ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=7360
1997-07-13/bin/sh -> ${SH}Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=7303
1997-06-11Fix this slightly differently, change "all:" to "all:", this seems moreSatoshi Asami1-2/+3
in line with the other Makefiles. Notes: svn path=/head/; revision=6868
1997-06-11Remove empty "all:" target. Something in XFree86-3.3 imake config filesSatoshi Asami1-0/+11
makes make unhappy about this line. Notes: svn path=/head/; revision=6863
1996-11-18Remove spurious ^M at end of lines.Satoshi Asami1-186/+186
Notes: svn path=/head/; revision=4574
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1-17/+13
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
1996-11-11Command line argument is checked and exits if $2!=POST-INSTALL.Masafumi Max NAKANE1-0/+1
Notes: svn path=/head/; revision=4393
1996-11-11CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1-7/+3
Instead of writing several shell commands in post-install target, simply call pkg/INSTALL. Notes: svn path=/head/; revision=4392
1996-11-05Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1-5/+5
Notes: svn path=/head/; revision=4297
1996-10-31Replaced spaces with tabs in several places, so that Imake will generatesMasafumi Max NAKANE1-1/+30
valid Makefiles. Notes: svn path=/head/; revision=4208
1996-09-19Check on /etc/services will be performed upon pkg_add, too.Masafumi Max NAKANE1-0/+6
Notes: svn path=/head/; revision=3820
1996-09-19So, here it comes back again. (I certainly hope the keyword substitutionMasafumi Max NAKANE1-0/+160
mode is set correctly.) Notes: svn path=/head/; revision=3816
1996-09-19The keyword substitution mode of patch-ad needs to be changed to -ko,Masafumi Max NAKANE1-160/+0
so I remove this file first. (And it will be back soon.) Notes: svn path=/head/; revision=3815
1996-09-19Fixed broken patch file. (Well, I hope it works...)Masafumi Max NAKANE1-36/+44
Notes: svn path=/head/; revision=3813
1996-09-18PKGNAME is now prefixed with ``jp-.''Masafumi Max NAKANE1-3/+3
${LOCALBASE} is used instead of /usr/local. Submitted by: asami@FreeBSD.ORG Notes: svn path=/head/; revision=3808
1996-09-18Changed the maintainer from Satoshi to Max.Masafumi Max NAKANE6-293/+548
This port now installs man pages. (Patch-ac is responsible for following three items.) This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna} instead of /usr/local/Canna/{bin,include,lib}. Changed the location and the name of the lock file to /var/run/Canna.pid. Changed the location of the log file to /var/log. Now the readme file is not installed into the directory where the lock file resides. (patch-ab) In post-install:, /etc/services is checked and the user will be notified if there is no entry for Canna. Added new patch to modify source of several man pages to avoid it displaying an empty page before showing its content. (patch-ad) Notes: svn path=/head/; revision=3805
1996-09-17Fixed the problem that the startup script installed in /usr/local/etc/rc.dMasafumi Max NAKANE1-3/+4
didn't actually start the program. Amazingly, no one has complained about this problem!! Notes: svn path=/head/; revision=3800
1996-08-09Install startup script in .../etc/rc.d.Satoshi Asami3-10/+13
Submitted by: Masafumi NAKANE <max@sfc.wide.ad.jp> Notes: svn path=/head/; revision=3553
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-06-26Revised PLIST, with all the correct permissions and ownerships.Satoshi Asami1-7/+123
Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=1892
1995-06-26${XMKMF} -> xmkmf, so that "make includes" and such won't get invokedSatoshi Asami1-2/+2
twice. Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=1891
1995-06-24AddSatoshi Asami2-1/+5
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
1995-06-22Upgrade, 3.2p1 -> 3.2p2.Satoshi Asami5-296/+64
Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=1852
1995-04-07Clean up Makefiles, as per my promise.Satoshi Asami1-3/+7
Notes: svn path=/head/; revision=1302
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-1/+2
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1-1/+2
and some other minor cleanup. Notes: svn path=/head/; revision=1196
1995-03-07Added chown bin.bin to the lock dir.Satoshi Asami1-0/+1
Submitted by: nobu@psrc.isac.co.jp (Actually the initial import should have had this Submitted by: line too) Notes: svn path=/head/; revision=1107
1995-03-06Canna, a kana-kanji conversion engine from NEC.Satoshi Asami6-0/+433
Notes: svn path=/head/; revision=1099