diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 14:05:35 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 14:05:35 +0000 |
commit | 289c1239ca66ff8a896f598ff5ca4ef0061ec0cf (patch) | |
tree | f1d4c1556e389ecda22071035fbc681c45e05a20 /archivers | |
parent | aa84831d8ca6090dab20af53fa5bf2bdf26e2efc (diff) | |
download | ports-289c1239ca66ff8a896f598ff5ca4ef0061ec0cf.tar.gz ports-289c1239ca66ff8a896f598ff5ca4ef0061ec0cf.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/lha/pkg-descr | 26 | ||||
-rw-r--r-- | archivers/lha/pkg-plist | 2 |
3 files changed, 29 insertions, 0 deletions
diff --git a/archivers/lha/pkg-comment b/archivers/lha/pkg-comment new file mode 100644 index 000000000000..b0765cd33010 --- /dev/null +++ b/archivers/lha/pkg-comment @@ -0,0 +1 @@ +LHA - version 101u. Compress/uncompress files using LZW compression (.lzh files) diff --git a/archivers/lha/pkg-descr b/archivers/lha/pkg-descr new file mode 100644 index 000000000000..7b9964c44df6 --- /dev/null +++ b/archivers/lha/pkg-descr @@ -0,0 +1,26 @@ +From File: README.grr 23 Sep 92 + +This is LHa for Unix, version 1.01u. This is an unofficially patched +version (hence `u') of LHa 1.00, which was posted around 1 Apr 92 to +fj.sources and reposted by me to alt.sources on 24 Apr 92. + +I also posted to alt.sources on 24 April an unofficial patch to allow +the use of default .lzh extensions. Tom Kloos then sent me on 2 May a +patch to extend the use of special permissions, restore the UID and GID, +etc. (see below); Jean-Pierre Radley sent on 26 June a patch which sets +default .lzh extensions much more elegantly and reliably than mine (also +see below). Finally, I fixed bugs in Tom's chown() patch and in util.c +(the latter causing compilation errors on a SysV machine). All of the +patches in my possession have now been integrated into these sources +and tested to some extent (as of 23 Sep 92). The original sources may +be regenerated by reverse-patching the context diff file "lha101u.dif". + +Please note that this is the limit of my involvement with this program. +If you find problems or have subsequent patches, I would appreciate +hearing about them, but distributing them is up to you. I do not know +enough about LHa to offer compilation help or debugging suggestions, +either; contact the LHa authors at the address given in "readme.eng" +for that. + +Greg Roelofs +roe2@midway.uchicago.edu diff --git a/archivers/lha/pkg-plist b/archivers/lha/pkg-plist new file mode 100644 index 000000000000..884c7d17ef39 --- /dev/null +++ b/archivers/lha/pkg-plist @@ -0,0 +1,2 @@ +@cwd /usr/local +bin/lha |