From sacadmin Wed May 30 16:20:18 2007
Received: from sfbaymail2sca.sfbay.sun.com (sfbaymail2sca.SFBay.Sun.COM [129.145.155.42])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l4UNKId0021110
	for <psarc-record@sac.sfbay.sun.com>; Wed, 30 May 2007 16:20:18 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
	by sfbaymail2sca.sfbay.sun.com (8.13.6+Sun/8.12.10/ENSMAIL,v2.2) with ESMTP id l4UNIwav017808
	for <psarc-record@sac.sfbay.sun.com>; Wed, 30 May 2007 16:18:58 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l4UNIrJB025957
	for <psarc-record@sac.sfbay.sun.com>; Wed, 30 May 2007 16:18:53 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JIV00K01NEZFB00@fe-sfbay-09.sun.com>
 (original mail from John.Plocher@Sun.COM) for psarc-record@sac.sfbay.sun.com;
 Wed, 30 May 2007 16:18:52 -0700 (PDT)
Received: from [129.146.58.87] by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JIV001MFNFGUQ70@fe-sfbay-09.sun.com> for
 psarc-record@sac.sfbay.sun.com; Wed, 30 May 2007 16:18:52 -0700 (PDT)
Date: Wed, 30 May 2007 16:18:42 -0700
From: John Plocher <John.Plocher@Sun.COM>
Subject: [Fwd: Tcl/Tk upgrade to 8.4.14 [PSARC/2007/317 FastTrack timeout
 06/06/2007]]
Sender: John.Plocher@Sun.COM
To: psarc-record@sac.sfbay.sun.com
Message-id: <465E0652.8040403@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221)
Status: RO
Content-Length: 4293



-------- Original Message --------
Subject: Tcl/Tk upgrade to 8.4.14 [PSARC/2007/317 FastTrack timeout 06/06/2007]
Date: Wed, 30 May 2007 15:39:08 -0700 (PDT)
From: John Fischer <johnf@tmp1.sfbay.sun.com>
To: PSARC-ext@sun.com
CC: Dermot.McCluskey@Sun.COM


