OSSP CVS Repository

ossp - Check-in [503]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 503
Date: 2001-Jun-14 16:24:16 (local)
2001-Jun-14 14:24:16 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/shtool/AUTHORS      added-> 1.5
ossp-pkg/shtool/ChangeLog      1.154 -> 1.155     33 inserted, 30 deleted
ossp-pkg/shtool/Makefile.in      1.41 -> 1.42     3 inserted, 3 deleted
ossp-pkg/shtool/README      1.77 -> 1.78     2 inserted, 2 deleted
ossp-pkg/shtool/THANKS      1.19 -> 1.20     3 inserted, 3 deleted
ossp-pkg/shtool/sh.echo      1.26 -> 1.27     1 inserted, 1 deleted
ossp-pkg/shtool/sh.install      1.20 -> 1.21     1 inserted, 1 deleted
ossp-pkg/shtool/sh.version      1.28 -> 1.29     3 inserted, 3 deleted
ossp-pkg/shtool/shtool.m4      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/shtool/shtool.pod      1.51 -> 1.52     23 inserted, 23 deleted
ossp-pkg/shtool/shtoolize.in      1.22 -> 1.23     3 inserted, 3 deleted
ossp-pkg/shtool/shtoolize.pod      1.5 -> 1.6     4 inserted, 4 deleted
ossp-pkg/shtool/test.sh      1.7 -> 1.8     1 inserted, 1 deleted

ossp-pkg/shtool/AUTHORS -> 1.5

*** /dev/null    Sun Apr 28 22:01:55 2024
--- -    Sun Apr 28 22:02:05 2024
***************
*** 0 ****
--- 1,27 ----
+        _     _              _
+    ___| |__ | |_ ___   ___ | |
+   / __| '_ \| __/ _ \ / _ \| |
+   \__ \ | | | || (_) | (_) | |
+   |___/_| |_|\__\___/ \___/|_|
+ 
+   GNU shtool -- The GNU Portable Shell Tool
+ 
+   This is a list of authors who have written
+   or edited parts of the GNU shtool sources.
+ 
+   o  GNU shtool (as a whole)
+      Written by: Ralf S. Engelschall
+      Edited  by: Ralf S. Engelschall
+ 
+   o  sh.mkdir:
+      Written by: Noah Friedman, Ralf S. Engelschall
+      Edited  by: Ralf S. Engelschall
+ 
+   o  sh.mdate:
+      Written by: Ulrich Drepper, Ralf S. Engelschall
+      Edited  by: Ralf S. Engelschall
+ 
+   o  sh.guessos:
+      Written by: Jim Jagielski et all, ASF
+      Edited  by: Ralf S. Engelschall
+ 


ossp-pkg/shtool/ChangeLog 1.154 -> 1.155

--- ChangeLog    2001/06/14 12:47:28     1.154
+++ ChangeLog    2001/06/14 14:24:16     1.155
@@ -1,16 +1,19 @@
-      _     _              _ 
+      _     _              _
   ___| |__ | |_ ___   ___ | |
  / __| '_ \| __/ _ \ / _ \| |
  \__ \ | | | || (_) | (_) | |
  |___/_| |_|\__\___/ \___/|_|
-                           
+
  GNU shtool -- The GNU Portable Shell Tool
  ____________________________________________________________________
 
  ChangeLog
- 
+
  Changes between 1.5.3 and 1.5.4 (19-Apr-2001 to xx-Jun-2001):
 
+   *) Removed numerious trailing whitespaces from source files.
+      [Ralf S. Engelschall]
+
    *) Fixed typos in README.
       [Ralf S. Engelschall]
 
@@ -23,7 +26,7 @@
 
    *) Fixed example of `shtool move' in shtool.pod
       [Ralf S. Engelschall]
-   
+
    *) Fixed a bug in `shtool echo -e %d'
       [Ralf S. Engelschall, Christoph Schug <chris@schug.net>]
 
@@ -32,7 +35,7 @@
 
  Changes between 1.5.2 and 1.5.3 (29-Feb-2001 to 19-Apr-2001):
 
-   *) Added support for three usage lines to shtoolize.sh. 
+   *) Added support for three usage lines to shtoolize.sh.
       [Ralf S. Engelschall]
 
    *) Fixed a few whitespace inconsistencies in shtool.pod
@@ -66,8 +69,8 @@
 
    *) Adjusted the shtool.spec a little bit.
       [Ralf S. Engelschall]
