The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD graphics : OpenEXR

A high dynamic-range (HDR) image file format

 Industrial Light & Magic(ILM), a division of Lucas Digital
Ltd. LLC, implemented its own extended dynamic range file
format in Summer 2000.  The existing 8-bit file format used
at the time could not accurately reproduce images with
extreme contrast between the darkest and brightest regions,
or images with very subtle color gradations.

ILM's extended dynamic range file format has been employed
successfully in the movies Harry Potter, Men in Black II,
and Signs. Several shows currently in production at ILM are
using the new format.

Realizing that various other parties are interested in an
extended dynamic range file format, ILM decided to polish
its new file format a bit, and to publish it.  OpenEXR is
the result. 

http://www.openexr.org/



OpenEXR history


v. 1.29
date: 2007/10/07 23:28:24;  author: nork;  state: Exp;  lines: +8 -1
make test on PACKAGE_BUILDING.

Suggested by:	mi

v. 1.28 date: 2007/10/07 17:48:22; author: nork; state: Exp; lines: +2 -0 Add missing LIB_DEPENDS.
v. 1.27 date: 2007/10/07 17:45:39; author: nork; state: Exp; lines: +8 -27 Update to 1.6.0.
v. 1.26 date: 2007/03/17 01:05:40; author: nork; state: Exp; lines: +3 -2 Add backup sites. PR: ports/110307 Submitted by: John Merryweather Cooper yahoo.com>
v. 1.25 date: 2007/03/12 02:47:13; author: nork; state: Exp; lines: +0 -0 Oops, I forgot cvs remove. Reported by: many people Pointy hat to: myself
v. 1.24 date: 2007/03/11 08:50:24; author: nork; state: Exp; lines: +18 -11 o Update to 1.4.0 o Chase libraries version bump to depending on this port. [NOTE] I disabled FLTK support, so you can't use OpenEXR's applications. Because I'm validating FLTK support. Spotted by: Nikolaj Thygesen diamondbox.dk> Obtained from: Florian Kainz ilm.com> Committed at: AsiaBSDCon 2007 in Tokyo, Japan Memorial Committing with: bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal, simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata, murray, cjh, brooks, daichi, delphij, ups, rrs
v. 1.23 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.22 date: 2006/04/01 12:08:47; author: nork; state: Exp; lines: +0 -0 Fix build on gcc 4.1. PR: ports/95136 Submitted by: Ron MacNeil
v. 1.21 date: 2006/02/23 10:36:48; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2006/01/12 12:54:15; author: sem; state: Exp; lines: +3 -3 - Update graphics/libglut to 6.4.1. - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i
v. 1.19 date: 2005/11/15 06:49:23; 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.18 date: 2005/10/08 21:00:48; author: nork; state: Exp; lines: +2 -2 Update to 1.2.2. Pointed out by: ports version check via edwin
v. 1.17 date: 2005/09/15 14:11:26; author: nork; state: Exp; lines: +2 -2 o Change dependency on fltk to fltk-threads. o Bump PORTREVISION, accordingly.
v. 1.16 date: 2005/03/10 12:05:24; author: vs; state: Exp; lines: +1 -1 Fix mispelings of PTHREAD_{CFLAGS,LIBS}.
v. 1.15 date: 2004/12/23 13:06:27; author: nork; state: Exp; lines: +2 -1 Utilize USE_GNOME=pkgconfig. Bump PORTREVISION, Submitted by: pav
v. 1.14 date: 2004/07/09 17:42:24; 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.13 date: 2004/06/09 15:43:51; author: nork; state: Exp; lines: +6 -4 Update to 1.2.1. PR: ports/67743 Submitted by: ijliao
v. 1.12 date: 2004/03/14 06:16:35; 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.11 date: 2004/02/02 17:17:08; author: nork; state: Exp; lines: +1 -15 o no need USE_GCC. o bump PORTREVISION acordingly. Submitted by: David Yeske
v. 1.10 date: 2004/01/17 21:44:43; author: nork; state: Exp; lines: +3 -4 Update to 1.0.7.
v. 1.9 date: 2003/10/03 11:04:56; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.8 date: 2003/05/11 19:45:59; author: nork; state: Exp; lines: +4 -8 o Remove dependency on x11-toolkits/fltk-xunicode by retire. o Bump PORTREVISION accordingly.
v. 1.7 date: 2003/04/14 01:37:13; author: nork; state: Exp; lines: +1 -1 Remove invalid keyword line, and Bump PORTREVISION accordingly.
v. 1.6 date: 2003/03/24 16:25:36; author: nork; state: Exp; lines: +4 -2 Fix pkg-plist.
v. 1.5 date: 2003/03/24 11:57:41; author: nork; state: Exp; lines: +4 -8 Update to 1.0.5 and fix conditions for fltk dependency.
v. 1.4 date: 2003/02/25 07:36:42; author: nork; state: Exp; lines: +8 -1 Change USE_GCC=3.1 to USE_GCC=3.1+. This modification has temporary sample code in. Reported by: David Yeske NINOMIYA Hideyuki
v. 1.3 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2003/01/27 16:48:17; author: nork; state: Exp; lines: +11 -11 make more clean Makefile and CFLAGS. Bump PORTREVISION for *_DEPENDS. PR: ports/47378 Submitted by: Miguel Mendez Submitted by: Simon 'corecode' Schubert
v. 1.1 date: 2003/01/26 12:39:22; author: nork; state: Exp; Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format (manipulator) developed by Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. It was used in the movies Harry Potter, Men in Black II, and Signs. Submitted by: NINOMIYA Hideyuki ============================================================================= v. 1.29 date: 2007/10/07 23:28:24; author: nork; state: Exp; lines: +8 -1 make test on PACKAGE_BUILDING. Suggested by: mi
v. 1.28 date: 2007/10/07 17:48:22; author: nork; state: Exp; lines: +2 -0 Add missing LIB_DEPENDS.
v. 1.27 date: 2007/10/07 17:45:39; author: nork; state: Exp; lines: +8 -27 Update to 1.6.0.
v. 1.26 date: 2007/03/17 01:05:40; author: nork; state: Exp; lines: +3 -2 Add backup sites. PR: ports/110307 Submitted by: John Merryweather Cooper yahoo.com>
v. 1.25 date: 2007/03/12 02:47:13; author: nork; state: Exp; lines: +0 -0 Oops, I forgot cvs remove. Reported by: many people Pointy hat to: myself
v. 1.24 date: 2007/03/11 08:50:24; author: nork; state: Exp; lines: +18 -11 o Update to 1.4.0 o Chase libraries version bump to depending on this port. [NOTE] I disabled FLTK support, so you can't use OpenEXR's applications. Because I'm validating FLTK support. Spotted by: Nikolaj Thygesen diamondbox.dk> Obtained from: Florian Kainz ilm.com> Committed at: AsiaBSDCon 2007 in Tokyo, Japan Memorial Committing with: bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal, simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata, murray, cjh, brooks, daichi, delphij, ups, rrs
v. 1.23 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.22 date: 2006/04/01 12:08:47; author: nork; state: Exp; lines: +0 -0 Fix build on gcc 4.1. PR: ports/95136 Submitted by: Ron MacNeil
v. 1.21 date: 2006/02/23 10:36:48; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2006/01/12 12:54:15; author: sem; state: Exp; lines: +3 -3 - Update graphics/libglut to 6.4.1. - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i
v. 1.19 date: 2005/11/15 06:49:23; 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.18 date: 2005/10/08 21:00:48; author: nork; state: Exp; lines: +2 -2 Update to 1.2.2. Pointed out by: ports version check via edwin
v. 1.17 date: 2005/09/15 14:11:26; author: nork; state: Exp; lines: +2 -2 o Change dependency on fltk to fltk-threads. o Bump PORTREVISION, accordingly.
v. 1.16 date: 2005/03/10 12:05:24; author: vs; state: Exp; lines: +1 -1 Fix mispelings of PTHREAD_{CFLAGS,LIBS}.
v. 1.15 date: 2004/12/23 13:06:27; author: nork; state: Exp; lines: +2 -1 Utilize USE_GNOME=pkgconfig. Bump PORTREVISION, Submitted by: pav
v. 1.14 date: 2004/07/09 17:42:24; 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.13 date: 2004/06/09 15:43:51; author: nork; state: Exp; lines: +6 -4 Update to 1.2.1. PR: ports/67743 Submitted by: ijliao
v. 1.12 date: 2004/03/14 06:16:35; 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.11 date: 2004/02/02 17:17:08; author: nork; state: Exp; lines: +1 -15 o no need USE_GCC. o bump PORTREVISION acordingly. Submitted by: David Yeske
v. 1.10 date: 2004/01/17 21:44:43; author: nork; state: Exp; lines: +3 -4 Update to 1.0.7.
v. 1.9 date: 2003/10/03 11:04:56; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.8 date: 2003/05/11 19:45:59; author: nork; state: Exp; lines: +4 -8 o Remove dependency on x11-toolkits/fltk-xunicode by retire. o Bump PORTREVISION accordingly.
v. 1.7 date: 2003/04/14 01:37:13; author: nork; state: Exp; lines: +1 -1 Remove invalid keyword line, and Bump PORTREVISION accordingly.
v. 1.6 date: 2003/03/24 16:25:36; author: nork; state: Exp; lines: +4 -2 Fix pkg-plist.
v. 1.5 date: 2003/03/24 11:57:41; author: nork; state: Exp; lines: +4 -8 Update to 1.0.5 and fix conditions for fltk dependency.
v. 1.4 date: 2003/02/25 07:36:42; author: nork; state: Exp; lines: +8 -1 Change USE_GCC=3.1 to USE_GCC=3.1+. This modification has temporary sample code in. Reported by: David Yeske NINOMIYA Hideyuki
v. 1.3 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2003/01/27 16:48:17; author: nork; state: Exp; lines: +11 -11 make more clean Makefile and CFLAGS. Bump PORTREVISION for *_DEPENDS. PR: ports/47378 Submitted by: Miguel Mendez Submitted by: Simon 'corecode' Schubert
v. 1.1 date: 2003/01/26 12:39:22; author: nork; state: Exp; Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format (manipulator) developed by Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. It was used in the movies Harry Potter, Men in Black II, and Signs. Submitted by: NINOMIYA Hideyuki ============================================================================= v. 1.29 date: 2007/10/07 23:28:24; author: nork; state: Exp; lines: +8 -1 make test on PACKAGE_BUILDING. Suggested by: mi
v. 1.28 date: 2007/10/07 17:48:22; author: nork; state: Exp; lines: +2 -0 Add missing LIB_DEPENDS.
v. 1.27 date: 2007/10/07 17:45:39; author: nork; state: Exp; lines: +8 -27 Update to 1.6.0.
v. 1.26 date: 2007/03/17 01:05:40; author: nork; state: Exp; lines: +3 -2 Add backup sites. PR: ports/110307 Submitted by: John Merryweather Cooper yahoo.com>
v. 1.25 date: 2007/03/12 02:47:13; author: nork; state: Exp; lines: +0 -0 Oops, I forgot cvs remove. Reported by: many people Pointy hat to: myself
v. 1.24 date: 2007/03/11 08:50:24; author: nork; state: Exp; lines: +18 -11 o Update to 1.4.0 o Chase libraries version bump to depending on this port. [NOTE] I disabled FLTK support, so you can't use OpenEXR's applications. Because I'm validating FLTK support. Spotted by: Nikolaj Thygesen diamondbox.dk> Obtained from: Florian Kainz ilm.com> Committed at: AsiaBSDCon 2007 in Tokyo, Japan Memorial Committing with: bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal, simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata, murray, cjh, brooks, daichi, delphij, ups, rrs
v. 1.23 date: 2007/01/28 09:07:39; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included one to avoid objformat a.out botch
v. 1.22 date: 2006/04/01 12:08:47; author: nork; state: Exp; lines: +0 -0 Fix build on gcc 4.1. PR: ports/95136 Submitted by: Ron MacNeil
v. 1.21 date: 2006/02/23 10:36:48; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2006/01/12 12:54:15; author: sem; state: Exp; lines: +3 -3 - Update graphics/libglut to 6.4.1. - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i
v. 1.19 date: 2005/11/15 06:49:23; 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.18 date: 2005/10/08 21:00:48; author: nork; state: Exp; lines: +2 -2 Update to 1.2.2. Pointed out by: ports version check via edwin
v. 1.17 date: 2005/09/15 14:11:26; author: nork; state: Exp; lines: +2 -2 o Change dependency on fltk to fltk-threads. o Bump PORTREVISION, accordingly.
v. 1.16 date: 2005/03/10 12:05:24; author: vs; state: Exp; lines: +1 -1 Fix mispelings of PTHREAD_{CFLAGS,LIBS}.
v. 1.15 date: 2004/12/23 13:06:27; author: nork; state: Exp; lines: +2 -1 Utilize USE_GNOME=pkgconfig. Bump PORTREVISION, Submitted by: pav
v. 1.14 date: 2004/07/09 17:42:24; 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.13 date: 2004/06/09 15:43:51; author: nork; state: Exp; lines: +6 -4 Update to 1.2.1. PR: ports/67743 Submitted by: ijliao
v. 1.12 date: 2004/03/14 06:16:35; 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.11 date: 2004/02/02 17:17:08; author: nork; state: Exp; lines: +1 -15 o no need USE_GCC. o bump PORTREVISION acordingly. Submitted by: David Yeske
v. 1.10 date: 2004/01/17 21:44:43; author: nork; state: Exp; lines: +3 -4 Update to 1.0.7.
v. 1.9 date: 2003/10/03 11:04:56; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.8 date: 2003/05/11 19:45:59; author: nork; state: Exp; lines: +4 -8 o Remove dependency on x11-toolkits/fltk-xunicode by retire. o Bump PORTREVISION accordingly.
v. 1.7 date: 2003/04/14 01:37:13; author: nork; state: Exp; lines: +1 -1 Remove invalid keyword line, and Bump PORTREVISION accordingly.
v. 1.6 date: 2003/03/24 16:25:36; author: nork; state: Exp; lines: +4 -2 Fix pkg-plist.
v. 1.5 date: 2003/03/24 11:57:41; author: nork; state: Exp; lines: +4 -8 Update to 1.0.5 and fix conditions for fltk dependency.
v. 1.4 date: 2003/02/25 07:36:42; author: nork; state: Exp; lines: +8 -1 Change USE_GCC=3.1 to USE_GCC=3.1+. This modification has temporary sample code in. Reported by: David Yeske NINOMIYA Hideyuki
v. 1.3 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2003/01/27 16:48:17; author: nork; state: Exp; lines: +11 -11 make more clean Makefile and CFLAGS. Bump PORTREVISION for *_DEPENDS. PR: ports/47378 Submitted by: Miguel Mendez Submitted by: Simon 'corecode' Schubert
v. 1.1 date: 2003/01/26 12:39:22; author: nork; state: Exp; Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format (manipulator) developed by Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. It was used in the movies Harry Potter, Men in Black II, and Signs. Submitted by: NINOMIYA Hideyuki =============================================================================



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