Template Version: @(#)sac_nextcase 1.61 05/24/07 SMI
This information is Copyright 2007 Sun Microsystems
1. Introduction
     1.1. Project/Component Working Name:
	 Tcl/Tk upgrade to 8.4.14
     1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
     1.3  Date of This Document:
	30 May, 2007
4. Technical Description
Tcl/Tk upgrade to 8.4.14

1.  Summary

	This fast-track increments the versions of Tcl and Tk in Solaris
	from, in both cases, 8.3.3 to 8.4.14 and moves the packages from
	/usr/sfw to /usr.

	Patch release binding is requested.

2.  Discussion

	Tcl is a popular open source scripting language and Tk is an
	open source GUI toolkit commonly used with Tcl.  The versions
	currently delivered with Solaris are 6 years old.  Later versions
	are explicitly required by Hgk, a Mercurial extension, which is in
	turn required by the Mercurial Plugin for NetBeans (currently
	under development).

	Versions 8.4.14 are the latest stable version of Tcl and Tk,
	being released in October 2006.

	It is common practise to include the version number as part of
	the installed executable's filename.  Therefore the command names
	will change from tclsh8.3 (Tcl shell) and wish8.3 (Tk windowing
	shell) to tclsh8.4 and wish8.4.  While this convention allows
	multiple versions of Tcl/Tk to be simultaneously installed, it
	is not proposed to retain the older versions with this upgrade.
	Additionally, symbolic links without version suffixes (tclsh and
	wish) will also be added (these were not provided in Solaris
	previously).

	As with the current versions of Tcl and Tk, the tclConfig.sh and
	tkConfig.sh scripts will be provided.  These build-time
	convenience scripts are intended to be used by other packages
	which require Tcl and/or Tk, such as PostgreSQL.

	The current (8.3.3) versions in Solaris are classified as
	External and the new versions will be classified as Uncommitted.
	Compatibility between versions is not guaranteed.

	Both packages will also be moved from /usr/sfw to /usr so that
	the commands and libraries can be located in the default path.

	Tcl and Tk include a large number of manpages - 939 in total,
	of which 600 are links.  The default behavior when building
	the packages is to install the manpages as follows:
	/usr/share/man/man1 - manpages for tclsh and wish commands (2)
	/usr/share/man/man3 - manpages for API calls to libtcl.so
		and libtk.so (758)
	/usr/share/man/mann - manpages for built-in commands in
		Tcl and Tk shells (179)

	As the "mann" section is not generally used in Solaris, it is
	proposed to install these manpages in a new section "man1t".
	Also, the main bulk of the man3 manpages will be installed in
	new sections "man3tcl" and "man3tk" - only the library
	introduction manpages libtcl.3 and libtk.3 will remain in "man3".

3.  Interfaces

	Exported Interfaces
	===================
	SUNWTcl				Uncommitted	Package name (unchanged)
	SUNWTk				Uncommitted	Package name (unchanged)

	/usr/bin/tclsh8.4		Uncommitted	Command
	/usr/bin/tclsh			Uncommitted	Symbolic link
	/usr/bin/wish8.4		Uncommitted	Command
	/usr/bin/wish			Uncommitted	Symbolic link

	/usr/include/tcl.h		Uncommitted	Header file
	/usr/include/tclDecls.h		Uncommitted	Header file
	/usr/include/tclPlatDecls.h	Uncommitted	Header file
	/usr/include/tk.h		Uncommitted	Header file
	/usr/include/tkDecls.h		Uncommitted	Header file
	/usr/include/tkPlatDecls.h	Uncommitted	Header file

	/usr/lib/libtcl8.4.so		Uncommitted	Library
	/usr/lib/libtk8.4.so		Uncommitted	Library

	/usr/lib/tkConfig.sh		Uncommitted	Configuration script
	/usr/lib/tclConfig.sh		Uncommitted	Configuration script

	** In addition, see ATTACHMENT A for a list of all 939 manpages


(ATTACHMENT A - tcltk_manpage_list.txt: list of all manpages to be install)

(ATTACHMENT B - tcltk_manpages.tar.gz: tarball of all Tcl/Tk manpages - NOT INCLUDED HERE)

6. Resources and Schedule
     6.4. Steering Committee requested information
    	6.4.1. Consolidation C-team Name:
		JDS - gnome
     6.5. ARC review type: FastTrack

From John.Fischer@Sun.COM Tue Jun  5 15:24:07 2007
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l55MO7iN016086
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 5 Jun 2007 15:24:07 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l55MMJOH039060
	for <@sunmail3mpk.sfbay.sun.com:PSARC-EXT@sun.com>; Tue, 5 Jun 2007 16:22:21 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JJ60052JOTT5X00@nwk-avmta-2.sfbay.sun.com> for PSARC-EXT@sun.com
 (ORCPT PSARC-EXT@sun.com); Tue, 05 Jun 2007 15:22:41 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JJ6000XKOTSVB60@nwk-avmta-2.sfbay.sun.com> for
 PSARC-EXT@sun.com (ORCPT PSARC-EXT@sun.com); Tue,
 05 Jun 2007 15:22:40 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l55MMekS013325	for
 <PSARC-EXT@sun.com>; Tue, 05 Jun 2007 15:22:40 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JJ600G01OS7FT00@fe-sfbay-10.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-EXT@sun.com (ORCPT PSARC-EXT@sun.com); Tue,
 05 Jun 2007 15:22:40 -0700 (PDT)
Received: from [129.150.12.240] by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JJ60074BOTRNLD0@fe-sfbay-10.sun.com> for PSARC-EXT@sun.com
 (ORCPT PSARC-EXT@sun.com); Tue, 05 Jun 2007 15:22:39 -0700 (PDT)
Date: Tue, 05 Jun 2007 15:16:31 -0700
From: John Fischer <John.Fischer@Sun.COM>
Subject: Tcl/Tk upgrade to 8.4.14 [PSARC/2007/317 FastTrack timeout 06/06/2007]
Sender: John.Fischer@Sun.COM
To: PSARC-ext@Sun.COM
Cc: Dermot McCluskey <Dermot.McCluskey@Sun.COM>,
        John Fischer <John.Fischer@Sun.COM>
Message-id: <4665E0BF.3020603@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_W24yT2o1byZJ1ntqmx6Xsg)"
X-Accept-Language: en-us, en
X-PMX-Version: 5.2.0.264296
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20051027
Status: RO
Content-Length: 4679

