diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-02-05 13:21:40 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-02-05 13:21:40 +0000 |
commit | 0dd025f2e845f964900aa627841f031ee3348a8c (patch) | |
tree | 5449535643d3d12db51200643966bd93471eec2a /archivers/gshar+gunshar | |
parent | 7962e2fa1de69e4fb3ecc932dde44343b4be4d54 (diff) | |
download | FreeBSD-ports-0dd025f2e845f964900aa627841f031ee3348a8c.zip FreeBSD-ports-0dd025f2e845f964900aa627841f031ee3348a8c.tar.gz |
Add package files
Diffstat (limited to 'archivers/gshar+gunshar')
-rw-r--r-- | archivers/gshar+gunshar/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-descr | 15 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/archivers/gshar+gunshar/pkg-comment b/archivers/gshar+gunshar/pkg-comment new file mode 100644 index 0000000..a7764ea --- /dev/null +++ b/archivers/gshar+gunshar/pkg-comment @@ -0,0 +1 @@ +Allow packing and unpacking of shell archives diff --git a/archivers/gshar+gunshar/pkg-descr b/archivers/gshar+gunshar/pkg-descr new file mode 100644 index 0000000..1e97f57 --- /dev/null +++ b/archivers/gshar+gunshar/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/gshar+gunshar/pkg-plist b/archivers/gshar+gunshar/pkg-plist new file mode 100644 index 0000000..1da9d17 --- /dev/null +++ b/archivers/gshar+gunshar/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 |