-  
-   *) Be extra paranoid and create temporary files with permissions of 0600. 
+
+   *) Be extra paranoid and create temporary files with permissions of 0600.
       [Ralf S. Engelschall]
 
    *) Replaced a few too conservative `if [..] && [..]' with the faster
@@ -76,16 +79,16 @@
       [Ralf S. Engelschall]
 
    *) Fixed `shtool install': the default for option -m is 0755 in
-      order to be consistent with the semantics of original BSD and 
-      GNU install commands. 
+      order to be consistent with the semantics of original BSD and
+      GNU install commands.
       [Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>]
 
    *) Added support to Makefile.in for DESTDIR variable. This allows
-      easier rolling of installation tarballs (for instance from within 
+      easier rolling of installation tarballs (for instance from within
       RPM or similar facilities) by using "make install DESTDIR=/tmp/shtool".
       [Brad Smith <brad@comstyle.com>]
 
-   *) Actually use the determined `find' command instead of the 
+   *) Actually use the determined `find' command instead of the
       hard-coded one in `shtool tarball'.
       [Denis Barbier <barbier@imacs.polytechnique.fr>]
 
@@ -95,7 +98,7 @@
       format is not understood by all AWK flavors. So use the more
       portable `%x' instead and pass the result trough a `tr' filter.
       [Ralf S. Engelschall, Joe Meadows <joe.meadows@boeing.com>,
-       Todd R. Stroup <tstroup@tomahawk.dartas.com>, Keith Minkler 
+       Todd R. Stroup <tstroup@tomahawk.dartas.com>, Keith Minkler
        <kminkler@jabber.com>]
 
    *) Typo in shtool.pod
@@ -139,7 +142,7 @@
    *) Fixed shtool.pod: `shtool path -m perl5 perl' is bogus, it has to
       be just `shtool path -m perl' because the "perl" argument is magic.
       [Ralf S. Engelschall]
-  
+
    *) Fixed `here-document' handling in shtoolize: the whitespaces
       were incorrectly determined and so newlines were lost.
       [Ralf S. Engelschall]
@@ -149,12 +152,12 @@
       for mass-installing files by using shell wildcards for the source.
       [Ralf S. Engelschall]
 
-   *) Be compatible with SUSv2 and let `shtool mkdir -p' not complain 
+   *) Be compatible with SUSv2 and let `shtool mkdir -p' not complain
       if directory already exists.
       [Sascha Schumann <sascha@schumann.cx>]
 
  Changes between 1.4.8 and 1.4.9 (12-Mar-2000 to 16-Apr-2000):
-   
+
    *) Added an `-f <filter>' option to `shtool scpp' which can be used to
       pre-filter all input files with one or more sed-expressions <filter>.
       [Ralf S. Engelschall]
@@ -172,7 +175,7 @@
       only if terminal is not a vt100, vt200 or an xterm (because for these
       three we have the escape sequences hard-coded).
       [Ralf S. Engelschall]
-  
+
    *) Fixed various typos in the scripts.
       [Ralf S. Engelschall]
 
@@ -181,7 +184,7 @@
       [Ralf S. Engelschall]
 
    *) Added a RPM spec file shtool.spec which allows one to build RPM
-      packages directly from the Shtool distribution tarball through a 
+      packages directly from the Shtool distribution tarball through a
       simple `rpm -tb shtool-1.X.Y.tar.gz' call.
       [Daniel Richard G. <straker@MIT.EDU>]
 
@@ -198,7 +201,7 @@
       Additionally we now use sed instead of awk here.
       [Ralf S. Engelschall]
 
-   *) Made shtool's command line related error messages more 
+   *) Made shtool's command line related error messages more
       clear by distinguishing between options and commands.
       [Denis Barbier <barbier@imacs.polytechnique.fr>]
 
@@ -258,7 +261,7 @@
 
  Changes between 1.4.3 and 1.4.4 (11-Jul-1999 to 17-Jul-1999):
 
-   *) Added a new `shtool tarball' command for rolling 
+   *) Added a new `shtool tarball' command for rolling
       nice distribution tarballs.
       [Ralf S. Engelschall]
 
@@ -268,8 +271,8 @@
    *) Adjusted IRIX detection in sh.guessos.
       [Ralf S. Engelschall]
 
-   *) Allow shtool to recognize symlinks to itself with the name of 
-      the shtool command like in `ln -s shtool install'.  
+   *) Allow shtool to recognize symlinks to itself with the name of
+      the shtool command like in `ln -s shtool install'.
       This is useful for emulation situations.
       [Paolo Bonzini <bonzini@gnu.org>, Ralf S. Engelschall]
 
@@ -292,7 +295,7 @@
    *) Enhanced sh.guessos for more granular GNU/Linux detection.  This
       especially fixes problems when using the guessed id with libtool.
       [Ralf S. Engelschall]
-   
+
    *) Enhanced `shtool scpp': The generated function prototypes now
       no longer contain the argument names to avoid namespace conflicts
       [Ralf S. Engelschall]
