diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 13:21:40 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 13:21:40 +0000 |
commit | 7fa03f7724866f2db0a43b7622046a30f49ea559 (patch) | |
tree | f8f0f0e1b168cdd6c2022ca166c9a4b07d4e25ab /archivers/sharutils | |
parent | 25a6d9c0fa993644e77752931ed0d00631ac2e92 (diff) | |
download | ports-7fa03f7724866f2db0a43b7622046a30f49ea559.tar.gz ports-7fa03f7724866f2db0a43b7622046a30f49ea559.zip |
Notes
Diffstat (limited to 'archivers/sharutils')
-rw-r--r-- | archivers/sharutils/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/sharutils/pkg-descr | 15 | ||||
-rw-r--r-- | archivers/sharutils/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/archivers/sharutils/pkg-comment b/archivers/sharutils/pkg-comment new file mode 100644 index 000000000000..a7764ea9b174 --- /dev/null +++ b/archivers/sharutils/pkg-comment @@ -0,0 +1 @@ +Allow packing and unpacking of shell archives diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr new file mode 100644 index 000000000000..1e97f5739c2b --- /dev/null +++ b/archivers/sharutils/pkg-descr @@ -0,0 +1,15 @@ +This is the set of GNU shar utilities. + +`shar' makes so-called shell archives out of many files, preparing +them for transmission by electronic mail services. `unshar' helps +unpacking shell archives after reception. The core of both programs +is initially derived from public domain. Some modules and other +code sections are freely borrowed from other GNU distributions, +bringing `shar' under the terms of the GNU General Public License. + +`uuencode' prepares a file for transmission over an electronic +channel which ignores or otherwise mangles the eight bit (high +order bit) of bytes. `uudecode' does the converse transformation. +They are derived from the BSD NET/2 distribution. If you have more +powerful `uuencode' and `uudecode' already available, you may want +to use `./configure --disable-uucode' to prevent their installation. diff --git a/archivers/sharutils/pkg-plist b/archivers/sharutils/pkg-plist new file mode 100644 index 000000000000..1da9d17501e5 --- /dev/null +++ b/archivers/sharutils/pkg-plist @@ -0,0 +1,10 @@ +@cwd /usr/local +info/sharutils.info +bin/gshar +bin/gunshar +man/man1/gshar.1 +man/man1/gunshar.1 +man/man1/guuencode.1 +share/locale/de/sharutils.msg +share/locale/fr/sharutils.msg +share/locale/sv/sharutils.msg |