Commit graph

17 commits

Author SHA1 Message Date
Bill Fenner
fb2804b6c1 Don't try to use ${ECHO_CMD} in an != before including bsd.port.pre.mk
Submitted by:	distfile survey
2002-01-29 16:35:51 +00:00
Akinori MUSHA
0b10204950 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:08:52 +00:00
Satoshi Taoka
7b117d2167 * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).

* Modify master ports of the above ports according to adding these.

* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
2001-08-27 01:20:24 +00:00
Satoshi Taoka
0c671252e2 Make symlinks jvim3 -> jvim and jvim2 -> jvim
Each port of jvim3 and jvim3-direct_canna has a problem
when using jvim3rc in privious port. So I fixed it.
2000-10-10 05:10:07 +00:00
Satoshi Asami
d5b54d0869 Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00
Satoshi Taoka
a77a3c279b (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
      commercial software exits
  (b) Its license was changed to GPL.
  (c) The method to configure was changed from imake to GNU configure.
  (d) Relatively to the original Wnn, the Wnn in the ports tree were
      modified by me a lot. Most of the modifications were adopted
      into FreeWnn.
  (c) Header and library files are installed into
      ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.

(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands.  The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
2000-09-08 04:34:56 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
2000-04-11 14:15:53 +00:00
Satoshi Taoka
c2f3899f88 Add a patch to fix a bug for a japaniese man, jgrep.1
Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
Obtained from: direct mail
1999-10-14 05:07:27 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Satoshi Taoka
0347e6e13e Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
Satoshi Taoka
537c53b31e I make the relation for dependent ports being more correct. 1999-03-06 13:03:36 +00:00
Jun Kuriyama
2ca830d5dd Fix a trouble in visual mode.
PR:		ports/8049
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-09-29 15:26:46 +00:00
Steve Price
6f8bd75797 Remove regexp support for libcanna since it can now be built
in ELF format as well.
1998-09-21 22:33:26 +00:00
Masafumi Max NAKANE
d5d541f9f0 Back out part of my previous commit.
(When doing something like VAR != ${ECHO} string | sed cmd, you can't use
${SED} as it doesn't get expanded.)
Pointed out by:	maintainer
1998-09-09 16:07:12 +00:00
Masafumi Max NAKANE
2fc921b260 Portlint. 1998-09-02 22:34:23 +00:00
Masafumi Max NAKANE
d88dd062cd Remove man page entries. 1998-09-02 22:28:45 +00:00
Jun Kuriyama
0babcec1a3 Japanized Vim
PR:		ports/6029 (part of)
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-07-10 14:05:19 +00:00