@@ -374,20 +377,20 @@
       [Ralf S. Engelschall, Markus F.X.J. Oberhumer
       <markus.oberhumer@jk.uni-linz.ac.at>]
 
-   *) Fixed error status handling in sh.move 
+   *) Fixed error status handling in sh.move
       [Markus F.X.J. Oberhumer <markus.oberhumer@jk.uni-linz.ac.at>]
 
  Changes between 1.3.1 and 1.3.2 (28-Jun-1999 to 28-Jun-1999):
 
    *) Fixed a portability problem under SysV shells inside the source tree:
       the sh.xxxx scripts have to include sh.common via ``. ./sh.common''
-      instead of just ``. sh.common'' in order to find sh.common in the 
-      source tree while bootstrapping. 
+      instead of just ``. sh.common'' in order to find sh.common in the
+      source tree while bootstrapping.
       [Ralf S. Engelschall, Lars Hecking <lhecking@nmrc.ucc.ie>]
 
  Changes between 1.3.0 and 1.3.1 (25-Jun-1999 to 28-Jun-1999):
 
-   *) Fixed directory checks in mkshadow command [Ralf S. Engelschall, 
+   *) Fixed directory checks in mkshadow command [Ralf S. Engelschall,
       Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>]
 
    *) Added -d (debug) and -a (symlink all) options to mkshadow command.
@@ -466,7 +469,7 @@
 
  Changes between 1.2.5 and 1.2.6 (12-May-1999 to 13-May-1999):
 
-   *) Added leading underscores in AS_HEADER and defines 
+   *) Added leading underscores in AS_HEADER and defines
       used in the generated file of sh.version
       [Ralf S. Engelschall]
 
@@ -488,13 +491,13 @@
    *) Removed Apache relicts in sh.mkshadow: apaci, etc.
       [Ralf S. Engelschall]
 
-   *) Cleanups to Makefile.in 
+   *) Cleanups to Makefile.in
       [Denis Barbier <barbier@imacs.polytechnique.fr]
 
-   *) Additional initializations for sh.version 
+   *) Additional initializations for sh.version
       [Denis Barbier <barbier@imacs.polytechnique.fr]
 
-   *) Allow env vars $TMPDIR and $TEMPDIR to override /tmp 
+   *) Allow env vars $TMPDIR and $TEMPDIR to override /tmp
       in sh.version and sh.path.
       [Denis Barbier <barbier@imacs.polytechnique.fr]
 


ossp-pkg/shtool/Makefile.in 1.41 -> 1.42

--- Makefile.in  2001/01/17 09:55:11     1.41
+++ Makefile.in  2001/06/14 14:24:16     1.42
@@ -29,7 +29,7 @@
 aclocaldir  = $(datadir)/aclocal
 pkgdatadir  = $(datadir)/shtool
 
-DESTDIR     = 
+DESTDIR     =
 
 SHELL       = /bin/sh
 PERL        = @PERL@
@@ -124,12 +124,12 @@
         $(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE)
         $(RMDIR) $(DESTDIR)$(bindir) >/dev/null 2>&1 || $(TRUE)
         $(RMDIR) $(DESTDIR)$(prefix) >/dev/null 2>&1 || $(TRUE)
-        
+
 clean:
         $(RM) shtool shtool.1 shtoolize.1
 
 distclean: clean
-        $(RM) Makefile shtoolize 
+        $(RM) Makefile shtoolize
         $(RM) config.cache config.status config.log
 
 #   (not intended to be run by end users)


ossp-pkg/shtool/README 1.77 -> 1.78

--- README       2001/06/14 12:47:28     1.77
+++ README       2001/06/14 14:24:16     1.78
@@ -1,9 +1,9 @@
-       _     _              _ 
+       _     _              _
    ___| |__ | |_ ___   ___ | |
   / __| '_ \| __/ _ \ / _ \| |
   \__ \ | | | || (_) | (_) | |
   |___/_| |_|\__\___/ \___/|_|
