The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD japanese : anthy

Another kana-kanji conversion system

 Anthy is a Japanese input method working on X11 and emacs.
It converts Hiragana text to Kana Kanji mixed text.

Supplemental 2ch BBS terms dictionary which is installed by WITH_2CHDIC knob
is developed by Omaemona 2ch/Linux (DQN) Project.
(http://omaemona.sourceforge.net/) 

http://anthy.sourceforge.jp/



anthy history


v. 1.34
date: 2007/09/24 14:59:22;  author: nobutaka;  state: Exp;  lines: +5 -5
Update to 9100c.

PR:		ports/116503
Submitted by:	KIMURA Yasuhiro 

v. 1.33 date: 2007/07/28 07:19:28; author: nobutaka; state: Exp; lines: +4 -5 Update Okinawa additional dictionary. PR: ports/114803 Submitted by: Yamashiro Jun
v. 1.32 date: 2007/07/08 08:06:27; author: nobutaka; state: Exp; lines: +5 -5 Update to 9100. PR: ports/114269 Submitted by: KIMURA Yasuhiro
v. 1.31 date: 2007/03/04 13:29:14; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700b.
v. 1.30 date: 2007/03/03 17:02:36; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700. PR: ports/109699 Submitted by: KIMURA Yasuhiro
v. 1.29 date: 2006/11/23 04:16:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 8322.
v. 1.28 date: 2006/07/09 16:29:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 7900.
v. 1.27 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.26 date: 2006/03/19 13:18:08; author: nobutaka; state: Exp; lines: +12 -13 Update to 7500.
v. 1.25 date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:49:42; author: ade; state: Exp; lines: +1 -1 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.
v. 1.23 date: 2005/11/13 13:43:45; author: nobutaka; state: Exp; lines: +17 -16 - Fix optional dictionary support. - Add SHA256 checksums to distinfo. PR: ports/88920 Submitted by: Yamashiro, Jun
v. 1.22 date: 2005/11/03 15:52:47; author: nobutaka; state: Exp; lines: +2 -2 Update to 7100b. PR: ports/88456 Submitted by: Jun Mukai
v. 1.21 date: 2005/07/02 13:28:00; author: nobutaka; state: Exp; lines: +2 -2 Update to 6700b.
v. 1.20 date: 2005/04/17 16:18:07; author: nobutaka; state: Exp; lines: +3 -3 Follow the update of the Okinawan dictionary file. PR: ports/79738 Submitted by: Yamashiro Jun
v. 1.19 date: 2005/03/12 09:45:48; author: nobutaka; state: Exp; lines: +9 -10 Update to 6300d. Committed at: Jakarta, Indonesia
v. 1.18 date: 2005/03/09 18:49:42; author: ume; state: Exp; lines: +14 -0 add a knob to embed gskk (SKK's dictionary for Canna) into Anthy. Approved by: nobutaka (maintainer)
v. 1.17 date: 2005/03/02 09:53:03; author: krion; state: Exp; lines: +4 -1 Fix plist.
v. 1.16 date: 2005/03/01 19:09:39; author: nobutaka; state: Exp; lines: +2 -2 Update to 6300.
v. 1.15 date: 2005/01/09 12:37:36; author: nobutaka; state: Exp; lines: +16 -2 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
v. 1.14 date: 2004/11/03 16:42:29; author: nobutaka; state: Exp; lines: +5 -5 Update to 5900.
v. 1.13 date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1 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
v. 1.12 date: 2004/07/04 03:11:47; author: nobutaka; state: Exp; lines: +3 -2 Update to 5500.
v. 1.11 date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1 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.
v. 1.10 date: 2004/03/02 15:17:47; author: nobutaka; state: Exp; lines: +2 -3 Update to 5100.
v. 1.9 date: 2004/02/23 13:56:17; author: nobutaka; state: Exp; lines: +2 -1 Create DOCSDIR before install the document. Bump PORTREVISION since the document is installed into incorrect location in previous PORTREVISION. Submitted by: bento via kris
v. 1.8 date: 2004/02/22 13:36:15; author: nobutaka; state: Exp; lines: +7 -1 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 [1]
v. 1.7 date: 2003/11/08 17:25:54; author: nobutaka; state: Exp; lines: +2 -2 Update to 4700.
v. 1.6 date: 2003/08/31 11:26:36; author: nobutaka; state: Exp; lines: +15 -1 Add WITH_2CHDIC knob. It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
v. 1.5 date: 2003/08/24 14:41:50; author: nobutaka; state: Exp; lines: +1 -1 Take over maintainership.
v. 1.4 date: 2003/08/19 06:06:52; author: daichi; state: Exp; lines: +8 -2 update japanese/anthy: 4300 -> 4300b PR: 55625 Submitted by: KATO Tsuguru
v. 1.3 date: 2003/07/11 17:39:39; author: nork; state: Exp; lines: +11 -5 Update to version 4300[1]. Drop MAINTAINERship. PR: ports/54325 [1] Submitted by: Ports Fury [1] Approved by: maintainer timeout (a long time)
v. 1.2 date: 2003/03/07 06:04:42; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/02/26 06:37:08; author: nakai; state: Exp; Initial import. Another kana-kanji conversion server. ============================================================================= v. 1.34 date: 2007/09/24 14:59:22; author: nobutaka; state: Exp; lines: +5 -5 Update to 9100c. PR: ports/116503 Submitted by: KIMURA Yasuhiro
v. 1.33 date: 2007/07/28 07:19:28; author: nobutaka; state: Exp; lines: +4 -5 Update Okinawa additional dictionary. PR: ports/114803 Submitted by: Yamashiro Jun
v. 1.32 date: 2007/07/08 08:06:27; author: nobutaka; state: Exp; lines: +5 -5 Update to 9100. PR: ports/114269 Submitted by: KIMURA Yasuhiro
v. 1.31 date: 2007/03/04 13:29:14; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700b.
v. 1.30 date: 2007/03/03 17:02:36; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700. PR: ports/109699 Submitted by: KIMURA Yasuhiro
v. 1.29 date: 2006/11/23 04:16:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 8322.
v. 1.28 date: 2006/07/09 16:29:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 7900.
v. 1.27 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.26 date: 2006/03/19 13:18:08; author: nobutaka; state: Exp; lines: +12 -13 Update to 7500.
v. 1.25 date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:49:42; author: ade; state: Exp; lines: +1 -1 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.
v. 1.23 date: 2005/11/13 13:43:45; author: nobutaka; state: Exp; lines: +17 -16 - Fix optional dictionary support. - Add SHA256 checksums to distinfo. PR: ports/88920 Submitted by: Yamashiro, Jun
v. 1.22 date: 2005/11/03 15:52:47; author: nobutaka; state: Exp; lines: +2 -2 Update to 7100b. PR: ports/88456 Submitted by: Jun Mukai
v. 1.21 date: 2005/07/02 13:28:00; author: nobutaka; state: Exp; lines: +2 -2 Update to 6700b.
v. 1.20 date: 2005/04/17 16:18:07; author: nobutaka; state: Exp; lines: +3 -3 Follow the update of the Okinawan dictionary file. PR: ports/79738 Submitted by: Yamashiro Jun
v. 1.19 date: 2005/03/12 09:45:48; author: nobutaka; state: Exp; lines: +9 -10 Update to 6300d. Committed at: Jakarta, Indonesia
v. 1.18 date: 2005/03/09 18:49:42; author: ume; state: Exp; lines: +14 -0 add a knob to embed gskk (SKK's dictionary for Canna) into Anthy. Approved by: nobutaka (maintainer)
v. 1.17 date: 2005/03/02 09:53:03; author: krion; state: Exp; lines: +4 -1 Fix plist.
v. 1.16 date: 2005/03/01 19:09:39; author: nobutaka; state: Exp; lines: +2 -2 Update to 6300.
v. 1.15 date: 2005/01/09 12:37:36; author: nobutaka; state: Exp; lines: +16 -2 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
v. 1.14 date: 2004/11/03 16:42:29; author: nobutaka; state: Exp; lines: +5 -5 Update to 5900.
v. 1.13 date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1 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
v. 1.12 date: 2004/07/04 03:11:47; author: nobutaka; state: Exp; lines: +3 -2 Update to 5500.
v. 1.11 date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1 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.
v. 1.10 date: 2004/03/02 15:17:47; author: nobutaka; state: Exp; lines: +2 -3 Update to 5100.
v. 1.9 date: 2004/02/23 13:56:17; author: nobutaka; state: Exp; lines: +2 -1 Create DOCSDIR before install the document. Bump PORTREVISION since the document is installed into incorrect location in previous PORTREVISION. Submitted by: bento via kris
v. 1.8 date: 2004/02/22 13:36:15; author: nobutaka; state: Exp; lines: +7 -1 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 [1]
v. 1.7 date: 2003/11/08 17:25:54; author: nobutaka; state: Exp; lines: +2 -2 Update to 4700.
v. 1.6 date: 2003/08/31 11:26:36; author: nobutaka; state: Exp; lines: +15 -1 Add WITH_2CHDIC knob. It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
v. 1.5 date: 2003/08/24 14:41:50; author: nobutaka; state: Exp; lines: +1 -1 Take over maintainership.
v. 1.4 date: 2003/08/19 06:06:52; author: daichi; state: Exp; lines: +8 -2 update japanese/anthy: 4300 -> 4300b PR: 55625 Submitted by: KATO Tsuguru
v. 1.3 date: 2003/07/11 17:39:39; author: nork; state: Exp; lines: +11 -5 Update to version 4300[1]. Drop MAINTAINERship. PR: ports/54325 [1] Submitted by: Ports Fury [1] Approved by: maintainer timeout (a long time)
v. 1.2 date: 2003/03/07 06:04:42; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/02/26 06:37:08; author: nakai; state: Exp; Initial import. Another kana-kanji conversion server. ============================================================================= v. 1.34 date: 2007/09/24 14:59:22; author: nobutaka; state: Exp; lines: +5 -5 Update to 9100c. PR: ports/116503 Submitted by: KIMURA Yasuhiro
v. 1.33 date: 2007/07/28 07:19:28; author: nobutaka; state: Exp; lines: +4 -5 Update Okinawa additional dictionary. PR: ports/114803 Submitted by: Yamashiro Jun
v. 1.32 date: 2007/07/08 08:06:27; author: nobutaka; state: Exp; lines: +5 -5 Update to 9100. PR: ports/114269 Submitted by: KIMURA Yasuhiro
v. 1.31 date: 2007/03/04 13:29:14; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700b.
v. 1.30 date: 2007/03/03 17:02:36; author: nobutaka; state: Exp; lines: +2 -2 Update to 8700. PR: ports/109699 Submitted by: KIMURA Yasuhiro
v. 1.29 date: 2006/11/23 04:16:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 8322.
v. 1.28 date: 2006/07/09 16:29:09; author: nobutaka; state: Exp; lines: +2 -2 Update to 7900.
v. 1.27 date: 2006/05/09 00:17:58; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with a J
v. 1.26 date: 2006/03/19 13:18:08; author: nobutaka; state: Exp; lines: +12 -13 Update to 7500.
v. 1.25 date: 2006/02/23 10:37:30; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:49:42; author: ade; state: Exp; lines: +1 -1 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.
v. 1.23 date: 2005/11/13 13:43:45; author: nobutaka; state: Exp; lines: +17 -16 - Fix optional dictionary support. - Add SHA256 checksums to distinfo. PR: ports/88920 Submitted by: Yamashiro, Jun
v. 1.22 date: 2005/11/03 15:52:47; author: nobutaka; state: Exp; lines: +2 -2 Update to 7100b. PR: ports/88456 Submitted by: Jun Mukai
v. 1.21 date: 2005/07/02 13:28:00; author: nobutaka; state: Exp; lines: +2 -2 Update to 6700b.
v. 1.20 date: 2005/04/17 16:18:07; author: nobutaka; state: Exp; lines: +3 -3 Follow the update of the Okinawan dictionary file. PR: ports/79738 Submitted by: Yamashiro Jun
v. 1.19 date: 2005/03/12 09:45:48; author: nobutaka; state: Exp; lines: +9 -10 Update to 6300d. Committed at: Jakarta, Indonesia
v. 1.18 date: 2005/03/09 18:49:42; author: ume; state: Exp; lines: +14 -0 add a knob to embed gskk (SKK's dictionary for Canna) into Anthy. Approved by: nobutaka (maintainer)
v. 1.17 date: 2005/03/02 09:53:03; author: krion; state: Exp; lines: +4 -1 Fix plist.
v. 1.16 date: 2005/03/01 19:09:39; author: nobutaka; state: Exp; lines: +2 -2 Update to 6300.
v. 1.15 date: 2005/01/09 12:37:36; author: nobutaka; state: Exp; lines: +16 -2 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
v. 1.14 date: 2004/11/03 16:42:29; author: nobutaka; state: Exp; lines: +5 -5 Update to 5900.
v. 1.13 date: 2004/07/09 17:42:31; author: marcus; state: Exp; lines: +1 -1 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
v. 1.12 date: 2004/07/04 03:11:47; author: nobutaka; state: Exp; lines: +3 -2 Update to 5500.
v. 1.11 date: 2004/03/14 06:16:45; author: ade; state: Exp; lines: +1 -1 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.
v. 1.10 date: 2004/03/02 15:17:47; author: nobutaka; state: Exp; lines: +2 -3 Update to 5100.
v. 1.9 date: 2004/02/23 13:56:17; author: nobutaka; state: Exp; lines: +2 -1 Create DOCSDIR before install the document. Bump PORTREVISION since the document is installed into incorrect location in previous PORTREVISION. Submitted by: bento via kris
v. 1.8 date: 2004/02/22 13:36:15; author: nobutaka; state: Exp; lines: +7 -1 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 [1]
v. 1.7 date: 2003/11/08 17:25:54; author: nobutaka; state: Exp; lines: +2 -2 Update to 4700.
v. 1.6 date: 2003/08/31 11:26:36; author: nobutaka; state: Exp; lines: +15 -1 Add WITH_2CHDIC knob. It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
v. 1.5 date: 2003/08/24 14:41:50; author: nobutaka; state: Exp; lines: +1 -1 Take over maintainership.
v. 1.4 date: 2003/08/19 06:06:52; author: daichi; state: Exp; lines: +8 -2 update japanese/anthy: 4300 -> 4300b PR: 55625 Submitted by: KATO Tsuguru
v. 1.3 date: 2003/07/11 17:39:39; author: nork; state: Exp; lines: +11 -5 Update to version 4300[1]. Drop MAINTAINERship. PR: ports/54325 [1] Submitted by: Ports Fury [1] Approved by: maintainer timeout (a long time)
v. 1.2 date: 2003/03/07 06:04:42; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/02/26 06:37:08; author: nakai; state: Exp; Initial import. Another kana-kanji conversion server. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm