Companion CD Links


Table of CCD Software Packages

A complete list of packages in the CCD repository is at

ccdtable.html

Adding and Updating Packages

A first draft of steps to add or update packages is at

ccdbuilding.html

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:

  1. Create a directory where you want to put the files. I will call it /export/packages here.
  2. Change directory to /export/packages.
  3. Run the wget command to get all of the sparc packages

     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.

  4. Once downloaded the files can be bunzip2'ed and installed with pkgadd.

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

subversion.html

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.

© Copyright 2006 Steven M. Christensen and Associates, Inc.
This page was last updated on November 11, 2006.