-                            
+
   GNU shtool -- The GNU Portable Shell Tool
   Copyright (c) 1994-2001 Ralf S. Engelschall <rse@engelschall.com>
 


ossp-pkg/shtool/THANKS 1.19 -> 1.20

--- THANKS       2001/04/19 07:33:55     1.19
+++ THANKS       2001/06/14 14:24:16     1.20
@@ -1,12 +1,12 @@
-       _     _              _ 
+       _     _              _
    ___| |__ | |_ ___   ___ | |
   / __| '_ \| __/ _ \ / _ \| |
   \__ \ | | | || (_) | (_) | |
   |___/_| |_|\__\___/ \___/|_|
-                            
+
   GNU shtool -- The GNU Portable Shell Tool
   ____________________________________________________________________
-  
+
   THANKS
 
   Credit has to be given to the following people who contributed ideas,


ossp-pkg/shtool/sh.echo 1.26 -> 1.27

--- sh.echo      2001/06/13 21:30:05     1.26
+++ sh.echo      2001/06/14 14:24:16     1.27
@@ -48,7 +48,7 @@
 fi
 
 #   determine terminal bold sequence
-term_bold='' 
+term_bold=''
 term_norm=''
 if [ ".$opt_e" = .yes -a ".`echo $text | egrep '%[Bb]'`" != . ]; then
     case $TERM in


ossp-pkg/shtool/sh.install 1.20 -> 1.21

--- sh.install   2001/01/17 11:05:40     1.20
+++ sh.install   2001/06/14 14:24:16     1.21
@@ -35,7 +35,7 @@
 
 . ./sh.common
 
-#   determine source(s) and destination 
+#   determine source(s) and destination
 argc=$#
 srcs=""
 while [ $# -gt 1 ]; do


ossp-pkg/shtool/sh.version 1.28 -> 1.29

--- sh.version   2001/01/17 09:55:11     1.28
+++ sh.version   2001/06/14 14:24:16     1.29
@@ -91,7 +91,7 @@
         echo dummy | awk '{ printf("new version: "); }'
         read triple
         case $triple in
-            [0-9]*.[0-9]*[sabp.][0-9]* ) 
+            [0-9]*.[0-9]*[sabp.][0-9]* )
                 ;;
             * ) echo "$msgprefix:Error: invalid version string entered: \`$triple'" 1>&2
                 continue
@@ -175,7 +175,7 @@
             exit 1
             ;;
     esac
-else 
+else
     #   update the version file
 
     #   pre-generate various strings
