Difference between revisions of "Sharutils"
m (formatting) |
(add dot after short description) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU sharutils | |Name=GNU sharutils | ||
− | |Short description=Creates and helps unpack shell archives | + | |Short description=Creates and helps unpack shell archives. |
|Full description='''Sharutils''' is a package for creating and manipulating shell archives that can be readily emailed. A shell archive is a file that can be processed by a Bourne-type shell to unpack the original collection of files. | |Full description='''Sharutils''' is a package for creating and manipulating shell archives that can be readily emailed. A shell archive is a file that can be processed by a Bourne-type shell to unpack the original collection of files. | ||
Line 11: | Line 11: | ||
==== Uuencode & uudecode ==== | ==== Uuencode & uudecode ==== | ||
''Uuencode'' and ''uudecode'' are programs that convert binary files into ascii text so that the original data can pass through the email system without having intermediate hosts "fixing" the files en route. | ''Uuencode'' and ''uudecode'' are programs that convert binary files into ascii text so that the original data can pass through the email system without having intermediate hosts "fixing" the files en route. | ||
− | |Homepage URL=https://www.gnu.org/ | + | |Homepage URL=https://www.gnu.org/software/sharutils/ |
− | | | + | |Is High Priority Project=No |
− | |||
|VCS checkout command=git clone git://git.savannah.gnu.org/sharutils.git | |VCS checkout command=git clone git://git.savannah.gnu.org/sharutils.git | ||
− | + | |Documentation note=https://www.gnu.org/software/sharutils/manual/ | |
− | |Documentation note= | + | |
− | |Related projects=GNU_tar,gnuit,gzip | + | '''Selection from the [https://shop.fsf.org/ FSF shop]''' |
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards,GNU_tar,gnuit,gzip | ||
|Keywords=shell,email,archives,sharutils,shar,unshar | |Keywords=shell,email,archives,sharutils,shar,unshar | ||
|Version identifier=4.15.2 | |Version identifier=4.15.2 | ||
|Version date=2015/05/30 | |Version date=2015/05/30 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/sharutils/sharutils-4.15.2.tar. | + | |Version download=https://ftp.gnu.org/gnu/sharutils/sharutils-4.15.2.tar.xz |
− | |Last review by= | + | |Last review by=Bendikker |
− | |Last review date= | + | |Last review date=2019/01/19 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
− | |Submitted date=2011 | + | |Submitted date=2011/04/01 |
− | | | + | |User level=intermediate |
+ | |Component programs=shar,unshar,uuencode,uudecode | ||
+ | |Paid support=https://www.fsf.org/resources/service/ | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/sharutils/sharutils-4.15.2.tar.xz.sig | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=sharutils | |GNU package identifier=sharutils | ||
+ | |Decommissioned/Obsolete=No | ||
|License verified date=2010-08-31 | |License verified date=2010-08-31 | ||
}} | }} | ||
Line 41: | Line 62: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=bkorb@gnu.org | |Email=bkorb@gnu.org | ||
− | |||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Debian (Ref) |
− | + | |Resource URL=https://tracker.debian.org/pkg/sharutils | |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah (Ref) |
− | + | |Resource URL=https://savannah.gnu.org/projects/sharutils/ | |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://git.savannah.gnu.org/cgit/sharutils.git/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://alpha.gnu.org/gnu/sharutils/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/sharutils/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://translationproject.org/domain/sharutils.html | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
+ | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
|Use=system-administration | |Use=system-administration | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 10:27, 28 March 2020
GNU sharutils
https://www.gnu.org/software/sharutils/
Creates and helps unpack shell archives.
Sharutils is a package for creating and manipulating shell archives that can be readily emailed. A shell archive is a file that can be processed by a Bourne-type shell to unpack the original collection of files.
This package consists of two pairs of utilities: shar and unshar, and uuencode and uudecode:
Shar & unshar
Shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services (converting binary data to ASCII representations, breaking the text into multiple shar scripts, etc.). Unshar is the safe way to extract and reassemble the original files. It will automatically strip off the mail headers and other introductory text.
Uuencode & uudecode
Uuencode and uudecode are programs that convert binary files into ascii text so that the original data can pass through the email system without having intermediate hosts "fixing" the files en route.
This is a GNU package:
sharutils
Download
https://ftp.gnu.org/gnu/sharutils/sharutils-4.15.2.tar.xz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Bruce Korb | Maintainer |
Resources and communication
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.