aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/anthy
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Kick MD5 supportmiwi2011-07-031-4/+0
|
* Update to 9100h.nobutaka2009-02-212-5/+5
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Update to 9100e.nobutaka2008-01-292-5/+5
|
* Update to 9100d.nobutaka2007-12-222-5/+5
| | | | | PR: ports/117653 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 9100c.nobutaka2007-09-242-8/+8
| | | | | PR: ports/116503 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update Okinawa additional dictionary.nobutaka2007-07-282-8/+7
| | | | | PR: ports/114803 Submitted by: Yamashiro Jun <yamajun@ofug.net>
* Update to 9100.nobutaka2007-07-082-8/+8
| | | | | PR: ports/114269 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 8700b.nobutaka2007-03-042-5/+5
|
* Update to 8700.nobutaka2007-03-042-5/+5
| | | | | PR: ports/109699 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 8322.nobutaka2006-11-232-5/+5
|
* Update to 7900.nobutaka2006-07-103-7/+6
|
* Remove USE_REINPLACE from categories starting with a Jedwin2006-05-091-1/+0
|
* Update to 7500.nobutaka2006-03-194-27/+16
|
* Conversion to a single libtool environment.ade2006-02-232-1/+5
| | | | Approved by: portmgr (kris)
* Fix failure of anthy dictionary generation with TMPDIR environment variable.nobutaka2006-02-191-0/+11
| | | | Submitted by: HASHIYA Takamitsu <hiraya@interrupt.gr.jp>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Fix optional dictionary support.nobutaka2005-11-132-18/+23
| | | | | | | - Add SHA256 checksums to distinfo. PR: ports/88920 Submitted by: Yamashiro, Jun <yamajun@ofug.net>
* Update to 7100b.nobutaka2005-11-033-15/+6
| | | | | PR: ports/88456 Submitted by: Jun Mukai <mukai@jmuk.org>
* Update to 6700b.nobutaka2005-07-023-5/+6
|
* Follow the update of the Okinawan dictionary file.nobutaka2005-04-182-5/+5
| | | | | PR: ports/79738 Submitted by: Yamashiro Jun <yamajun@ofug.net>
* Update to 6300d.nobutaka2005-03-122-14/+13
| | | | Committed at: Jakarta, Indonesia
* add a knob to embed gskk (SKK's dictionary for Canna) into Anthy.ume2005-03-102-0/+16
| | | | Approved by: nobutaka (maintainer)
* Fix plist.krion2005-03-022-2/+5
|
* Update to 6300.nobutaka2005-03-023-4/+5
|
* Add WITH_ODIC knob. This adds geographical names and biographical names innobutaka2005-01-093-13/+18
| | | | | | | Okinawa region (located at the southern tip of Japan) to the anthy dictionary. PR: ports/75309 Submitted by: Yamashiro Jun <yamajun@ofug.net>
* Update to 5900.nobutaka2004-11-042-7/+7
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 5500.nobutaka2004-07-044-18/+10
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Update to 5100.nobutaka2004-03-023-9/+8
|
* Create DOCSDIR before install the document.nobutaka2004-02-231-1/+2
| | | | | | | Bump PORTREVISION since the document is installed into incorrect location in previous PORTREVISION. Submitted by: bento via kris
* 1. Change the install location of elisp files.nobutaka2004-02-223-2/+13
| | | | | | | | 2. SIZEify. 3. Install the document of elisp files. PR: ports/63150 [1] Submitted by: NIIMI Satoshi <sa2c@sa2c.net> [1]
* Update to 4700.nobutaka2003-11-094-10/+8
|
* Update checksum of 2ch.t.nobutaka2003-10-141-1/+1
|
* Add WITH_2CHDIC knob.nobutaka2003-08-314-2/+32
| | | | It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
* Take over maintainership.nobutaka2003-08-241-1/+1
|
* update japanese/anthy: 4300 -> 4300bdaichi2003-08-193-3/+14
| | | | | PR: 55625 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to version 4300[1].nork2003-07-126-24/+31
| | | | | | | | Drop MAINTAINERship. PR: ports/54325 [1] Submitted by: Ports Fury [1] Approved by: maintainer timeout (a long time)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add missing fileskris2002-09-191-0/+3
|
* Initial import.nakai2002-02-266-0/+63
Another kana-kanji conversion server.