This is a multi-part message in MIME format.

--Boundary_(ID_W24yT2o1byZJ1ntqmx6Xsg)
Content-type: text/plain; format=flowed; charset=us-ascii
Content-transfer-encoding: 7BIT

All,

I am sponsoring this case for Dermot McCluskey from the JDS team
in Ireland.  The case was actually submitted last week and was
supposed to timeout tomorrow but something happened with the sac_next
case mechanism.  The case directory contains the proposal in the
form of the 1-pager.  I am also extending the timeout to be
Wednesday June 13th, 2007.

Thanks,

John

--Boundary_(ID_W24yT2o1byZJ1ntqmx6Xsg)
Content-type: text/plain; name=proposal.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=proposal.txt

1. Introduction
    1.1. Project/Component Working Name:
	 Tcl/Tk upgrade to 8.4.14
    1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
    1.3  Date of This Document:
	30 May, 2007
4. Technical Description
Tcl/Tk upgrade to 8.4.14

1.  Summary

	This fast-track increments the versions of Tcl and Tk in Solaris
	from, in both cases, 8.3.3 to 8.4.14 and moves the packages from
	/usr/sfw to /usr.

	Patch release binding is requested.

2.  Discussion

	Tcl is a popular open source scripting language and Tk is an
	open source GUI toolkit commonly used with Tcl.  The versions
	currently delivered with Solaris are 6 years old.  Later versions
	are explicitly required by Hgk, a Mercurial extension, which is in
	turn required by the Mercurial Plugin for NetBeans (currently
	under development).

	Versions 8.4.14 are the latest stable version of Tcl and Tk,
	being released in October 2006.

	It is common practise to include the version number as part of
	the installed executable's filename.  Therefore the command names
	will change from tclsh8.3 (Tcl shell) and wish8.3 (Tk windowing
	shell) to tclsh8.4 and wish8.4.  While this convention allows
	multiple versions of Tcl/Tk to be simultaneously installed, it
	is not proposed to retain the older versions with this upgrade.
	Additionally, symbolic links without version suffixes (tclsh and
	wish) will also be added (these were not provided in Solaris
	previously).

	As with the current versions of Tcl and Tk, the tclConfig.sh and
	tkConfig.sh scripts will be provided.  These build-time
	convenience scripts are intended to be used by other packages
	which require Tcl and/or Tk, such as PostgreSQL.

	The current (8.3.3) versions in Solaris are classified as
	External and the new versions will be classified as Uncommitted.
	Compatibility between versions is not guaranteed.

	Both packages will also be moved from /usr/sfw to /usr so that
	the commands and libraries can be located in the default path.

	Tcl and Tk include a large number of manpages - 939 in total,
	of which 600 are links.  The default behavior when building
	the packages is to install the manpages as follows:
	/usr/share/man/man1 - manpages for tclsh and wish commands (2)
	/usr/share/man/man3 - manpages for API calls to libtcl.so
		and libtk.so (758)
	/usr/share/man/mann - manpages for built-in commands in
		Tcl and Tk shells (179)

	As the "mann" section is not generally used in Solaris, it is
	proposed to install these manpages in a new section "man1t".
	Also, the main bulk of the man3 manpages will be installed in
	new sections "man3tcl" and "man3tk" - only the library
	introduction manpages libtcl.3 and libtk.3 will remain in "man3".

