OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   27-Dec-2007 20:27:56
  Branch: HEAD                             Handle: 2007122719275500

  Modified files:
    openpkg-src/flex        flex.spec

  Log:
    fix typos and reformat description

  Summary:
    Revision    Changes     Path
    1.90        +9  -8      openpkg-src/flex/flex.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/flex/flex.spec
  ============================================================================
  $ cvs diff -u -r1.89 -r1.90 flex.spec
  --- openpkg-src/flex/flex.spec        22 Dec 2007 15:39:21 -0000      1.89
  +++ openpkg-src/flex/flex.spec        27 Dec 2007 19:27:55 -0000      1.90
  @@ -38,7 +38,7 @@
   Group:        CompilerCompiler
   License:      BSD
   Version:      %{V_new}
  -Release:      20071222
  +Release:      20071227
   
   #   package options
   %option       with_old     no
  @@ -57,13 +57,14 @@
   AutoReqProv:  no
   
   %description
  -    Flex is a tool for generating scanners: programs which recognized lexical
  -    patterns in text. flex reads the given input files for a description of a
  -    scanner to generate. The description is in the form of pairs of regular
  -    expressions and C code, called rules. flex generates as output a C source
  -    file, lex.yy.c, which defines a routine yylex(). This file is compiled 
and
  -    linked with the -lfl library to produce an executable. When the 
executable
  -    is run, it analyzes its input for occurrences of the regular expressions.
  +    Flex is a tool for generating scanners: programs which recognize
  +    lexical patterns in text. Flex reads the given input files for a
  +    description of a scanner to generate. The description is in the
  +    form of pairs of regular expressions and C code, called rules.
  +    Flex generates as output a C source file, lex.yy.c, which defines
  +    a C function yylex(). This file is compiled and linked with the
  +    -lfl library to produce an executable. When the executable is run,
  +    it analyzes its input for occurrences of the regular expressions.
       Whenever it finds one, it executes the corresponding C code.
   
   %track
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to