Skip site navigation (1)Skip section navigation (2)

CVS log for ports/japanese/FreeWnn-lib/Makefile

[BACK] Up to [FreeBSD] / ports / japanese / FreeWnn-lib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:13 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:11 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:34 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jan 2 14:47:17 2010 UTC (2 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -2 lines
- Improve buffer management.  This change should fix issues on amd64.
- Fix daemonizing part.  It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts.  Plus,
  wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
  in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Nov 20 22:53:06 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:21 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jan 2 23:08:14 2009 UTC (3 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -2 lines
- Use RFC 2553 API for AF_INET[46] socket handling.
- Fix several potential buffer overflows.
- Add missing "listenaddr ::1" to cserverc.
- Add WITHOUT_INET6 handling.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jan 2 11:49:48 2009 UTC (3 years, 1 month ago) by hrs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -2 lines
- Enable IPv6 support.

- Add multiple "listenaddr" support.  The jserverrc now
  understands the following statements:

   listenaddr 127.0.0.1
   listenaddr ::1

  The option "-a <listenaddr>" can also be specified more than
  once.  Currently the maximum number of listen addresses is 256.

- SIGINT is no longer hooked when the -D (not daemonize,
  primarily for debugging) flag is specified.

- Add --unix, long opt counterpart of -u.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Nov 1 14:45:14 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Oct 30 07:43:17 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
- Add "-a ADDR" option to jserver and "listenaddr" directive to
  jserverrc.  This specifies listen address of the INET socket.
  Note that the default value is set as 127.0.0.1.  If you need
  the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in
  $wnn_flags or modify jserverrc.
- Fix a buffer overflow when very long file name is specified in
  the -f option.
- Fix a typo in CONFIGURE_ARGS and COMMENT.
- Rename a patch file (patch-Wnn-jd-serverdef).

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Oct 26 19:17:55 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +79 -227 lines
- Style clean-ups.
- Separate */FreeWnn-server and */FreeWnn-lib.
- Take maintainership.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:48 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:46:56 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jul 16 11:02:10 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -1 lines
- Patch makefile for localized manual pages location instead of passing
  --mandir to configure which will be conflict with the default --mandir
  in bsd.port.mk (exp run on pointyhat now)

Reported by:	pointyhat exp run

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 15 00:29:05 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:30 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Dec 7 10:46:19 2005 UTC (6 years, 2 months ago) by hrs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +177 -53 lines
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:42 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 2 20:28:34 2005 UTC (6 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
change the libtool version to use from 1.3 to 1.5

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Dec 7 09:03:31 2004 UTC (7 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -0 lines
That last commit should read '2003'.  Sigh.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Dec 7 08:55:54 2004 UTC (7 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
With portmgr hat on, reset maintainership of port belonging to committer
who has been inactive since late 1993.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:45 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Sep 2 10:04:53 2003 UTC (8 years, 5 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -10 lines
* Support CFLAGS
* USE_AUTOCONF - > USE_AUTOCONF_VER
Submitted by: KATO Tsuguru <tkato@prontomail.com>

* Use config.sub and config.guess in Templates instead of devel/autoconf213
Pointed out by: kuriyama

* Update version to 1.1.1-a020
* Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:26 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:14:45 2003 UTC (8 years, 8 months ago) by taoka
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Change a default server from "jserver" to "localhost"

Submitted by: mita

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Mar 7 00:16:12 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
Remove pkg-comment from remaining master/slave port sets.

Approved by:	portmgr (implicitly)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Dec 1 00:32:35 2001 UTC (10 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
o USE_AUTO* police sweep
- Don't hardcode, use AUTOCONF_DIR

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Aug 8 00:38:01 2001 UTC (10 years, 6 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -5 lines
Update to 1.1.1-a018
All removed patch files was imported into FreeWnn

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:19:36 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +48 -48 lines
typo clean up police: \s -> \t

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Feb 6 13:21:50 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
Style review in ports/japanese.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Nov 16 15:36:15 2000 UTC (11 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
This port INSTALLS_SHLIB.

Submitted by:	bento

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 12 17:08:26 2000 UTC (11 years, 5 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +112 -160 lines
(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.

Notice: I forgot to commit FreeWnn-{lib,server} (^_^;;

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Aug 11 02:56:25 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -1 lines
Add BUILD_DEPENDS to imake-4, since this is one of the weird ports
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:12 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:38:36 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:12:46 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +19 -16 lines
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. :)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Mar 9 03:14:34 2000 UTC (11 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
This port actually requires X libraries.

Submitted by:	bento

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Mar 8 10:56:35 2000 UTC (11 years, 11 months ago) by max
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Use devel/imake instead of x11/XFree86.

Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:23:24 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Change Id->FreeBSD.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:58:28 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat May 1 04:00:17 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Apr 22 15:58:54 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -2 lines
To use ${BATCH}

Noticed by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 10 14:31:58 1999 UTC (13 years ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +102 -24 lines
Add dictionaries and some fixes.

PR:		ports/9625
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 3 11:11:48 1999 UTC (13 years ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -3 lines
Adjust port Makefiles to new EXTRACT_* variable defaults.  See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Oct 4 12:54:11 1998 UTC (13 years, 4 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
(1) Add BUILD_DEPENDS to imake.

Approved by:	asami

(2) Use ${LN} instead of /bin/ln.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Sep 23 02:17:58 1997 UTC (14 years, 4 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
Submitted by:	maintainer

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 19 09:34:31 1997 UTC (14 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -10 lines
Misc. cleanup from maintainer.  Create "wnn" account automatically if
doesn't exist.

PR:		4409
Submitted by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 10 06:51:52 1997 UTC (14 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +64 -11 lines
Fix many bugs.  Share files that can be shared.

PR:		4409
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 19 11:26:07 1997 UTC (14 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -1 lines
The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory.  This is
necessary for letting imake pick it up automatically.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Apr 16 05:00:02 1997 UTC (14 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Master site has moved.

Submitted by:	hanai

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 13 11:19:45 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 11 10:11:43 1996 UTC (15 years, 3 months ago) by max
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
CATEGORIES+= -> CATEGORIES=

Inspired by:	obrien

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 19 04:37:04 1996 UTC (15 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Add "jp-" in front of PKGNAME.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 24 02:22:49 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Why the heck was I calling the build target "pre-build"?!?  (Changed
to do-build.)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 20 18:05:33 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -5 lines
Update of ports/japanese Makefiles to work with the new bsd.port.mk.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 7 05:48:02 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -3 lines
Clean up Makefiles, as per my promise.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:46:22 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 27 13:24:11 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -3 lines
Cleanup according to new bsd.port.mk.  pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 24 11:09:25 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 11 07:20:03 1995 UTC (17 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -4 lines
Don't build every time.
Pointed-out by:	jkh

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 25 18:20:48 1994 UTC (17 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -2 lines
Update to make jserver work.  Needed to "wnntouch" dictionary files
here and there.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 23 08:27:46 1994 UTC (17 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Cleaned up $Id:$ line.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 23 08:26:49 1994 UTC (17 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Oops, forgot to touch build-cookie in dummy build target.  Now I know
why Wnn was getting built over and over.  Sorry, Gary!

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Nov 22 23:37:44 1994 UTC (17 years, 2 months ago) by asami
Branches: Wnn
CVS tags: Wnn4_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Japanese/Chinese/Korean input method (only Japanese part built and
tested---someone else please try other languages!)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 22 23:37:43 1994 UTC (17 years, 2 months ago) by asami
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options