From 7fa03f7724866f2db0a43b7622046a30f49ea559 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Sun, 5 Feb 1995 13:21:40 +0000 Subject: Add package files --- archivers/sharutils/pkg-comment | 1 + archivers/sharutils/pkg-descr | 15 +++++++++++++++ archivers/sharutils/pkg-plist | 10 ++++++++++ 3 files changed, 26 insertions(+) create mode 100644 archivers/sharutils/pkg-comment create mode 100644 archivers/sharutils/pkg-descr create mode 100644 archivers/sharutils/pkg-plist (limited to 'archivers/sharutils') 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 -- cgit v1.2.3