summaryrefslogtreecommitdiff
path: root/archivers/gsharutils
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-22 01:49:13 +0000
committerwiz <wiz>2002-12-22 01:49:13 +0000
commitc1b01e9f6aaca2d532e8cc1f10423268463561a5 (patch)
tree2021ff17a5ba197ae81f07591cc2fd289c2da57c /archivers/gsharutils
parent7bd08bc39bb23d0be69900877d710ed8c9b7a087 (diff)
downloadpkgsrc-c1b01e9f6aaca2d532e8cc1f10423268463561a5.tar.gz
Do not change (variable) name of executable in info documentation.
Diffstat (limited to 'archivers/gsharutils')
-rw-r--r--archivers/gsharutils/distinfo4
-rw-r--r--archivers/gsharutils/patches/patch-ab37
2 files changed, 3 insertions, 38 deletions
diff --git a/archivers/gsharutils/distinfo b/archivers/gsharutils/distinfo
index 88a4aea68af..fcc6f038e30 100644
--- a/archivers/gsharutils/distinfo
+++ b/archivers/gsharutils/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2002/11/30 11:16:17 salo Exp $
+$NetBSD: distinfo,v 1.7 2002/12/22 01:49:13 wiz Exp $
SHA1 (sharutils-4.2.1.tar.gz) = 3f0c0af31bd429cee1e088eb74867f20f8d399ef
Size (sharutils-4.2.1.tar.gz) = 306022 bytes
SHA1 (patch-aa) = 654641dee00efc19771546cf1753d1025c18d9be
-SHA1 (patch-ab) = 581d5bfb85c15cc85aaa4974e616990fcb6fc449
+SHA1 (patch-ab) = cc46cfb2ff26861f9c3cd482a31a5c59226a1899
SHA1 (patch-ac) = 76bf1dedc34a462dd05a55511d9caf578cae78d0
SHA1 (patch-ad) = fe6ba534c9830294c97dd37586aaa2c63d385a4c
SHA1 (patch-ae) = 8b88d98af2d1f24ba2623e8d56b36061806f5e12
diff --git a/archivers/gsharutils/patches/patch-ab b/archivers/gsharutils/patches/patch-ab
index d65ae52b389..bdbb5e57ced 100644
--- a/archivers/gsharutils/patches/patch-ab
+++ b/archivers/gsharutils/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 1999/05/23 20:33:46 tv Exp $
+$NetBSD: patch-ab,v 1.2 2002/12/22 01:49:14 wiz Exp $
--- doc/sharutils.texi.orig Sun Jun 8 22:59:41 1997
+++ doc/sharutils.texi Sun Jun 8 23:10:37 1997
@@ -41,38 +41,3 @@ $NetBSD: patch-ab,v 1.1 1999/05/23 20:33:46 tv Exp $
This file documents the GNU set of shar utilities.
Copyright (C) 1994 Free Software Foundation, Inc.
-@@ -157,8 +153,8 @@
- The format of the @code{shar} command is one of:
-
- @example
--shar [ @var{option} ] @dots{} @var{file} @dots{}
--shar -S [ @var{option} ] @dots{}
-+gshar [ @var{option} ] @dots{} @var{file} @dots{}
-+gshar -S [ @var{option} ] @dots{}
- @end example
-
- In the first form, the file list is given as command arguments. In the
-@@ -548,7 +544,7 @@
- The format of the @code{unshar} command is:
-
- @example
--unshar [ @var{option} ] @dots{} [ @var{file} @dots{} ]
-+gunshar [ @var{option} ] @dots{} [ @var{file} @dots{} ]
- @end example
-
- Each @var{file} is processed in turn, as a shell archive or a
-@@ -635,10 +631,10 @@
- Let us conclude by a showing a few examples of @code{shar} usage:
-
- @example
--shar *.c > cprog.shar
--shar -Q *.[ch] > cprog.shar
--shar -B -l28 -oarc.sh. *.arc
--shar -f /lcl/src/u*.c > u.sh
-+gshar *.c > cprog.shar
-+gshar -Q *.[ch] > cprog.shar
-+gshar -B -l28 -oarc.sh. *.arc
-+gshar -f /lcl/src/u*.c > u.sh
- @end example
-
- @noindent