3.  Interfaces

	Exported Interfaces
	===================
	SUNWTcl				Uncommitted	Package name (unchanged)
	SUNWTk				Uncommitted	Package name (unchanged)

	/usr/bin/tclsh8.4		Uncommitted	Command
	/usr/bin/tclsh			Uncommitted	Symbolic link
	/usr/bin/wish8.4		Uncommitted	Command
	/usr/bin/wish			Uncommitted	Symbolic link

	/usr/include/tcl.h		Uncommitted	Header file
	/usr/include/tclDecls.h		Uncommitted	Header file
	/usr/include/tclPlatDecls.h	Uncommitted	Header file
	/usr/include/tk.h		Uncommitted	Header file
	/usr/include/tkDecls.h		Uncommitted	Header file
	/usr/include/tkPlatDecls.h	Uncommitted	Header file

	/usr/lib/libtcl8.4.so		Uncommitted	Library
	/usr/lib/libtk8.4.so		Uncommitted	Library

	/usr/lib/tkConfig.sh		Uncommitted	Configuration script
	/usr/lib/tclConfig.sh		Uncommitted	Configuration script

	** In addition, see ATTACHMENT A for a list of all 939 manpages


(ATTACHMENT A - tcltk_manpage_list.txt: list of all manpages to be install)

(ATTACHMENT B - tcltk_manpages.tar.gz: tarball of all Tcl/Tk manpages - NOT INCLUDED HERE)

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		JDS - gnome
    6.5. ARC review type: FastTrack

--Boundary_(ID_W24yT2o1byZJ1ntqmx6Xsg)--

From John.Fischer@sun.com Wed Jun 13 16:45:41 2007
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l5DNjfg3029028
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 13 Jun 2007 16:45:41 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l5DNi8gY018751
	for <@newsunmail1brm.central.sun.com:PSARC-ext@sun.com>; Wed, 13 Jun 2007 16:44:09 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JJL00I0JLXL8800@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 13 Jun 2007 17:44:09 -0600 (MDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JJL00F15LXK3820@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 13 Jun 2007 17:44:09 -0600 (MDT)
Received: from fe-amer-03.sun.com ([192.18.108.177])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l5DNi8h6029600	for
 <PSARC-ext@sun.com>; Wed, 13 Jun 2007 23:44:08 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0JJL00E01LSZ2300@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 13 Jun 2007 17:44:08 -0600 (MDT)
Received: from 129.145.154.105 ([129.145.154.105])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr  3
 2006)) with ESMTPSA id <0JJL008BLLXJ3ZY4@mail-amer.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 13 Jun 2007 17:44:08 -0600 (MDT)
Date: Wed, 13 Jun 2007 16:44:07 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: Re: Tcl/Tk upgrade to 8.4.14 [PSARC/2007/317 FastTrack timeout
	06/06/2007]
In-reply-to: <4665E0BF.3020603@sun.com>
Sender: John.Fischer@sun.com
To: PSARC-ext@sun.com
Cc: John Fischer <John.Fischer@sun.com>,
        Dermot McCluskey <Dermot.McCluskey@sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <1181778247.53629.4.camel@sr1-umpk-55>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301c
Content-type: text/plain; charset=ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <4665E0BF.3020603@sun.com>
Status: RO
Content-Length: 4756

All,

The timer having expired without comment I am closing this
fast track as approved.

Thanks,

John

