           SPELL=xorg
if [[ "$X_LATEST" = y ]]; then
         VERSION=$(date +%Y%m%d)
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg:xc
          MD5[0]=IGNORE
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=6.8.2
        XVERSION=X11R${VERSION}
          SOURCE=${XVERSION}-src.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xc
   SOURCE_URL[0]=http://xorg.freedesktop.org/${XVERSION}/src-single/$SOURCE
   SOURCE_URL[1]=ftp://ftp.x.org/pub/${XVERSION}/src-single/$SOURCE
          MD5[0]=207d5f0d3bf72cfb4fe2ad5b2b9d3322
     GCC_VERSION=3.4
fi
        WEB_SITE=http://xorg.freedesktop.org/
         ENTERED=20040407
         UPDATED=20050920
      LICENSE[0]=XCL
       BUILD_API=2
           SHORT="X.Org is an Open Source version of the X Window System"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
maintain the official Public Implementation of X11.

The XOrg Foundation invites anyone who has an interest to join in. Anyone
may create and work on a branch in the repository. See XOrgRepository for
more information about the XOrg Foundation repository.

The repository consists of an imported XFree86 tree that is very close to
their 4.4 release. Just before its 4.4 release, XFree86 adopted a new
licensing scheme incompatible with the GPL. For this reason, we have
recreated its tree as closely as possible without importing files affected
by the new license. Our tree is being referred to as simply "XOrg", and a
public release will be made shortly.
EOF
