The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : cln

Class Library for Numbers

 CLN is a library for computations with all kinds of numbers. It has a
rich set of number classes: 

   - Integers (with unlimited precision),
   - Rational numbers,
   - Floating-point numbers:
        Short float,
        Single float,
        Double float,
        Long float (with unlimited precision),
   - Complex numbers,
   - Modular integers (integers modulo a fixed integer),
   - Univariate polynomials.

The subtypes of the complex numbers among these are exactly the types
of numbers known to the Common Lisp language. Therefore CLN can be used
for Common Lisp implementations, giving `CLN' another meaning: it
becomes an abbreviation of "Common Lisp Numbers".  

http://www.ginac.de/CLN/



cln history


v. 1.33
date: 2007/07/23 09:36:10;  author: rafan;  state: Exp;  lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.32 date: 2007/06/29 16:29:06; author: araujo; state: Exp; lines: +1 -1 - Change my mail address to araujo@. Approved by: stas (mentor)
v. 1.31 date: 2007/01/28 09:07:40; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.30 date: 2007/01/18 08:28:48; author: itetcu; state: Exp; lines: +4 -5 - update to 1.1.13 - pet portlint - pass maintainership to submitter PR: ports/108049 Submitted by: Marcelo Araujo
v. 1.29 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - 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
v. 1.28 date: 2006/05/10 14:46:44; author: ale; state: Exp; lines: +2 -1 Chase gmp library and bump PORTREVISION.
v. 1.27 date: 2006/01/23 09:33:30; author: garga; state: Exp; lines: +1 -1 - Update to 1.1.11 PR: ports/92030 Submitted by: maintainer
v. 1.26 date: 2005/11/12 11:15:47; author: pav; state: Exp; lines: +5 -0 - Bail out when older version is installed, because the compilation would fail PR: ports/88567 Submitted by: Kay Lehmann
v. 1.25 date: 2005/11/03 21:21:35; author: pav; state: Exp; lines: +3 -1 - Add more master sites, the original site have 10 slots limit and is full Reported by: krismail
v. 1.24 date: 2005/11/01 23:58:14; author: pav; state: Exp; lines: +3 -10 - Update to 1.1.10 PR: ports/88347 Submitted by: KATO Tsuguru
v. 1.23 date: 2005/10/28 23:20:45; author: kris; state: Exp; lines: +2 -2 BROKEN on ia64: Does not compile
v. 1.22 date: 2005/06/07 08:39:31; author: pav; state: Exp; lines: +2 -2 - Revert recent libtool damage, unbreak on 4.X PR: ports/81958 Submitted by: KATO Tsuguru Pointy hat to: oliver
v. 1.21 date: 2005/06/02 20:28:36; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.20 date: 2005/02/14 08:12:42; author: ijliao; state: Exp; lines: +9 -1 upgrade to 1.1.9
v. 1.19 date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1 Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr
v. 1.18 date: 2004/08/16 19:32:40; author: krion; state: Exp; lines: +6 -16 Update to verion 1.1.8 PR: ports/70544 Submitted by: Ports Fury
v. 1.17 date: 2004/07/09 17:42:33; 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.16 date: 2004/03/14 06:16:55; 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.15 date: 2004/03/07 05:43:33; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile
v. 1.14 date: 2004/02/04 05:07:27; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.13 date: 2004/01/31 04:09:48; author: arved; state: Exp; lines: +3 -2 Update to 1.1.6, now with AMD64 support.
v. 1.12 date: 2003/10/10 17:52:21; author: krion; state: Exp; lines: +20 -8 - Add dependency for devel/stlport on 4-stable (to build math/GiNaC properly) - Utilize INFO PR: 57834 Submitted by: Ports Fury
v. 1.11 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.10 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2002/07/31 09:36:03; author: ijliao; state: Exp; lines: +17 -10 upgrade to 1.1.5 PR: 41172 Submitted by: Ports Fury
v. 1.7 date: 2002/06/25 07:09:44; author: ijliao; state: Exp; lines: +1 -1 bump libgmp4 libversion
v. 1.6 date: 2002/04/18 08:20:49; author: ijliao; state: Exp; lines: +2 -1 libgmp3 -> libgmp4
v. 1.5 date: 2002/03/13 03:18:40; author: ijliao; state: Exp; lines: +10 -5 upgrade to 1.1.4 drop maintainership
v. 1.4 date: 2001/09/08 07:29:19; author: ijliao; state: Exp; lines: +5 -3 upgrade to 1.1.2 Submitted by: fenner's log
v. 1.3 date: 2001/08/31 14:20:26; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.2 date: 2001/06/12 04:45:51; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.1.1
v. 1.1 date: 2001/02/12 14:55:37; author: ijliao; state: Exp; readd cln to math ============================================================================= v. 1.33 date: 2007/07/23 09:36:10; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.32 date: 2007/06/29 16:29:06; author: araujo; state: Exp; lines: +1 -1 - Change my mail address to araujo@. Approved by: stas (mentor)
v. 1.31 date: 2007/01/28 09:07:40; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.30 date: 2007/01/18 08:28:48; author: itetcu; state: Exp; lines: +4 -5 - update to 1.1.13 - pet portlint - pass maintainership to submitter PR: ports/108049 Submitted by: Marcelo Araujo
v. 1.29 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - 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
v. 1.28 date: 2006/05/10 14:46:44; author: ale; state: Exp; lines: +2 -1 Chase gmp library and bump PORTREVISION.
v. 1.27 date: 2006/01/23 09:33:30; author: garga; state: Exp; lines: +1 -1 - Update to 1.1.11 PR: ports/92030 Submitted by: maintainer
v. 1.26 date: 2005/11/12 11:15:47; author: pav; state: Exp; lines: +5 -0 - Bail out when older version is installed, because the compilation would fail PR: ports/88567 Submitted by: Kay Lehmann
v. 1.25 date: 2005/11/03 21:21:35; author: pav; state: Exp; lines: +3 -1 - Add more master sites, the original site have 10 slots limit and is full Reported by: krismail
v. 1.24 date: 2005/11/01 23:58:14; author: pav; state: Exp; lines: +3 -10 - Update to 1.1.10 PR: ports/88347 Submitted by: KATO Tsuguru
v. 1.23 date: 2005/10/28 23:20:45; author: kris; state: Exp; lines: +2 -2 BROKEN on ia64: Does not compile
v. 1.22 date: 2005/06/07 08:39:31; author: pav; state: Exp; lines: +2 -2 - Revert recent libtool damage, unbreak on 4.X PR: ports/81958 Submitted by: KATO Tsuguru Pointy hat to: oliver
v. 1.21 date: 2005/06/02 20:28:36; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.20 date: 2005/02/14 08:12:42; author: ijliao; state: Exp; lines: +9 -1 upgrade to 1.1.9
v. 1.19 date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1 Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr
v. 1.18 date: 2004/08/16 19:32:40; author: krion; state: Exp; lines: +6 -16 Update to verion 1.1.8 PR: ports/70544 Submitted by: Ports Fury
v. 1.17 date: 2004/07/09 17:42:33; 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.16 date: 2004/03/14 06:16:55; 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.15 date: 2004/03/07 05:43:33; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile
v. 1.14 date: 2004/02/04 05:07:27; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.13 date: 2004/01/31 04:09:48; author: arved; state: Exp; lines: +3 -2 Update to 1.1.6, now with AMD64 support.
v. 1.12 date: 2003/10/10 17:52:21; author: krion; state: Exp; lines: +20 -8 - Add dependency for devel/stlport on 4-stable (to build math/GiNaC properly) - Utilize INFO PR: 57834 Submitted by: Ports Fury
v. 1.11 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.10 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2002/07/31 09:36:03; author: ijliao; state: Exp; lines: +17 -10 upgrade to 1.1.5 PR: 41172 Submitted by: Ports Fury
v. 1.7 date: 2002/06/25 07:09:44; author: ijliao; state: Exp; lines: +1 -1 bump libgmp4 libversion
v. 1.6 date: 2002/04/18 08:20:49; author: ijliao; state: Exp; lines: +2 -1 libgmp3 -> libgmp4
v. 1.5 date: 2002/03/13 03:18:40; author: ijliao; state: Exp; lines: +10 -5 upgrade to 1.1.4 drop maintainership
v. 1.4 date: 2001/09/08 07:29:19; author: ijliao; state: Exp; lines: +5 -3 upgrade to 1.1.2 Submitted by: fenner's log
v. 1.3 date: 2001/08/31 14:20:26; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.2 date: 2001/06/12 04:45:51; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.1.1
v. 1.1 date: 2001/02/12 14:55:37; author: ijliao; state: Exp; readd cln to math ============================================================================= v. 1.33 date: 2007/07/23 09:36:10; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.32 date: 2007/06/29 16:29:06; author: araujo; state: Exp; lines: +1 -1 - Change my mail address to araujo@. Approved by: stas (mentor)
v. 1.31 date: 2007/01/28 09:07:40; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.30 date: 2007/01/18 08:28:48; author: itetcu; state: Exp; lines: +4 -5 - update to 1.1.13 - pet portlint - pass maintainership to submitter PR: ports/108049 Submitted by: Marcelo Araujo
v. 1.29 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - 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
v. 1.28 date: 2006/05/10 14:46:44; author: ale; state: Exp; lines: +2 -1 Chase gmp library and bump PORTREVISION.
v. 1.27 date: 2006/01/23 09:33:30; author: garga; state: Exp; lines: +1 -1 - Update to 1.1.11 PR: ports/92030 Submitted by: maintainer
v. 1.26 date: 2005/11/12 11:15:47; author: pav; state: Exp; lines: +5 -0 - Bail out when older version is installed, because the compilation would fail PR: ports/88567 Submitted by: Kay Lehmann
v. 1.25 date: 2005/11/03 21:21:35; author: pav; state: Exp; lines: +3 -1 - Add more master sites, the original site have 10 slots limit and is full Reported by: krismail
v. 1.24 date: 2005/11/01 23:58:14; author: pav; state: Exp; lines: +3 -10 - Update to 1.1.10 PR: ports/88347 Submitted by: KATO Tsuguru
v. 1.23 date: 2005/10/28 23:20:45; author: kris; state: Exp; lines: +2 -2 BROKEN on ia64: Does not compile
v. 1.22 date: 2005/06/07 08:39:31; author: pav; state: Exp; lines: +2 -2 - Revert recent libtool damage, unbreak on 4.X PR: ports/81958 Submitted by: KATO Tsuguru Pointy hat to: oliver
v. 1.21 date: 2005/06/02 20:28:36; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.20 date: 2005/02/14 08:12:42; author: ijliao; state: Exp; lines: +9 -1 upgrade to 1.1.9
v. 1.19 date: 2004/09/30 05:31:55; author: kris; state: Exp; lines: +1 -1 Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr
v. 1.18 date: 2004/08/16 19:32:40; author: krion; state: Exp; lines: +6 -16 Update to verion 1.1.8 PR: ports/70544 Submitted by: Ports Fury
v. 1.17 date: 2004/07/09 17:42:33; 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.16 date: 2004/03/14 06:16:55; 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.15 date: 2004/03/07 05:43:33; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile
v. 1.14 date: 2004/02/04 05:07:27; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.13 date: 2004/01/31 04:09:48; author: arved; state: Exp; lines: +3 -2 Update to 1.1.6, now with AMD64 support.
v. 1.12 date: 2003/10/10 17:52:21; author: krion; state: Exp; lines: +20 -8 - Add dependency for devel/stlport on 4-stable (to build math/GiNaC properly) - Utilize INFO PR: 57834 Submitted by: Ports Fury
v. 1.11 date: 2003/02/20 18:42:17; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.10 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:46:00; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2002/07/31 09:36:03; author: ijliao; state: Exp; lines: +17 -10 upgrade to 1.1.5 PR: 41172 Submitted by: Ports Fury
v. 1.7 date: 2002/06/25 07:09:44; author: ijliao; state: Exp; lines: +1 -1 bump libgmp4 libversion
v. 1.6 date: 2002/04/18 08:20:49; author: ijliao; state: Exp; lines: +2 -1 libgmp3 -> libgmp4
v. 1.5 date: 2002/03/13 03:18:40; author: ijliao; state: Exp; lines: +10 -5 upgrade to 1.1.4 drop maintainership
v. 1.4 date: 2001/09/08 07:29:19; author: ijliao; state: Exp; lines: +5 -3 upgrade to 1.1.2 Submitted by: fenner's log
v. 1.3 date: 2001/08/31 14:20:26; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.2 date: 2001/06/12 04:45:51; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.1.1
v. 1.1 date: 2001/02/12 14:55:37; author: ijliao; state: Exp; readd cln to math =============================================================================



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