The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : fftw

 FFTW is a C subroutine library for computing the Discrete Fourier Transform
(DFT) in one or more dimensions, of both real and complex data, and of
arbitrary input size. We believe that FFTW, which is free software, should
become the FFT library of choice for most applications. Our benchmarks,
performed on a variety of platforms, show that FFTW's performance is
typically superior to that of other publicly available FFT software.
Moreover, FFTW's performance is portable: the program will perform well on
most architectures without modification.

The FFTW package was developed at MIT by Matteo Frigo and Steven G.
Johnson.  Please send email to fftw@theory.lcs.mit.edu so that we can keep
track of users and send you information about new releases.  The latest 
version of FFTW, benchmarks, links, and other information can be found at
the FFTW home page. 

http://www.fftw.org/



fftw history


v. 1.32
date: 2007/07/12 08:51:23;  author: maho;  state: Exp;  lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

v. 1.31 date: 2007/02/10 22:46:34; author: sat; state: Exp; lines: +3 -3 - Install sfftw/srfftw headers
v. 1.30 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.29 date: 2007/01/11 08:40:15; author: maho; state: Exp; lines: +6 -2 * Migrate to gfortran. * bump portrevision.
v. 1.28 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.27 date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.26 date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/25 22:29:21; author: pav; state: Exp; lines: +1 -1 - Style: ports@freebsd.org -> ports@FreeBSD.org
v. 1.24 date: 2005/11/15 06:50:05; 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 17:13:14; author: lkoeller; state: Exp; lines: +1 -1 o) Drop maintainership cause I didn't use these ports since months anymore.
v. 1.22 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.21 date: 2005/04/11 08:03:14; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.20 date: 2004/11/10 11:31:02; author: ahze; state: Exp; lines: +0 -0 Force commit to go with last commit PR: ports/71272 Approved by: pav (co mentor) Lars Köller (maintainer)
v. 1.19 date: 2004/11/10 11:29:18; author: ahze; state: Exp; lines: +27 -5 Add support for slave port
v. 1.18 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.17 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.16 date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.15 date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9 - Do not install useless .la files - Fix handling info files PR: 54902 Submitted by: KATO Tsuguru Approved by: fjoe (mentor) (implicit)
v. 1.14 date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2 o) Update to version 2.1.5
v. 1.13 date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1 o) Fix libtool usage (see PR) o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4) PR: 47581 Submitted by: Sergey Aleshin
v. 1.12 date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.11 date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2 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
v. 1.10 date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.9 date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.8 date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2 Update to version 2.1.3. PR: 14827 Submitted by: maintainer
v. 1.7 date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3 changed maintainer's mail address. Submitted by: maintainer
v. 1.6 date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2 Add MASTER_SITE. Submitted by: Lars Koeller (ports/12296)
v. 1.4 date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2 Fixup version required comment after upgrade.
v. 1.3 date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2 Upgrade to 2.1.2. PR: 12048 Submitted by: Lars Koeller
v. 1.2 date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16 Update to version 2.1.1. PR: 10758, 10917
v. 1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0 Fast C routines library to compute the Discrete Fourier Transform PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de ============================================================================= v. 1.32 date: 2007/07/12 08:51:23; author: maho; state: Exp; lines: +1 -4 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.31 date: 2007/02/10 22:46:34; author: sat; state: Exp; lines: +3 -3 - Install sfftw/srfftw headers
v. 1.30 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.29 date: 2007/01/11 08:40:15; author: maho; state: Exp; lines: +6 -2 * Migrate to gfortran. * bump portrevision.
v. 1.28 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.27 date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.26 date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/25 22:29:21; author: pav; state: Exp; lines: +1 -1 - Style: ports@freebsd.org -> ports@FreeBSD.org
v. 1.24 date: 2005/11/15 06:50:05; 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 17:13:14; author: lkoeller; state: Exp; lines: +1 -1 o) Drop maintainership cause I didn't use these ports since months anymore.
v. 1.22 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.21 date: 2005/04/11 08:03:14; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.20 date: 2004/11/10 11:31:02; author: ahze; state: Exp; lines: +0 -0 Force commit to go with last commit PR: ports/71272 Approved by: pav (co mentor) Lars Köller (maintainer)
v. 1.19 date: 2004/11/10 11:29:18; author: ahze; state: Exp; lines: +27 -5 Add support for slave port
v. 1.18 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.17 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.16 date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.15 date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9 - Do not install useless .la files - Fix handling info files PR: 54902 Submitted by: KATO Tsuguru Approved by: fjoe (mentor) (implicit)
v. 1.14 date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2 o) Update to version 2.1.5
v. 1.13 date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1 o) Fix libtool usage (see PR) o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4) PR: 47581 Submitted by: Sergey Aleshin
v. 1.12 date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.11 date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2 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
v. 1.10 date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.9 date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.8 date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2 Update to version 2.1.3. PR: 14827 Submitted by: maintainer
v. 1.7 date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3 changed maintainer's mail address. Submitted by: maintainer
v. 1.6 date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2 Add MASTER_SITE. Submitted by: Lars Koeller (ports/12296)
v. 1.4 date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2 Fixup version required comment after upgrade.
v. 1.3 date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2 Upgrade to 2.1.2. PR: 12048 Submitted by: Lars Koeller
v. 1.2 date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16 Update to version 2.1.1. PR: 10758, 10917
v. 1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0 Fast C routines library to compute the Discrete Fourier Transform PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de ============================================================================= v. 1.32 date: 2007/07/12 08:51:23; author: maho; state: Exp; lines: +1 -4 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.31 date: 2007/02/10 22:46:34; author: sat; state: Exp; lines: +3 -3 - Install sfftw/srfftw headers
v. 1.30 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.29 date: 2007/01/11 08:40:15; author: maho; state: Exp; lines: +6 -2 * Migrate to gfortran. * bump portrevision.
v. 1.28 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.27 date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.26 date: 2006/02/23 10:37:52; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/25 22:29:21; author: pav; state: Exp; lines: +1 -1 - Style: ports@freebsd.org -> ports@FreeBSD.org
v. 1.24 date: 2005/11/15 06:50:05; 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 17:13:14; author: lkoeller; state: Exp; lines: +1 -1 o) Drop maintainership cause I didn't use these ports since months anymore.
v. 1.22 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.21 date: 2005/04/11 08:03:14; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.20 date: 2004/11/10 11:31:02; author: ahze; state: Exp; lines: +0 -0 Force commit to go with last commit PR: ports/71272 Approved by: pav (co mentor) Lars Köller (maintainer)
v. 1.19 date: 2004/11/10 11:29:18; author: ahze; state: Exp; lines: +27 -5 Add support for slave port
v. 1.18 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.17 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.16 date: 2004/02/04 05:07:28; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.15 date: 2003/07/27 15:30:23; author: krion; state: Exp; lines: +13 -9 - Do not install useless .la files - Fix handling info files PR: 54902 Submitted by: KATO Tsuguru Approved by: fjoe (mentor) (implicit)
v. 1.14 date: 2003/03/24 17:26:24; author: lkoeller; state: Exp; lines: +4 -2 o) Update to version 2.1.5
v. 1.13 date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +2 -1 o) Fix libtool usage (see PR) o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4) PR: 47581 Submitted by: Sergey Aleshin
v. 1.12 date: 2003/02/21 12:43:58; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.11 date: 2000/06/16 21:51:38; author: asami; state: Exp; lines: +2 -2 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
v. 1.10 date: 2000/06/16 10:37:36; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.9 date: 2000/04/14 07:20:00; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.8 date: 1999/11/26 18:08:21; author: steve; state: Exp; lines: +2 -2 Update to version 2.1.3. PR: 14827 Submitted by: maintainer
v. 1.7 date: 1999/10/02 16:54:38; author: sumikawa; state: Exp; lines: +3 -3 changed maintainer's mail address. Submitted by: maintainer
v. 1.6 date: 1999/08/25 07:09:12; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1999/06/25 23:52:57; author: hoek; state: Exp; lines: +3 -2 Add MASTER_SITE. Submitted by: Lars Koeller (ports/12296)
v. 1.4 date: 1999/06/08 22:07:34; author: steve; state: Exp; lines: +2 -2 Fixup version required comment after upgrade.
v. 1.3 date: 1999/06/06 20:01:48; author: mph; state: Exp; lines: +2 -2 Upgrade to 2.1.2. PR: 12048 Submitted by: Lars Koeller
v. 1.2 date: 1999/04/03 00:56:02; author: steve; state: Exp; lines: +16 -16 Update to version 2.1.1. PR: 10758, 10917
v. 1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 08:38:33; author: taoka; state: Exp; lines: +0 -0 Fast C routines library to compute the Discrete Fourier Transform PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de =============================================================================



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