From dduvall@zruty.sfbay.sun.com Tue Feb 19 17:34:53 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1K1YrNY010996
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 19 Feb 2008 17:34:53 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m1K1YnJl029007;
	Tue, 19 Feb 2008 17:34:50 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JWI0050FKE2GR00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 19 Feb 2008 17:34:50 -0800 (PST)
Received: from zruty.sfbay.sun.com ([129.146.168.40])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JWI0053QKE1B600@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 19 Feb 2008 17:34:49 -0800 (PST)
Received: from zruty.sfbay.sun.com (localhost [127.0.0.1])
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m1K1Ynor017626; Tue,
 19 Feb 2008 17:34:49 -0800 (PST)
Received: (from dduvall@localhost)
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2/Submit) id m1K1Ynaj017625; Tue,
 19 Feb 2008 17:34:49 -0800 (PST)
Date: Tue, 19 Feb 2008 17:34:49 -0800
From: Danek Duvall <danek.duvall@sun.com>
Subject: GNU gperf [PSARC/2008/123 FastTrack timeout 02/27/2008]
To: psarc-ext@sun.com
Cc: Jim Walker <james.walker@sun.com>, Christopher Mi <shuang.mi@sun.com>
Message-id: <20080220013449.GJ1369@zruty.sfbay.sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.2.0.264296
User-Agent: Mutt/1.5.16 (2007-06-27)
Status: RO
Content-Length: 1970

I'm sponsoring this fasttrack for Christopher Mi.  The binding is Minor,
and all interfaces are Uncommitted.  The man page is in the case directory.

Timeout is a week from tomorrow, on the 27th.

Danek

===========================================================================

Summary
=======
   GNU gperf[1] is a perfect hash function[2] generator. For a given
   list of strings, it produces a hash function and hash table,
   in form of C or C++ code, for looking up a value depending on
   the input string. The hash function is perfect, which means that
   the hash table has no collisions, and the hash table lookup needs
   a single string comparison only.

   GNU gperf currently generates the reserved keyword recognizer for
   lexical analyzers in several production and research compilers and
   language processing tools, including GNU C, GNU C++, GNU Pascal,
   GNU Modula 3, and GNU indent. Not only for that, GNU gperf can be
   used for commond-line processing also.

   GNU gperf 3.0.3 will be integrated into the SFW consolidation as part of
   this proposal, and will be installed as SUNWgperf.

   This project requests a minor release binding. 


Dependencies
============

   None


Interfaces
==========

   Stability classification Uncommitted for all exported interfaces.  Man
   pages are included in the case materials directory.

         Exported Interfaces
         -------------------
         /usr/bin/gperf                  Command
         /usr/share/man/man1/gperf.1     Man page
         /usr/share/info/gperf.info      Info file

         Imported Interfaces
         -------------------
         None

   The following additional installed file is not interface.

         Additional document
         -------------------
         /usr/share/doc/gperf/gperf.html


Reference Documents
===================
   [1] http://www.gnu.org/software/gperf/
   [2] http://en.wikipedia.org/wiki/Perfect_hash_function

   * RFE ID# 6649409


From sacadmin Tue Feb 19 17:30:58 2008
Received: from zruty.sfbay.sun.com (zruty [129.146.168.40])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m1K1Uv3U010940;
	Tue, 19 Feb 2008 17:30:57 -0800 (PST)
Received: from zruty.sfbay.sun.com (localhost [127.0.0.1])
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m1K1UvXN017594;
	Tue, 19 Feb 2008 17:30:57 -0800 (PST)
Received: (from dduvall@localhost)
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2/Submit) id m1K1UvDO017590;
	Tue, 19 Feb 2008 17:30:57 -0800 (PST)
Date: Tue, 19 Feb 2008 17:30:57 -0800 (PST)
From: Danek Duvall <dduvall@zruty.sfbay.sun.com>
Message-Id: <200802200130.m1K1UvDO017590@zruty.sfbay.sun.com>
To: PSARC-record@sac.sfbay.sun.com
Subject: GNU gperf [PSARC/2008/123 FastTrack timeout 02/27/2008]
Status: RO
Content-Length: 549


Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 GNU gperf
    1.2. Name of Document Author/Supplier:
	 Author:  Christopher Mi
    1.3  Date of This Document:
	19 February, 2008
