Commit Graph

39 Commits

Author SHA1 Message Date
MANTANI Nobutaka
b8385eb67a Update to 9100e. 2008-01-29 14:59:50 +00:00
MANTANI Nobutaka
5887db87ad Update to 9100d.
PR:		ports/117653
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-12-22 14:04:00 +00:00
MANTANI Nobutaka
381029c829 Update to 9100c.
PR:		ports/116503
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-09-24 14:59:22 +00:00
MANTANI Nobutaka
cbac2726bf Update Okinawa additional dictionary.
PR:		ports/114803
Submitted by:	Yamashiro Jun <yamajun@ofug.net>
2007-07-28 07:19:28 +00:00
MANTANI Nobutaka
4728f4f685 Update to 9100.
PR:		ports/114269
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-07-08 08:06:27 +00:00
MANTANI Nobutaka
3ac8590a93 Update to 8700b. 2007-03-04 13:29:14 +00:00
MANTANI Nobutaka
d676f78433 Update to 8700.
PR:		ports/109699
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-03-03 17:02:36 +00:00
MANTANI Nobutaka
2b42ac9bc5 Update to 8322. 2006-11-23 04:16:09 +00:00
MANTANI Nobutaka
7336a9d6c0 Update to 7900. 2006-07-09 16:29:09 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
MANTANI Nobutaka
653ec27d89 Update to 7500. 2006-03-19 13:18:08 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
MANTANI Nobutaka
c076dcb797 Fix failure of anthy dictionary generation with TMPDIR environment variable.
Submitted by:	HASHIYA Takamitsu <hiraya@interrupt.gr.jp>
2006-02-19 11:21:04 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
MANTANI Nobutaka
01ec33687d - Fix optional dictionary support.
- Add SHA256 checksums to distinfo.

PR:		ports/88920
Submitted by:	Yamashiro, Jun <yamajun@ofug.net>
2005-11-13 13:43:45 +00:00
MANTANI Nobutaka
e50bc85466 Update to 7100b.
PR:		ports/88456
Submitted by:	Jun Mukai <mukai@jmuk.org>
2005-11-03 15:52:47 +00:00
MANTANI Nobutaka
655a007d9a Update to 6700b. 2005-07-02 13:28:00 +00:00
MANTANI Nobutaka
65836ff20b Follow the update of the Okinawan dictionary file.
PR:		ports/79738
Submitted by:	Yamashiro Jun <yamajun@ofug.net>
2005-04-17 16:18:07 +00:00
MANTANI Nobutaka
6b0c40606c Update to 6300d.
Committed at:	Jakarta, Indonesia
2005-03-12 09:45:48 +00:00
Hajimu UMEMOTO
0b2730b93e add a knob to embed gskk (SKK's dictionary for Canna) into Anthy.
Approved by:	nobutaka (maintainer)
2005-03-09 18:49:42 +00:00
Kirill Ponomarev
f73604f940 Fix plist. 2005-03-02 09:53:03 +00:00
MANTANI Nobutaka
bb970b1b5e Update to 6300. 2005-03-01 19:09:39 +00:00
MANTANI Nobutaka
993e3f08dc Add WITH_ODIC knob. This adds geographical names and biographical names in
Okinawa region (located at the southern tip of Japan) to the anthy dictionary.

PR:		ports/75309
Submitted by:	Yamashiro Jun <yamajun@ofug.net>
2005-01-09 12:37:36 +00:00
MANTANI Nobutaka
e56fc08398 Update to 5900. 2004-11-03 16:42:29 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
MANTANI Nobutaka
dfa217ca6f Update to 5500. 2004-07-04 03:11:48 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
MANTANI Nobutaka
bece401906 Update to 5100. 2004-03-02 15:17:48 +00:00
MANTANI Nobutaka
4478b09ae5 Create DOCSDIR before install the document.
Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.

Submitted by:	bento via kris
2004-02-23 13:56:17 +00:00
MANTANI Nobutaka
2668410b93 1. Change the install location of elisp files.
2. SIZEify.
3. Install the document of elisp files.

PR:		ports/63150 [1]
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net> [1]
2004-02-22 13:36:15 +00:00
MANTANI Nobutaka
850cac3e1f Update to 4700. 2003-11-08 17:25:54 +00:00
MANTANI Nobutaka
233cacacca Update checksum of 2ch.t. 2003-10-14 13:47:37 +00:00
MANTANI Nobutaka
b93b90087c Add WITH_2CHDIC knob.
It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
2003-08-31 11:26:36 +00:00
MANTANI Nobutaka
8061c64922 Take over maintainership. 2003-08-24 14:41:50 +00:00
Daichi GOTO
8d6e8c6ac7 update japanese/anthy: 4300 -> 4300b
PR:		55625
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-19 06:06:52 +00:00
Norikatsu Shigemura
e02641c8d6 Update to version 4300[1].
Drop MAINTAINERship.

PR:		ports/54325 [1]
Submitted by:	Ports Fury [1]
Approved by:	maintainer timeout (a long time)
2003-07-11 17:39:39 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
bf64a9173f Add missing files 2002-09-19 02:18:03 +00:00
Yukihiro Nakai
2cbffa33df Initial import.
Another kana-kanji conversion server.
2002-02-26 06:37:10 +00:00