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
>
>   


Reply via email to