@@ -198,7 +198,7 @@
     #   generate uppercase prefix
     prefixupper=`echo $prefix |\
                  tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
-    
+
     #   create the version file according the the selected language
     echo "new version: ${vLong}"
 


ossp-pkg/shtool/shtool.m4 1.2 -> 1.3

--- shtool.m4    2000/06/18 11:27:10     1.2
+++ shtool.m4    2001/06/14 14:24:16     1.3
@@ -38,7 +38,7 @@
         break
     fi
 done
-#   check for existance    
+#   check for existance
 if test ".$ac_cv_shtool" = .; then
     AC_MSG_ERROR([no shtool found in .:$PATH])
 fi


ossp-pkg/shtool/shtool.pod 1.51 -> 1.52

--- shtool.pod   2001/06/13 21:30:05     1.51
+++ shtool.pod   2001/06/14 14:24:16     1.52
@@ -29,10 +29,10 @@
 
 =head1 SYNOPSIS
 
-B<shtool> 
-[ I<global_options> ] 
-I<command> 
-[ I<command_options> ] 
+B<shtool>
+[ I<global_options> ]
+I<command>
+[ I<command_options> ]
 [ I<command_args> ]
 
 =head1 DESCRIPTION
@@ -66,7 +66,7 @@
 were locally adjusted because no centralized maintainance location exists, of
 course. For B<autoconf> no such problem exists, because the resulting
 C<configure> script is generated on-the-fly. The same applies to B<automake>
-and the various C<Makefile.in> files. 
+and the various C<Makefile.in> files.
 
 Only for B<libtool> one always has to grab the latest copy. But because it's
 just two files (C<ltmain.sh> and C<ltconfig>), keeping a source trees in sync
@@ -89,7 +89,7 @@
 files in the source tree are just auxiliary scripts. Sure, the actual amount
 of script code even B<shtool> cannot reduce, but B<shtool> merges them
 together into a single file and this way they optically totally disappear from
-the source tree. 
+the source tree.
 
 This is a pure aesthetical issue, of course. But keep in mind that hacking is
 a piece of art. And a well layouted source tree is a piece of art for real
@@ -110,7 +110,7 @@
 =head2 The goals in detail
 
 To better understand the intentions behind B<shtool> and to avoid confusion,
-here are the original goals of the B<shtool> script: 
+here are the original goals of the B<shtool> script:
 
 =over 3
 
@@ -142,7 +142,7 @@
 =item B<4. It has to be clean and fully documented>
 
 This was achieved by reimplementing too ugly functionality from scratch and
-cleaning up old shell script code plus writing this complete manual page.  
+cleaning up old shell script code plus writing this complete manual page.
 
 =item B<5. It has to stay under a reasonable and common license>
 
@@ -190,7 +190,7 @@
 
 Recreate the B<shtool> script with its own individual shtoolize(1) call.
 
-=back 
+=back
 
 =head1 COMMANDS
 
@@ -214,7 +214,7 @@
 
 Pretty-prints a field-sperarated list as a table.
 
-=item B<prop> 
+=item B<prop>
 
 Display a processing indication though a running propeller.
 
@@ -292,7 +292,7 @@
 constructs (terminal bold mode, environment details, date) and newline
 control.  Per default I<string> is written to I<stdout> followed by a newline
 character (``C<\n>''). When option ``B<-n>'' is used this newline character is
-left out. 
+left out.
 
 The I<str> can contain special ``B<%>I<x>'' constructs which which
 are expanded before the output is written if option ``B<-e>'' is
@@ -325,7 +325,7 @@
 three characters, option ``B<-d>'' replaces the month name with the
 corresponding digits, option ``B<-f>'' uses I<str> as the field separator
 (default is a single space character) and option ``B<-o>'' specified the order
-in which the fields are printed. 
+in which the fields are printed.
 
 The default for I<spec> is ``C<dmy>'' which means an output of ``<day> <month>
 <year>''.  Any combination of the chars ``C<d>'', ``C<m>'' and ``C<y>'' or
@@ -347,7 +347,7 @@
 This pretty-prints a I<sep>-sperarated list of I<str>ings as a table.  Per
 default a colon-separated list (I<sep>=":") is pretty printed as a
 three-column (<cols>=3) table no longer than 79 chars (I<strip>=79) is
-generated where each column is 15 characters wide (I<width>=15). 
+generated where each column is 15 characters wide (I<width>=15).
 
 The trick of this command is that it avoids to use the unportable tr(1) and
 fmt(1) commands and instead is based entirely on sh(1), awk(1) and sed(1)
@@ -412,7 +412,7 @@
 command. Per default I<file> is moved to the target I<path>, but with option
 ``B<-c>'' I<file> is copied. The target file is created with owner/group set
 to the current active uid/gid, but if this script is called as root (uid 0)
-the options ``B<-o>'' and ``B<-g>'' can be used to override this. 
+the options ``B<-o>'' and ``B<-g>'' can be used to override this.
 
 Additionally program executables is stripped with strip(1) after
 installation if option ``B<-s>'' is used. Option ``B<-C>'' is like
@@ -484,7 +484,7 @@
 creating the files of I<src-dir> by linking them into the corresponding
 directories under I<dst-dir> via symbolic links. When I<src-dir> can be
 reached via relative paths from I<dst-dir>, relative symbolic links are used,
-too. 
+too.
 
 Option ``B<-v>'' (verbose) can be used to enable some displaying of processing
 information.  Option ``B<-t>'' (trace) can be used to display all commands
@@ -496,7 +496,7 @@
 The trick of this is that is provides such a high-level functionality with a
 single command and hides all gory details.
 
-Example: 
+Example:
 
  #   shell script
  shtool mkshadow -v -a . /tmp/shadow
@@ -530,7 +530,7 @@
 unpacks into a top-level directory `C<foobar-0.8.15/>'); third the files in
 the tarball should be sorted to allow users to use the `C<tar tvf ->' command
 in a reasonable way; fourth the owner and group of the files in the tarball
-for security reasons can be set to arbitrary names. 
+for security reasons can be set to arbitrary names.
 
 The input files are given by the file or directory arguments I<path>.
 Directories are expanded before the comma-separated exclude (option B<-e>)
@@ -544,7 +544,7 @@
 essential shell commands which are executed.
 
 The trick of this command is that it combines the complex process of rolling a
-good tarball into a I<single> command. 
+good tarball into a I<single> command.
 
 Example:
 
@@ -601,7 +601,7 @@
 options are contained. B<slo> parses these two options only and ignores the
 remaining contents. The result is a trivial shell script on C<stdout> which
 defines six variables containing the ``B<-L>'' and ``B<-l>'' options sorted by
-class: 
+class:
 
 ``C<SLO_DIRS_OBJ>'' and ``C<SLO_LIBS_OBJ>'' contains the ``B<-L>'' and
 ``B<-l>'' options of static libraries,  ``C<SLO_DIRS_PIC>'' and
@@ -632,7 +632,7 @@
 cpp(1) code segments, internal variables and internal functions. The intention
 for this comes from writing libraries in ANSI C. Here a common shared internal
 header file is usually used for sharing information between the library
-source files. 
+source files.
 
 The operation is to parse special constructs in I<file>s, generate a few
 things out of these constructs and insert them at position I<mark> in I<tfile>
@@ -689,14 +689,14 @@
   #endif
   intern int ours;
   static int myone = 0815;
-  intern int bar(void) 
+  intern int bar(void)
   {
       ours += myone;
   }
 
   /* foo_quux.c */
   #include "foo_p.h"
-  int main(int argc, char *argv[]) 
+  int main(int argc, char *argv[])
   {
       int i;
       ours = OURS_INIT
@@ -752,7 +752,7 @@
 executable in $PATH or I<path> through one or more filenames (given by one or
 more I<str> arguments). The result is the absolute filesystem path to the
 program displayed on C<stdout> plus an exit code of 0 if it was really
-found.  
+found.
 
 The option ``B<-s>'' can be used to suppress the output which is useful to
 just test whether a program exists with the help of the return code.  The


ossp-pkg/shtool/shtoolize.in 1.22 -> 1.23

--- shtoolize.in 2001/04/19 07:54:50     1.22
+++ shtoolize.in 2001/06/14 14:24:17     1.23
@@ -34,7 +34,7 @@
 
 #   Available modules
 my @available = qw(
-    echo mdate table prop move install mkdir mkln mkshadow 
+    echo mdate table prop move install mkdir mkln mkshadow
     fixperm tarball guessos arx slo scpp version path
 );
 
@@ -200,7 +200,7 @@
     #   adjust script code
     $code =~ s|^#!/bin/sh\n||s;
     my $head = '';
-    1 while ($code =~ s|^(##\s*\n)|$head .= $1, ''|se || 
+    1 while ($code =~ s|^(##\s*\n)|$head .= $1, ''|se ||
              $code =~ s|^(##\s+.*?\n)|$head .= $1, ''|se);
     $head =~ s|##\s+This file is.+\n##\s+USA.+?\n##\n||s;
     $code =~ s|\n\n+|\n\n|sg;
@@ -361,7 +361,7 @@
     echo "Copyright (c) 1994-2001 Ralf S. Engelschall <rse\@engelschall.com>"
     echo "Report bugs to <bug-shtool\@gnu.org>"
     echo ''
-    echo "Usage: shtool [<options>] [<cmd-name> [<cmd-options>] [<cmd-args>]]" 
+    echo "Usage: shtool [<options>] [<cmd-name> [<cmd-options>] [<cmd-args>]]"
     echo ''
     echo 'Available global <options>:'
     echo '  -v, --version   display shtool version information'


ossp-pkg/shtool/shtoolize.pod 1.5 -> 1.6

--- shtoolize.pod        2001/06/14 12:47:28     1.5
+++ shtoolize.pod        2001/06/14 14:24:17     1.6
@@ -29,13 +29,13 @@
 
 =head1 SYNOPSIS
 
-B<shtoolize> 
+B<shtoolize>
 [B<-h>]
 [B<-v>]
 [B<-q>]
 [B<-o> I<script>]
-I<module> 
-[ I<module> ... ] 
+I<module>
+[ I<module> ... ]
 
 =head1 DESCRIPTION
 
@@ -103,7 +103,7 @@
 B<shtool> one uses a C<Makefile> entry like the following:
 
  #   Makefile entry for upgrading GNU tools
- upgrade-tools: 
+ upgrade-tools:
      libtoolize -f -c
      shtoolize -q all
 


ossp-pkg/shtool/test.sh 1.7 -> 1.8

--- test.sh      2001/01/17 09:55:11     1.7
+++ test.sh      2001/06/14 14:24:17     1.8
@@ -62,7 +62,7 @@
 done
 
 #   cleanup
-cd .. 
+cd ..
 rm -rf test.sd >/dev/null 2>&1
 
 #   result

CVSTrac 2.0.1