4. Technical Description
    See the case directory for more detail

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From danek.duvall@sun.com Mon Mar  3 09:51:30 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m23HpU50005374
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 3 Mar 2008 09:51:30 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m23HpNsZ010718
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Mon, 3 Mar 2008 09:51:30 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JX600G431LST600@nwk-avmta-1.sfbay.Sun.COM> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 03 Mar 2008 09:51:28 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JX600GVG1LRNS00@nwk-avmta-1.sfbay.Sun.COM> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 03 Mar 2008 09:51:27 -0800 (PST)
Received: from zruty.sfbay.sun.com (zruty.SFBay.Sun.COM [129.146.168.40])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m23HpP5J051629; Mon, 03 Mar 2008 09:51:25 -0800 (PST)
Received: from zruty.sfbay.sun.com (localhost [127.0.0.1])
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m23HpPqU005851; Mon,
 03 Mar 2008 09:51:25 -0800 (PST)
Received: (from dduvall@localhost)
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2/Submit) id m23HpOZe005850; Mon,
 03 Mar 2008 09:51:24 -0800 (PST)
Date: Mon, 03 Mar 2008 09:51:24 -0800
From: Danek Duvall <danek.duvall@sun.com>
Subject: Re: GNU gperf [PSARC/2008/123 FastTrack timeout 02/27/2008]
In-reply-to: <20080220013449.GJ1369@zruty.sfbay.sun.com>
To: psarc-ext@sun.com
Cc: Jim Walker <james.walker@sun.com>, Christopher Mi <shuang.mi@sun.com>
Message-id: <20080303175124.GJ9130@zruty.sfbay.sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.2.0.264296
References: <20080220013449.GJ1369@zruty.sfbay.sun.com>
User-Agent: Mutt/1.5.16 (2007-06-27)
Status: RO
Content-Length: 107

Apologies for the late wrap-up, but this case ran to timeout without any
comments, and is approved.

Danek

From Shuang.Mi@sun.com Fri Mar 21 01:22:47 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m2L8MkRO002569
	for <psarc-ext@sac.sfbay.Sun.COM>; Fri, 21 Mar 2008 01:22:46 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m2L8Mafx019892
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 21 Mar 2008 16:22:45 +0800 (SGT)
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 <0JY200M01N9VT300@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 21 Mar 2008 01:22:43 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JY200MD6N9UPX00@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 21 Mar 2008 01:22:43 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m2L8N4qu000808	for
 <PSARC-ext@sun.com>; Fri, 21 Mar 2008 08:23:04 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0JY200701N6FYD00@mail-apac.sun.com> (original mail from Shuang.Mi@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 21 Mar 2008 16:22:40 +0800 (SGT)
Received: from [10.13.21.124] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JY200JT0N9RC7VZ@mail-apac.sun.com>; Fri,
 21 Mar 2008 16:22:40 +0800 (SGT)
Date: Fri, 21 Mar 2008 16:24:31 +0800
From: Christopher Mi <Shuang.Mi@sun.com>
Subject: GNU gperf [PSARC/2008/123 FastTrack]
In-reply-to: <20080220013449.GJ1369@zruty.sfbay.sun.com>
Sender: Shuang.Mi@sun.com
To: PSARC-ext@sun.com, Danek Duvall <Danek.Duvall@sun.com>
Cc: Jim Walker <James.Walker@sun.com>
Message-id: <47E370BF.50907@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <20080220013449.GJ1369@zruty.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080128)
Status: RO
Content-Length: 2235

Since the package name SUNWgperf is already taken,
I registered GNU gperf under the SUNWgnu-gperf
package name.

Thanks,
Chris

Danek Duvall wrote:
> I'm sponsoring this fasttrack for Christopher Mi.  The binding is Minor,
> and all interfaces are Uncommitted.  The man page is in the case directory.
>
> Timeout is a week from tomorrow, on the 27th.
>
> Danek
>
> ===========================================================================
>
> Summary
> =======
>    GNU gperf[1] is a perfect hash function[2] generator. For a given
>    list of strings, it produces a hash function and hash table,
>    in form of C or C++ code, for looking up a value depending on
>    the input string. The hash function is perfect, which means that
>    the hash table has no collisions, and the hash table lookup needs
>    a single string comparison only.
>
>    GNU gperf currently generates the reserved keyword recognizer for
>    lexical analyzers in several production and research compilers and
>    language processing tools, including GNU C, GNU C++, GNU Pascal,
>    GNU Modula 3, and GNU indent. Not only for that, GNU gperf can be
>    used for commond-line processing also.
>
>    GNU gperf 3.0.3 will be integrated into the SFW consolidation as part of
>    this proposal, and will be installed as SUNWgperf.
>
>    This project requests a minor release binding. 
>
>
> Dependencies
> ============
>
>    None
>
>
> Interfaces
> ==========
>
>    Stability classification Uncommitted for all exported interfaces.  Man
>    pages are included in the case materials directory.
>
>          Exported Interfaces
>          -------------------
>          /usr/bin/gperf                  Command
>          /usr/share/man/man1/gperf.1     Man page
>          /usr/share/info/gperf.info      Info file
>
>          Imported Interfaces
>          -------------------
>          None
>
>    The following additional installed file is not interface.
>
>          Additional document
>          -------------------
>          /usr/share/doc/gperf/gperf.html
>
>
> Reference Documents
> ===================
>    [1] http://www.gnu.org/software/gperf/
>    [2] http://en.wikipedia.org/wiki/Perfect_hash_function
>
>    * RFE ID# 6649409
>
>   