On Tue, 2007-06-05 at 15:16, John Fischer wrote:
> All,
> 
> I am sponsoring this case for Dermot McCluskey from the JDS team
> in Ireland.  The case was actually submitted last week and was
> supposed to timeout tomorrow but something happened with the sac_next
> case mechanism.  The case directory contains the proposal in the
> form of the 1-pager.  I am also extending the timeout to be
> Wednesday June 13th, 2007.
> 
> Thanks,
> 
> John
> 
> ______________________________________________________________________
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Tcl/Tk upgrade to 8.4.14
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Dermot McCluskey
>     1.3  Date of This Document:
> 	30 May, 2007
> 4. Technical Description
> Tcl/Tk upgrade to 8.4.14
> 
> 1.  Summary
> 
> 	This fast-track increments the versions of Tcl and Tk in Solaris
> 	from, in both cases, 8.3.3 to 8.4.14 and moves the packages from
> 	/usr/sfw to /usr.
> 
> 	Patch release binding is requested.
> 
> 2.  Discussion
> 
> 	Tcl is a popular open source scripting language and Tk is an
> 	open source GUI toolkit commonly used with Tcl.  The versions
> 	currently delivered with Solaris are 6 years old.  Later versions
> 	are explicitly required by Hgk, a Mercurial extension, which is in
> 	turn required by the Mercurial Plugin for NetBeans (currently
> 	under development).
> 
> 	Versions 8.4.14 are the latest stable version of Tcl and Tk,
> 	being released in October 2006.
> 
> 	It is common practise to include the version number as part of
> 	the installed executable's filename.  Therefore the command names
> 	will change from tclsh8.3 (Tcl shell) and wish8.3 (Tk windowing
> 	shell) to tclsh8.4 and wish8.4.  While this convention allows
> 	multiple versions of Tcl/Tk to be simultaneously installed, it
> 	is not proposed to retain the older versions with this upgrade.
> 	Additionally, symbolic links without version suffixes (tclsh and
> 	wish) will also be added (these were not provided in Solaris
> 	previously).
> 
> 	As with the current versions of Tcl and Tk, the tclConfig.sh and
> 	tkConfig.sh scripts will be provided.  These build-time
> 	convenience scripts are intended to be used by other packages
> 	which require Tcl and/or Tk, such as PostgreSQL.
> 
> 	The current (8.3.3) versions in Solaris are classified as
> 	External and the new versions will be classified as Uncommitted.
> 	Compatibility between versions is not guaranteed.
> 
> 	Both packages will also be moved from /usr/sfw to /usr so that
> 	the commands and libraries can be located in the default path.
> 
> 	Tcl and Tk include a large number of manpages - 939 in total,
> 	of which 600 are links.  The default behavior when building
> 	the packages is to install the manpages as follows:
> 	/usr/share/man/man1 - manpages for tclsh and wish commands (2)
> 	/usr/share/man/man3 - manpages for API calls to libtcl.so
> 		and libtk.so (758)
> 	/usr/share/man/mann - manpages for built-in commands in
> 		Tcl and Tk shells (179)
> 
> 	As the "mann" section is not generally used in Solaris, it is
> 	proposed to install these manpages in a new section "man1t".
> 	Also, the main bulk of the man3 manpages will be installed in
> 	new sections "man3tcl" and "man3tk" - only the library
> 	introduction manpages libtcl.3 and libtk.3 will remain in "man3".
> 
> 3.  Interfaces
> 
> 	Exported Interfaces
> 	===================
> 	SUNWTcl				Uncommitted	Package name (unchanged)
> 	SUNWTk				Uncommitted	Package name (unchanged)
> 
> 	/usr/bin/tclsh8.4		Uncommitted	Command
> 	/usr/bin/tclsh			Uncommitted	Symbolic link
> 	/usr/bin/wish8.4		Uncommitted	Command
> 	/usr/bin/wish			Uncommitted	Symbolic link
> 
> 	/usr/include/tcl.h		Uncommitted	Header file
> 	/usr/include/tclDecls.h		Uncommitted	Header file
> 	/usr/include/tclPlatDecls.h	Uncommitted	Header file
> 	/usr/include/tk.h		Uncommitted	Header file
> 	/usr/include/tkDecls.h		Uncommitted	Header file
> 	/usr/include/tkPlatDecls.h	Uncommitted	Header file
> 
> 	/usr/lib/libtcl8.4.so		Uncommitted	Library
> 	/usr/lib/libtk8.4.so		Uncommitted	Library
> 
> 	/usr/lib/tkConfig.sh		Uncommitted	Configuration script
> 	/usr/lib/tclConfig.sh		Uncommitted	Configuration script
> 
> 	** In addition, see ATTACHMENT A for a list of all 939 manpages
> 
> 
> (ATTACHMENT A - tcltk_manpage_list.txt: list of all manpages to be install)
> 
> (ATTACHMENT B - tcltk_manpages.tar.gz: tarball of all Tcl/Tk manpages - NOT INCLUDED HERE)
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		JDS - gnome
>     6.5. ARC review type: FastTrack


