diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-19 23:56:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-19 23:56:42 +0000 |
commit | b267580c0489e5fe6dc81612b8489f6b74f07434 (patch) | |
tree | 1b2bf25022732cb799015201cd51cbe43f8b56fa /archivers/gshar+gunshar/files | |
parent | a786b42842b487c67c7aa073db598190e3eec88a (diff) | |
download | ports-b267580c0489e5fe6dc81612b8489f6b74f07434.tar.gz ports-b267580c0489e5fe6dc81612b8489f6b74f07434.zip |
Notes
Diffstat (limited to 'archivers/gshar+gunshar/files')
-rw-r--r-- | archivers/gshar+gunshar/files/patch-aa | 90 | ||||
-rw-r--r-- | archivers/gshar+gunshar/files/patch-ac | 11 |
2 files changed, 0 insertions, 101 deletions
diff --git a/archivers/gshar+gunshar/files/patch-aa b/archivers/gshar+gunshar/files/patch-aa deleted file mode 100644 index 079f71e29f08..000000000000 --- a/archivers/gshar+gunshar/files/patch-aa +++ /dev/null @@ -1,90 +0,0 @@ ---- doc/remsync.texi.orig Sun Jun 8 22:59:35 1997 -+++ doc/remsync.texi Sun Jun 8 23:02:50 1997 -@@ -2,6 +2,11 @@ - @c %**start of header - @setfilename remsync.info - @settitle @code{remsync} reference manual -+@dircategory File transfer and archiving tools -+@direntry -+* remsync: (remsync). Synchronize remote directory -+ trees using email. -+@end direntry - @finalout - @setchapternewpage odd - @c %**end of header ---- doc/sharutils.texi.orig Sun Jun 8 22:59:41 1997 -+++ doc/sharutils.texi Sun Jun 8 23:10:37 1997 -@@ -2,6 +2,16 @@ - @c %**start of header - @setfilename sharutils.info - @settitle GNU @code{shar} utilities -+@dircategory File transfer and archiving tools -+@direntry -+* Shar utilities: (sharutils). GNU shar utilities. -+* mail-files: (sharutils)mail-files invocation. Send files to remote site. -+* mailshar: (sharutils)mailshar invocation. Make and send a shell archive. -+* shar: (sharutils)shar invocation. Make a shell archive. -+* unshar: (sharutils)unshar invocation. Explode a shell archive. -+* uudecode: (sharutils)uudecode invocation. Restore file from 7-bits. -+* uuencode: (sharutils)uuencode invocation. Force binary file to 7-bits. -+@end direntry - @finalout - @c %**end of header - -@@ -15,21 +26,6 @@ - @end tex - - @ifinfo --@format --START-INFO-DIR-ENTRY --* Shar utilities: (sharutils). GNU shar utilities. --* mail-files: (sharutils)mail-files invocation. Send files to remote site. --* mailshar: (sharutils)mailshar invocation. Make and send a shell archive. --* remsync: (sharutils)remsync invocation. Synchronize remote files. --* shar: (sharutils)shar invocation. Make a shell archive. --* unshar: (sharutils)unshar invocation. Explode a shell archive. --* uudecode: (sharutils)uudecode invocation. Restore file from 7-bits. --* uuencode: (sharutils)uuencode invocation. Force binary file to 7-bits. --END-INFO-DIR-ENTRY --@end format --@end ifinfo -- --@ifinfo - 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 diff --git a/archivers/gshar+gunshar/files/patch-ac b/archivers/gshar+gunshar/files/patch-ac deleted file mode 100644 index ae683ed43e9c..000000000000 --- a/archivers/gshar+gunshar/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/shar.c.orig Sun Jun 8 22:47:22 1997 -+++ src/shar.c Sun Jun 8 22:47:37 1997 -@@ -688,7 +688,7 @@ - const char *local_name; - const char *restore_name; - { -- fprintf (output, "# %6ld %s %s\n", struct_stat.st_size, -+ fprintf (output, "# %6ld %s %s\n", (long)struct_stat.st_size, - mode_string (struct_stat.st_mode), restore_name); - return 0; - } |