From Shuang.Mi@sun.com Fri Mar 21 01:23:08 2008
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 m2L8N8wJ002581
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 21 Mar 2008 01:23:08 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m2L8N68D036921
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 21 Mar 2008 02:23:07 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JY20070RNAI4600@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 21 Mar 2008 01:23:06 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JY200KF7NAGXZ50@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 21 Mar 2008 01:23:05 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m2L8NCVS005642	for
 <PSARC-ext@sun.com>; Fri, 21 Mar 2008 08:23:12 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0JY200G01N3EK100@mail-apac.sun.com> (original mail from Shuang.Mi@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 21 Mar 2008 16:22:52 +0800 (SGT)
Received: from [10.13.21.124] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0JY200B27NA3MN01@mail-apac.sun.com>; Fri,
 21 Mar 2008 16:22:52 +0800 (SGT)
Date: Fri, 21 Mar 2008 16:24:54 +0800
From: Christopher Mi <Shuang.Mi@sun.com>
Subject: GNU gperf [PSARC/2008/123 FastTrack]
In-reply-to: <20080220013449.GJ1369@zruty.sfbay.sun.com>
Sender: Shuang.Mi@sun.com
To: PSARC-ext@sun.com
Cc: Danek Duvall <Danek.Duvall@sun.com>, Jim Walker <James.Walker@sun.com>
Message-id: <47E370D6.2090506@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <20080220013449.GJ1369@zruty.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080128)
Status: RO
Content-Length: 2235

Since the package name SUNWgperf is already taken,
I registered GNU gperf under the SUNWgnu-gperf
package name.

Thanks,
Chris

Danek Duvall wrote:
> I'm sponsoring this fasttrack for Christopher Mi.  The binding is Minor,
> and all interfaces are Uncommitted.  The man page is in the case directory.
>
> Timeout is a week from tomorrow, on the 27th.
>
> Danek
>
> ===========================================================================
>
> Summary
> =======
>    GNU gperf[1] is a perfect hash function[2] generator. For a given
>    list of strings, it produces a hash function and hash table,
>    in form of C or C++ code, for looking up a value depending on
>    the input string. The hash function is perfect, which means that
>    the hash table has no collisions, and the hash table lookup needs
>    a single string comparison only.
>
>    GNU gperf currently generates the reserved keyword recognizer for
>    lexical analyzers in several production and research compilers and
>    language processing tools, including GNU C, GNU C++, GNU Pascal,
>    GNU Modula 3, and GNU indent. Not only for that, GNU gperf can be
>    used for commond-line processing also.
>
>    GNU gperf 3.0.3 will be integrated into the SFW consolidation as part of
>    this proposal, and will be installed as SUNWgperf.
>
>    This project requests a minor release binding. 
>
>
> Dependencies
> ============
>
>    None
>
>
> Interfaces
> ==========
>
>    Stability classification Uncommitted for all exported interfaces.  Man
>    pages are included in the case materials directory.
>
>          Exported Interfaces
>          -------------------
>          /usr/bin/gperf                  Command
>          /usr/share/man/man1/gperf.1     Man page
>          /usr/share/info/gperf.info      Info file
>
>          Imported Interfaces
>          -------------------
>          None
>
>    The following additional installed file is not interface.
>
>          Additional document
>          -------------------
>          /usr/share/doc/gperf/gperf.html
>
>
> Reference Documents
> ===================
>    [1] http://www.gnu.org/software/gperf/
>    [2] http://en.wikipedia.org/wiki/Perfect_hash_function
>
>    * RFE ID# 6649409
>
>   


