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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   28-Jul-2003 19:17:12
  Branch: HEAD                             Handle: 2003072818171001

  Modified files:
    openpkg-src/openpkg-tool
                            Makefile openpkg-build.pl openpkg-index.pl
                            openpkg-tool.spec openpkg.1 openpkg.pod openpkg.sh
    openpkg-web             news.txt

  Log:
    spell checking; fix manual page rendering at option -g; small cleanups

  Summary:
    Revision    Changes     Path
    1.2         +1  -1      openpkg-src/openpkg-tool/Makefile
    1.96        +1  -1      openpkg-src/openpkg-tool/openpkg-build.pl
    1.19        +1  -1      openpkg-src/openpkg-tool/openpkg-index.pl
    1.73        +7  -4      openpkg-src/openpkg-tool/openpkg-tool.spec
    1.11        +16 -16     openpkg-src/openpkg-tool/openpkg.1
    1.20        +13 -12     openpkg-src/openpkg-tool/openpkg.pod
    1.6         +1  -1      openpkg-src/openpkg-tool/openpkg.sh
    1.5874      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/Makefile
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 Makefile
  --- openpkg-src/openpkg-tool/Makefile 26 Nov 2002 19:54:11 -0000      1.1
  +++ openpkg-src/openpkg-tool/Makefile 28 Jul 2003 17:17:11 -0000      1.2
  @@ -1,4 +1,4 @@
   
   openpkg.1: openpkg.pod
  -     pod2man --section=1 --quotes=none --release="openpkg-tool" --center="OpenPKG 
Maintainance" openpkg.pod >openpkg.1
  +     pod2man --section=1 --quotes=none --release="openpkg-tool" --center="OpenPKG 
