summaryrefslogtreecommitdiff
path: root/japanese/elvis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* change my e-mail addressMIHIRA Sanpei Yoshiro2000-08-031-1/+1
| | | | | | | --> sanpei@FreeBSD.org Notes: svn path=/head/; revision=31274
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-16/+26
| | | | | | | | | | 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
* Change maintainer's mail address.MIHIRA Sanpei Yoshiro2000-07-022-2/+2
| | | | | | | --> sanpei@sanpei.org Notes: svn path=/head/; revision=30066
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-4/+4
| | | | | | | | | | | 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
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Remove regexp support for libcanna since it can now be builtSteve Price1998-09-211-2/+2
| | | | | | | in ELF format as well. Notes: svn path=/head/; revision=13297
* Man page fix.Masafumi Max NAKANE1998-09-033-11/+10
| | | | | | | | | | | This involves a bit of reorganizing: Instead of using instman.sh that comes with the distribution, use /usr/bin/install to install the man page (by patching the dist makefile), otherwise, man pages get compressed according to elvis's own rule. Notes: svn path=/head/; revision=13001
* Define MAN1 & MANCOMPRESSED.Masafumi Max NAKANE1997-09-151-2/+4
| | | | | | | Move PATCH_DIST_STRIP to appropriate place. Notes: svn path=/head/; revision=7914
* Change some file names and installation location after having PKGNAME changed.Masafumi Max NAKANE1997-09-142-7/+8
| | | | Notes: svn path=/head/; revision=7913
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* New patch:Masafumi Max NAKANE1997-01-081-0/+11
| | | | | | | | | | Change the kanji-in code from ESC $@ -> ESC $B as it was mismatching with kterm. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2417.) Notes: svn path=/head/; revision=5262
* The original distribution tarball has been renamed.Masafumi Max NAKANE1997-01-042-3/+3
| | | | | | | | Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2364.) Notes: svn path=/head/; revision=5207
* mkdir --> ${MKDIR} cp -->${CP}David E. O'Brien1996-12-031-5/+4
| | | | Notes: svn path=/head/; revision=4767
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Prints some warning message about user initialization file at installation.Masafumi Max NAKANE1996-10-221-0/+9
| | | | Notes: svn path=/head/; revision=4075
* Workaround for elvrec acts inproperly when there is symbolic links inMasafumi Max NAKANE1996-10-221-0/+28
| | | | | | | | | | relevant directories. (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=4074
* Changed the name of user initialization file in the man page to .elvisrc.Masafumi Max NAKANE1996-10-221-0/+26
| | | | | | | | (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=4073
* This port now installs startup script into ${PREFIX}/etc/rc.d.Masafumi Max NAKANE1996-10-222-1/+5
| | | | | | | | | | | | Changed the location for the documentation to be installed to ${PREFIX}/share/doc/jp-elvis. (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=4072
* Split the patch file. (Separate patch file for each file to be patched.)Masafumi Max NAKANE1996-10-221-0/+85
| | | | | | | | | | | | Fixed the problem that elvis attempts to use /usr/preserve if /var/preserve doesn't exist. (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=4071
* This port now installs its startup script in ${PREFIX}/etc/rc.d.Masafumi Max NAKANE1996-10-221-7/+28
| | | | | | | | | | | | | | The location for the documentation to be installed is now ${PREFIX}/share/doc/jp-elvis. Added ``editors'' to the CATEGORIES list. (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=4070
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Japanese version of elvis. I was supposed to import this a long timeSatoshi Asami1995-10-185-0/+70
ago, and simply FORGOT. Shame on me. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=2345