The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD multimedia : camserv

Camserv is a free program to do streaming video via the web

 Camserv is a free program to do streaming video through the web
Streaming video can be sent to both Netscape and Internet Explorer clients.
However, Internet Explorer under Windows cannot apparently handle
the multi-part JPEGs, and therefore a special javascript page must be setup.
One is included in the distribution as an example. 

Currently, the only supported BSD device is the bktr driver.
Both tunable modes and camera inputs are supported.  

http://cserv.sourceforge.net/



camserv history


v. 1.30
date: 2007/09/30 04:47:08;  author: linimon;  state: Exp;  lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

v. 1.29 date: 2007/05/19 20:17:06; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28 date: 2007/03/11 08:51:05; author: stas; state: Exp; lines: +2 -2 - Update e17 ports to 20070223 snapshot - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback (maintainer) [2]
v. 1.27 date: 2006/10/14 08:54:19; author: marcus; state: Exp; lines: +4 -3 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.26 date: 2006/10/12 03:24:29; author: kris; state: Exp; lines: +2 -0 Revert previous commit, I had stale i386 headers on my amd64 box. Approved by: portmgr (self)
v. 1.25 date: 2006/09/29 01:11:21; author: kris; state: Exp; lines: +0 -2 Builds on amd64, assuming elsewhere too
v. 1.24 date: 2006/06/12 19:16:02; author: erwin; state: Exp; lines: +1 -1 Fix typo in USE_XLIB, which wasn't spotted earlier because XLIB was an implicit dependency via another dependency. Approved by: maintainer
v. 1.23 date: 2006/05/29 20:46:12; author: pav; state: Exp; lines: +1 -1 - Update maintainer's email address PR: ports/98102 Submitted by: Ulrich Spoerlein (maintainer)
v. 1.22 date: 2006/05/10 22:37:26; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.21 date: 2006/02/23 10:38:03; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:50:12; author: ade; state: Exp; lines: +1 -2 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.19 date: 2005/05/13 20:17:25; author: thierry; state: Exp; lines: +1 -1 Change maintainer address. PR: ports/80973 Submitted by: Ulrich Spoerlein
v. 1.18 date: 2005/04/12 03:26:08; 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.17 date: 2005/04/11 08:03:25; 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.16 date: 2005/03/07 16:41:00; author: adamw; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that received the imlib2 shlib chase.
v. 1.15 date: 2005/03/07 15:10:16; author: vanilla; state: Exp; lines: +1 -1 1: Upgrade imlib2 to 1.2.0 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson Somepart by: me
v. 1.14 date: 2004/12/29 18:58:21; author: sem; state: Exp; lines: +5 -6 - Fix plist, pointed out by kris - Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer
v. 1.13 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.12 date: 2004/04/17 13:04:16; author: kris; state: Exp; lines: +2 -0 Set ONLY_FOR_ARCHS=i386 alpha since those are the only platforms with driver support.
v. 1.11 date: 2004/03/22 21:00:51; author: clement; state: Exp; lines: +26 -18 - Update to 0.5.1 - Pass maintainership to submitter - Compile on all architectures, camserv can be used as relay station - Package the bttv-module only when ioctl_bt848.h is present - Catch up with new location of ioctl_bt848.h on -CURRENT PR: 64482 Submitted by: Ulrich Spoerlein
v. 1.10 date: 2004/03/19 12:10:33; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.9 date: 2004/03/09 20:15:22; author: linimon; state: Exp; lines: +1 -0 Unbreak from previous commit by fixing author's bugs. Also, the config files no longer get overwritten on reinstall. PR: ports/63985 Submitted by: Ulrich Spoerlein (maintainer) Pointy hat retained by: linimon
v. 1.8 date: 2004/03/04 06:54:21; author: linimon; state: Exp; lines: +10 -2 Mark as not for architectures that don't support bttv. While here, reset maintainer, who had not answered this PR or the other about this port, and appears neither in the commit logs nor access files. PR: ports/63107 Submitted by: Hendrik Scholz
v. 1.7 date: 2004/03/04 06:29:01; author: linimon; state: Exp; lines: +13 -23 Update to 0.5.0 and unbreak; fix Imlib2 and gdk-pixbuf detection; refactor patchfiles on the way to doing that; minor bugfixes (see ChangeLog for details). PR: ports/62457 Submitted by: Ulrich Spoerlein Maintainer timeout: 2 weeks
v. 1.6 date: 2004/02/06 08:28:44; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: broken pkg-plist
v. 1.5 date: 2003/04/04 01:38:36; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.4 date: 2003/03/07 06:03:57; 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.3 date: 2003/01/21 22:15:24; author: fenner; state: Exp; lines: +1 -1 Move MASTER_SITE PR: ports/39627 Submitted by: jim overholt
v. 1.2 date: 2002/11/23 02:25:41; author: kris; state: Exp; lines: +1 -1 Remove maintainers with undeliverable email addresses.
v. 1.1 date: 2000/08/21 10:29:08; author: jkh; state: Exp; Camserv is a program to do streaming video through the web. Streaming video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein ============================================================================= v. 1.30 date: 2007/09/30 04:47:08; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.29 date: 2007/05/19 20:17:06; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28 date: 2007/03/11 08:51:05; author: stas; state: Exp; lines: +2 -2 - Update e17 ports to 20070223 snapshot - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback (maintainer) [2]
v. 1.27 date: 2006/10/14 08:54:19; author: marcus; state: Exp; lines: +4 -3 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.26 date: 2006/10/12 03:24:29; author: kris; state: Exp; lines: +2 -0 Revert previous commit, I had stale i386 headers on my amd64 box. Approved by: portmgr (self)
v. 1.25 date: 2006/09/29 01:11:21; author: kris; state: Exp; lines: +0 -2 Builds on amd64, assuming elsewhere too
v. 1.24 date: 2006/06/12 19:16:02; author: erwin; state: Exp; lines: +1 -1 Fix typo in USE_XLIB, which wasn't spotted earlier because XLIB was an implicit dependency via another dependency. Approved by: maintainer
v. 1.23 date: 2006/05/29 20:46:12; author: pav; state: Exp; lines: +1 -1 - Update maintainer's email address PR: ports/98102 Submitted by: Ulrich Spoerlein (maintainer)
v. 1.22 date: 2006/05/10 22:37:26; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.21 date: 2006/02/23 10:38:03; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:50:12; author: ade; state: Exp; lines: +1 -2 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.19 date: 2005/05/13 20:17:25; author: thierry; state: Exp; lines: +1 -1 Change maintainer address. PR: ports/80973 Submitted by: Ulrich Spoerlein
v. 1.18 date: 2005/04/12 03:26:08; 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.17 date: 2005/04/11 08:03:25; 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.16 date: 2005/03/07 16:41:00; author: adamw; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that received the imlib2 shlib chase.
v. 1.15 date: 2005/03/07 15:10:16; author: vanilla; state: Exp; lines: +1 -1 1: Upgrade imlib2 to 1.2.0 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson Somepart by: me
v. 1.14 date: 2004/12/29 18:58:21; author: sem; state: Exp; lines: +5 -6 - Fix plist, pointed out by kris - Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer
v. 1.13 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.12 date: 2004/04/17 13:04:16; author: kris; state: Exp; lines: +2 -0 Set ONLY_FOR_ARCHS=i386 alpha since those are the only platforms with driver support.
v. 1.11 date: 2004/03/22 21:00:51; author: clement; state: Exp; lines: +26 -18 - Update to 0.5.1 - Pass maintainership to submitter - Compile on all architectures, camserv can be used as relay station - Package the bttv-module only when ioctl_bt848.h is present - Catch up with new location of ioctl_bt848.h on -CURRENT PR: 64482 Submitted by: Ulrich Spoerlein
v. 1.10 date: 2004/03/19 12:10:33; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.9 date: 2004/03/09 20:15:22; author: linimon; state: Exp; lines: +1 -0 Unbreak from previous commit by fixing author's bugs. Also, the config files no longer get overwritten on reinstall. PR: ports/63985 Submitted by: Ulrich Spoerlein (maintainer) Pointy hat retained by: linimon
v. 1.8 date: 2004/03/04 06:54:21; author: linimon; state: Exp; lines: +10 -2 Mark as not for architectures that don't support bttv. While here, reset maintainer, who had not answered this PR or the other about this port, and appears neither in the commit logs nor access files. PR: ports/63107 Submitted by: Hendrik Scholz
v. 1.7 date: 2004/03/04 06:29:01; author: linimon; state: Exp; lines: +13 -23 Update to 0.5.0 and unbreak; fix Imlib2 and gdk-pixbuf detection; refactor patchfiles on the way to doing that; minor bugfixes (see ChangeLog for details). PR: ports/62457 Submitted by: Ulrich Spoerlein Maintainer timeout: 2 weeks
v. 1.6 date: 2004/02/06 08:28:44; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: broken pkg-plist
v. 1.5 date: 2003/04/04 01:38:36; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.4 date: 2003/03/07 06:03:57; 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.3 date: 2003/01/21 22:15:24; author: fenner; state: Exp; lines: +1 -1 Move MASTER_SITE PR: ports/39627 Submitted by: jim overholt
v. 1.2 date: 2002/11/23 02:25:41; author: kris; state: Exp; lines: +1 -1 Remove maintainers with undeliverable email addresses.
v. 1.1 date: 2000/08/21 10:29:08; author: jkh; state: Exp; Camserv is a program to do streaming video through the web. Streaming video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein ============================================================================= v. 1.30 date: 2007/09/30 04:47:08; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.29 date: 2007/05/19 20:17:06; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.28 date: 2007/03/11 08:51:05; author: stas; state: Exp; lines: +2 -2 - Update e17 ports to 20070223 snapshot - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback (maintainer) [2]
v. 1.27 date: 2006/10/14 08:54:19; author: marcus; state: Exp; lines: +4 -3 Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
v. 1.26 date: 2006/10/12 03:24:29; author: kris; state: Exp; lines: +2 -0 Revert previous commit, I had stale i386 headers on my amd64 box. Approved by: portmgr (self)
v. 1.25 date: 2006/09/29 01:11:21; author: kris; state: Exp; lines: +0 -2 Builds on amd64, assuming elsewhere too
v. 1.24 date: 2006/06/12 19:16:02; author: erwin; state: Exp; lines: +1 -1 Fix typo in USE_XLIB, which wasn't spotted earlier because XLIB was an implicit dependency via another dependency. Approved by: maintainer
v. 1.23 date: 2006/05/29 20:46:12; author: pav; state: Exp; lines: +1 -1 - Update maintainer's email address PR: ports/98102 Submitted by: Ulrich Spoerlein (maintainer)
v. 1.22 date: 2006/05/10 22:37:26; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.21 date: 2006/02/23 10:38:03; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:50:12; author: ade; state: Exp; lines: +1 -2 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.19 date: 2005/05/13 20:17:25; author: thierry; state: Exp; lines: +1 -1 Change maintainer address. PR: ports/80973 Submitted by: Ulrich Spoerlein
v. 1.18 date: 2005/04/12 03:26:08; 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.17 date: 2005/04/11 08:03:25; 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.16 date: 2005/03/07 16:41:00; author: adamw; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that received the imlib2 shlib chase.
v. 1.15 date: 2005/03/07 15:10:16; author: vanilla; state: Exp; lines: +1 -1 1: Upgrade imlib2 to 1.2.0 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson Somepart by: me
v. 1.14 date: 2004/12/29 18:58:21; author: sem; state: Exp; lines: +5 -6 - Fix plist, pointed out by kris - Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer
v. 1.13 date: 2004/06/04 17:29:27; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.12 date: 2004/04/17 13:04:16; author: kris; state: Exp; lines: +2 -0 Set ONLY_FOR_ARCHS=i386 alpha since those are the only platforms with driver support.
v. 1.11 date: 2004/03/22 21:00:51; author: clement; state: Exp; lines: +26 -18 - Update to 0.5.1 - Pass maintainership to submitter - Compile on all architectures, camserv can be used as relay station - Package the bttv-module only when ioctl_bt848.h is present - Catch up with new location of ioctl_bt848.h on -CURRENT PR: 64482 Submitted by: Ulrich Spoerlein
v. 1.10 date: 2004/03/19 12:10:33; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.x: Does not compile
v. 1.9 date: 2004/03/09 20:15:22; author: linimon; state: Exp; lines: +1 -0 Unbreak from previous commit by fixing author's bugs. Also, the config files no longer get overwritten on reinstall. PR: ports/63985 Submitted by: Ulrich Spoerlein (maintainer) Pointy hat retained by: linimon
v. 1.8 date: 2004/03/04 06:54:21; author: linimon; state: Exp; lines: +10 -2 Mark as not for architectures that don't support bttv. While here, reset maintainer, who had not answered this PR or the other about this port, and appears neither in the commit logs nor access files. PR: ports/63107 Submitted by: Hendrik Scholz
v. 1.7 date: 2004/03/04 06:29:01; author: linimon; state: Exp; lines: +13 -23 Update to 0.5.0 and unbreak; fix Imlib2 and gdk-pixbuf detection; refactor patchfiles on the way to doing that; minor bugfixes (see ChangeLog for details). PR: ports/62457 Submitted by: Ulrich Spoerlein Maintainer timeout: 2 weeks
v. 1.6 date: 2004/02/06 08:28:44; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: broken pkg-plist
v. 1.5 date: 2003/04/04 01:38:36; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.4 date: 2003/03/07 06:03:57; 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.3 date: 2003/01/21 22:15:24; author: fenner; state: Exp; lines: +1 -1 Move MASTER_SITE PR: ports/39627 Submitted by: jim overholt
v. 1.2 date: 2002/11/23 02:25:41; author: kris; state: Exp; lines: +1 -1 Remove maintainers with undeliverable email addresses.
v. 1.1 date: 2000/08/21 10:29:08; author: jkh; state: Exp; Camserv is a program to do streaming video through the web. Streaming video can be sent to both Netscape and Internet Explorer clients in multi-part JPEG format. Supports cards handled by the bktr(4) driver. PR: 20116 Submitted by: Charles Hein =============================================================================



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