Maintenance" openpkg.pod >openpkg.1
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-build.pl
  ============================================================================
  $ cvs diff -u -r1.95 -r1.96 openpkg-build.pl
  --- openpkg-src/openpkg-tool/openpkg-build.pl 21 Jul 2003 19:21:11 -0000      1.95
  +++ openpkg-src/openpkg-tool/openpkg-build.pl 28 Jul 2003 17:17:11 -0000      1.96
  @@ -1,5 +1,5 @@
   ##
  -##  openpkg-build.pl -- create build scripts from package index
  +##  openpkg-build.pl -- OpenPKG Maintenance Tool (backend for building)
   ##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
   ##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-index.pl
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 openpkg-index.pl
  --- openpkg-src/openpkg-tool/openpkg-index.pl 15 Jul 2003 10:08:31 -0000      1.18
  +++ openpkg-src/openpkg-tool/openpkg-index.pl 28 Jul 2003 17:17:11 -0000      1.19
  @@ -1,5 +1,5 @@
   ##
  -##  openpkg-index.pl -- create index from spec files
  +##  openpkg-index.pl -- OpenPKG Maintenance Tool (backend for indexing)
   ##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
   ##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-tool.spec
  ============================================================================
  $ cvs diff -u -r1.72 -r1.73 openpkg-tool.spec
  --- openpkg-src/openpkg-tool/openpkg-tool.spec        23 Jul 2003 14:26:17 -0000     
 1.72
  +++ openpkg-src/openpkg-tool/openpkg-tool.spec        28 Jul 2003 17:17:11 -0000     
 1.73
  @@ -25,15 +25,15 @@
   
   #   package information
   Name:         openpkg-tool
  -Summary:      OpenPKG Tool
  +Summary:      OpenPKG Maintenance Tool
   URL:          http://www.openpkg.org/
   Vendor:       The OpenPKG Project
   Packager:     The OpenPKG Project
   Distribution: OpenPKG [PLUS]
   Group:        Bootstrapping
   License:      GPL
  -Version:      20030723
  -Release:      20030723
  +Version:      20030728
  +Release:      20030728
   
   #   list of sources
   Source0:      openpkg.sh
  @@ -52,7 +52,10 @@
   AutoReqProv:  no
   
   %description
  -    The OpenPKG tool is a helper utility for managing an OpenPKG instance.
  +    The OpenPKG tool is a frontend for maintaining an OpenPKG instance.
  +    It currently provides indexing of RPM files ("openpkg index") and
  +    automated recursive from-scratch installation and updating of
  +    existing RPM packages ("openpkg build").
   
   %prep
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg.1
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 openpkg.1
  --- openpkg-src/openpkg-tool/openpkg.1        18 Jul 2003 14:46:45 -0000      1.10
  +++ openpkg-src/openpkg-tool/openpkg.1        28 Jul 2003 17:17:11 -0000      1.11
  @@ -129,9 +129,9 @@
   .\" ========================================================================
   .\"
   .IX Title "OPENPKG 1"
  -.TH OPENPKG 1 "2003-07-16" "openpkg-tool" "OpenPKG Maintainance"
  +.TH OPENPKG 1 "2003-07-28" "openpkg-tool" "OpenPKG Maintenance"
   .SH "NAME"
  -\&\fBopenpkg\fR \- \fBOpenPKG\fR maintainance utility
  +\&\fBopenpkg\fR \- \fBOpenPKG\fR Maintenance Tool
   .SH "VERSION"
   .IX Header "VERSION"
   openpkg-tool XX-VERSION-XX
  @@ -178,10 +178,10 @@
   ([\fB\-a\fR] [\fB\-A\fR] | \fIpatternlist\fR)
   .SH "DESCRIPTION"
   .IX Header "DESCRIPTION"
  -\&\fBopenpkg\fR is a frontend utility for maintaining an \fBOpenPKG\fR instance.
  -It currently provides indexing of \s-1RPM\s0 files (\fBopenpkg index\fR) and
  -automated recursive from-scratch installation and updating of existing
  -\&\s-1RPM\s0 packages (\fBopenpkg build\fR).
  +The \fBopenpkg\fR tool is a frontend for maintaining an \fBOpenPKG\fR
  +instance. It currently provides indexing of \s-1RPM\s0 files (\fBopenpkg index\fR)
  +and automated recursive from-scratch installation and updating of
  +existing \s-1RPM\s0 packages (\fBopenpkg build\fR).
   .SH "COMMANDS"
   .IX Header "COMMANDS"
   .Sh "\s-1OPENPKG\s0 \s-1INDEX\s0"
  @@ -234,7 +234,7 @@
   .PP
   Packages are selected by providing a list of name patterns. Each
   pattern is either a package name or a prefix followed by a '*'
  -character. Additionally you can append a discrimation prefix separated
  +character. Additionally you can append a discrimination prefix separated
   by a comma that matches against the full name-version-revision
   string.
   .PP
  @@ -252,7 +252,7 @@
   .IP "\fB\-f\fR \fIindex.rdf\fR" 4
   .IX Item "-f index.rdf"
   Specify a path to the primary \s-1XML/RDF\s0 index, this can be a \s-1URL\s0 or a
  -file path. If the index contains references to aother indexes these are
  +file path. If the index contains references to other indexes these are
   included automatically. The default is to use a \s-1URL\s0 pointing to the
   \&\fBOpenPKG\fR \s-1FTP\s0 server for the \fBOpenPKG\fR release you are using.
   .IP "\fB\-u\fR" 4
  @@ -314,7 +314,7 @@
   conflicts with some already installed package.
   .IP "\s-1UNDEF\s0" 4
   .IX Item "UNDEF"
  -The package has an invalid or ambigous dependency.
  +The package has an invalid or ambiguous dependency.
   .RE
   .RS 4
   .RE
  @@ -341,7 +341,7 @@
   options had been switched on. This has little use except for generating
   an all-inclusive list with the \fB\-L\fR option.
   \&\fI\s-1ATTENTION:\s0 Even mutually exclusive options are evaluated to be 'on',
  -building packages with \f(BI\-W\fI therefore might fail or cause unusuable
  +building packages with \f(BI\-W\fI therefore might fail or cause unusable
   results!\fR
   .IP "\fB\-X\fR" 4
   .IX Item "-X"
  @@ -363,12 +363,12 @@
   .IX Item "-B"
   Same as \-b but also check all packages for existing binary packages
   at run\-time.
  -.IP "\fB\-g\fR The generated script will rebuild all packages selected even when 
the most recent version is already installed. Dependencies are not affected." 4
  -.IX Item "-g The generated script will rebuild all packages selected even when the 
most recent version is already installed. Dependencies are not affected."
  -.PD 0
  +.IP "\fB\-g\fR" 4
  +.IX Item "-g"
  +The generated script will rebuild all packages selected even when the
  +most recent version is already installed. Dependencies are not affected.
   .IP "\fB\-P\fR \fIpriv-cmd\fR" 4
   .IX Item "-P priv-cmd"
  -.PD
   Command prefix to use for install commands that require elevated
   privileges. The most common tool for this is \fIsudo\fR\|(8). If \fIpriv-cmd\fR
   starts with a dash it will be run without the dash and the command
  @@ -429,8 +429,8 @@
   .IX Header "HISTORY"
   The \fBopenpkg index\fR and \fBopenpkg build\fR command
   was invented in November 2002 by \fIMichael van Elst\fR
  -<[EMAIL PROTECTED]> under contract with \fICable & Wireless
  -Germany\fR <http://www.cw.com/de/> for use inside the \fBOpenPKG\fR
  +<[EMAIL PROTECTED]> under contract with \fICable & Wireless\fR
  +<http://www.cw.com/> for use inside the \fBOpenPKG\fR
   project <http://www.openpkg.org/>.
   .SH "AUTHORS"
   .IX Header "AUTHORS"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg.pod
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 openpkg.pod
  --- openpkg-src/openpkg-tool/openpkg.pod      15 Jul 2003 10:08:31 -0000      1.19
  +++ openpkg-src/openpkg-tool/openpkg.pod      28 Jul 2003 17:17:11 -0000      1.20
  @@ -1,5 +1,5 @@
   ##
  -##  openpkg.pod -- OpenPKG maintainance utility (frontend manual page)
  +##  openpkg.pod -- OpenPKG Maintenance Tool (manual page)
   ##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
   ##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  @@ -27,7 +27,7 @@
   
   =head1 NAME
   
  -B<openpkg> - B<OpenPKG> maintainance utility
  +B<openpkg> - B<OpenPKG> Maintenance Tool
   
   =head1 VERSION
   
  @@ -77,10 +77,10 @@
   
   =head1 DESCRIPTION
   
  -B<openpkg> is a frontend utility for maintaining an B<OpenPKG> instance.
  -It currently provides indexing of RPM files (B<openpkg index>) and
  -automated recursive from-scratch installation and updating of existing
  -RPM packages (B<openpkg build>).
  +The B<openpkg> tool is a frontend for maintaining an B<OpenPKG>
  +instance. It currently provides indexing of RPM files (B<openpkg index>)
  +and automated recursive from-scratch installation and updating of
  +existing RPM packages (B<openpkg build>).
   
   =head1 COMMANDS
   
  @@ -145,7 +145,7 @@
   
   Packages are selected by providing a list of name patterns. Each
   pattern is either a package name or a prefix followed by a '*'
  -character. Additionally you can append a discrimation prefix separated
  +character. Additionally you can append a discrimination prefix separated
   by a comma that matches against the full name-version-revision
   string.
   
  @@ -168,7 +168,7 @@
   =item B<-f> I<index.rdf>
   
   Specify a path to the primary XML/RDF index, this can be a URL or a
  -file path. If the index contains references to aother indexes these are
  +file path. If the index contains references to other indexes these are
   included automatically. The default is to use a URL pointing to the
   B<OpenPKG> FTP server for the B<OpenPKG> release you are using.
   
  @@ -245,7 +245,7 @@
   
   =item UNDEF
   
  -The package has an invalid or ambigous dependency.
  +The package has an invalid or ambiguous dependency.
   
   =back
   
  @@ -276,7 +276,7 @@
   options had been switched on. This has little use except for generating
   an all-inclusive list with the B<-L> option.
   I<ATTENTION: Even mutually exclusive options are evaluated to be 'on',
  -building packages with B<-W> therefore might fail or cause unusuable
  +building packages with B<-W> therefore might fail or cause unusable
   results!>
   
   =item B<-X>
  @@ -305,6 +305,7 @@
   at run-time.
   
   =item B<-g>
  +
   The generated script will rebuild all packages selected even when the
   most recent version is already installed. Dependencies are not affected.
   
  @@ -383,8 +384,8 @@
   
   The B<openpkg index> and B<openpkg build> command
   was invented in November 2002 by I<Michael van Elst>
  -E<lt>[EMAIL PROTECTED]<gt> under contract with I<Cable & Wireless
  -Germany> E<lt>http://www.cw.com/de/E<gt> for use inside the B<OpenPKG>
  +E<lt>[EMAIL PROTECTED]<gt> under contract with I<Cable & Wireless>
  +E<lt>http://www.cw.com/E<gt> for use inside the B<OpenPKG>
   project E<lt>http://www.openpkg.org/E<gt>.
   
   =head1 AUTHORS
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg.sh
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 openpkg.sh
  --- openpkg-src/openpkg-tool/openpkg.sh       23 Jul 2003 14:27:51 -0000      1.5
  +++ openpkg-src/openpkg-tool/openpkg.sh       28 Jul 2003 17:17:11 -0000      1.6
  @@ -1,6 +1,6 @@
   [EMAIL PROTECTED]@/lib/openpkg/bash
   ##
  -##  openpkg.sh -- OpenPKG maintainance utility (frontend)
  +##  openpkg.sh -- OpenPKG Maintenance Tool (frontend)
   ##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
   ##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
   ##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5873 -r1.5874 news.txt
  --- openpkg-web/news.txt      28 Jul 2003 15:06:14 -0000      1.5873
  +++ openpkg-web/news.txt      28 Jul 2003 17:17:10 -0000      1.5874
  @@ -1,3 +1,4 @@
  +28-Jul-2003: Upgraded package: P<openpkg-tool-20030728-20030728>
   28-Jul-2003: Upgraded package: P<openpkg-20030728-20030728>
   28-Jul-2003: Upgraded package: P<samhain-1.7.10-1.20030728>
   28-Jul-2003: Upgraded package: P<nntpcache-3.0.1-1.20030728>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to