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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   18-Jul-2006 15:09:24
  Branch: HEAD                             Handle: 2006071814092400

  Modified files:
    openpkg-tools/cmd       build.pl

  Log:
    cleanup text

  Summary:
    Revision    Changes     Path
    1.23        +11 -11     openpkg-tools/cmd/build.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/build.pl
  ============================================================================
  $ cvs diff -u -r1.22 -r1.23 build.pl
  --- openpkg-tools/cmd/build.pl        17 Jul 2006 17:51:54 -0000      1.22
  +++ openpkg-tools/cmd/build.pl        18 Jul 2006 13:09:24 -0000      1.23
  @@ -112,7 +112,7 @@
       close(FH);
   }
   
  -die "openpkg:build:USAGE: $0 [-R rpm] [-r repository] [-f index.rdf] 
[-uUzZiqsSXMLWKebBg] [-P priv-cmd] [-N non-priv-cmd] [-p platform] [-Dwith ...] 
[-Ename ...] [-Hname ...] ( [-aA] | patternlist )\n"
  +die "openpkg:build:USAGE: $0 [-R rpm] [-r repository] [-f index.rdf] 
[-uUzZiqsSXMLWKebBg] [-P priv-cmd] [-N non-priv-cmd] [-p platform] [-D with 
...] [-E name ...] [-H name ...] ( [-aA] | patternlist )\n"
       unless ($#ARGV >= 0 && !($opt_a || $opt_A)) ||
              ($#ARGV == -1 && ($opt_a || $opt_A));
   
  @@ -331,7 +331,7 @@
           name    => $nam,     # the full name of the resource
           version => $ver,     # the version (or value)
           release => $rel,     # and release number
  -        proxy   => $pxy,     # wether the resource is a PROXY resource
  +        proxy   => $pxy,     # whether the resource is a PROXY resource
           prefix  => $pre,     # the packagename (if resource is an option)
           with    => $with     # the buildoption (if resource is an option)
       };
  @@ -1302,7 +1302,7 @@
   }
   
   #
  -# see wether target is in map
  +# see whether target is in map
   #
   sub target_exists ($$) {
       my($target, $map) = @_;
  @@ -1364,7 +1364,7 @@
   }
   
   #
  -# see wether target has conflicts
  +# see whether target has conflicts
   #
   sub target_conflicts ($$) {
       my($target, $env) = @_;
  @@ -1404,7 +1404,7 @@
   }
   
   #
  -# check wether target conflicts against map
  +# check whether target conflicts against map
   #
   sub target_has_conflicts ($$$) {
       my($target, $map, $env) = @_;
  @@ -1433,7 +1433,7 @@
   }
   
   #
  -# determine wether target should be rebuild
  +# determine whether target should be rebuild
   #
   sub target_better ($$$) {
       my($env, $target, $map) = @_;
  @@ -1514,7 +1514,7 @@
   }
   
   #
  -# check wether installed package matches
  +# check whether installed package matches
   # build options
   #
   # if default = 1 then options which are not
  @@ -2530,7 +2530,7 @@
   [B<-P> I<priv-cmd>]
   [B<-N> I<non-priv-cmd>]
   [B<-p> I<platform>]
  -[B<-D>I<var>=I<val> ...]
  +[B<-D> I<var>=I<val> ...]
   [B<-E> I<name> ...]
   [B<-H> I<name> ...]
   ([B<-a>] [B<-A>] | I<patternlist>)
  @@ -2761,11 +2761,11 @@
   packages. The default is an empty I<platform> string so that no binary
   packages are matched at all.
   
  -=item B<-D>I<var>=I<val>
  +=item B<-D> I<var>=I<val>
   
   Specify build options for selected packages. This can be either
  -"B<-D>I<with_xxx>=I<yyy>" or just "B<-D>I<with_xxx>". The latter is
  -equivalent to a "B<-D>I<with_xxx>=I<yes>". The parameters are matched
  +"B<-D> I<with_xxx>=I<yyy>" or just "B<-D> I<with_xxx>". The latter is
  +equivalent to a "B<-D> I<with_xxx>=I<yes>". The parameters are matched
   against selected packages that are already installed. If they do
   indicate a change, the package is rebuild. There can be multiple "B<-D>"
   options.
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to