# -*- tcl -*-
extension Makedist {
    description {
	An application to semi-automatically generate a distribution
	directly out of a source repository.
    }

    keywords {
	tcl, source repository, distribution, automatic generation
    }

    author       {Andreas Kupries <a.kupries@westend.com>}
    maintenance  {Andreas Kupries <a.kupries@westend.com>}

    version	   2.0
    copying-policy {BSD, see 'Tcl'-license too}
    date           {February 06, 1999}

    primary-urls {
	http://www.oche.de/%7Eakupries/soft/makedist/download/makedist2.0.README
	http://www.oche.de/%7Eakupries/soft/makedist/download/makedist2.0.tar.gz
	http://www.oche.de/%7Eakupries/soft/makedist/download/makedist2.0.zip
        http://www.oche.de/%7Eakupries/soft/makedist/index.htm
    }

    development-platform {hopefully irrelevant, pure tcl sources}
    platforms            {all running tcl}

    # base dependency, others set automatically by AutoDOC.
    dependencies         {AutoDOC, Tcl, Pool, cgi, Tix}
}


