Table of CCD Software Packages
A complete list of packages in the CCD repository is at
Adding and Updating Packages
A first draft of steps to add or update packages is at
Browsing the source repository
The source for the CCD can be browsed in the usr/src subdirectory at the site
http://companion.sunfreeware.com/companion/
Browsing or downloading the nightly build results
The results for a nightly build on SPARC and x86 for svn repository revision 66 of the source on Solaris Nevada build 45 can be found at
http://companion.sunfreeware.com/nightly/
The packages area has nightly-nd and nightly-nd-bz2 subdiectories. The .pkg.bz2 files can be downloaded individually via http or all of them can be downloaded via wget. The method for doing this is:
wget -r -l1 --no-parent -A.bz2 http://companion.sunfreeware.com/nightly/packages/sparc/nightly-nd-bz2/
or for the x86(i386) packages do
wget -r -l1 --no-parent -A.bz2 http://companion.sunfreeware.com/nightly/packages/i386/nightly-nd-bz2/
These commands will download the files into the /export/packages/companion.sunfreeware.com/nightly/packages/sparc/nightly-nd-bz2/ or /export/packages/companion.sunfreeware.com/nightly/packages/i386/nightly-nd-bz2/ directories.
Downloading the source tarball and Tcl/Tk source packages.
The directory in this link
http://companion.sunfreeware.com/downloads/
contains the files ccd-src-20061111.tar.bz2 and TclTkS.tar.bz2 and files with the md5 checksums for the two files. The first file contains the usr/src files for svn repository revision 82 which was used to create the nightly packages discussed above. The second file contains the Tcl and Tk source packages that need to be installed so that tclx and expect with build.
Using the SVN Repository (checking out files)
See the link at
The CCD build Instructions
The current CCD build instructions (a work in progress) are at buildccd.html
Contribution
Liane's draft contribution steps document is at Draft Contribution Steps.