diff options
author | reed <reed@pkgsrc.org> | 2004-08-27 00:16:50 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-08-27 00:16:50 +0000 |
commit | 383881d964704a736a3a22e37cdf97a187c50a93 (patch) | |
tree | 4a96b3cf06a7344d3793ae6504c2b6afd57ed48c /net/ppp-lzs/DESCR | |
parent | e8147fdae1f2af0dbc238fd8af4cbc25fd16bc96 (diff) | |
download | pkgsrc-383881d964704a736a3a22e37cdf97a187c50a93.tar.gz |
This is initial import of ppp-lzs-1.2.
It is a PPP daemon and LKM with Stac LZS decompression.
This was packaged by Iain Hibbert and provided via pkgsrc-wip.
This is a NetBSD decompressor for PPP compatible with the Stac LZS
scheme as described in rfc1974. The algorithm is apparently covered
by patents held by Hifn in the USA and Europe though it was written
independently with no help from Hifn or anybody associated with them,
and with no reference to the patents. You might want to consider this
'example' code only if that makes you feel better.
This package patches the included pppd in NetBSD and thus, in order to
compile this, you will need to have the NetBSD source sets installed.
NOTE: I didn't test this software.
Diffstat (limited to 'net/ppp-lzs/DESCR')
-rw-r--r-- | net/ppp-lzs/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/ppp-lzs/DESCR b/net/ppp-lzs/DESCR new file mode 100644 index 00000000000..5c2077f4cc7 --- /dev/null +++ b/net/ppp-lzs/DESCR @@ -0,0 +1,9 @@ +This is a NetBSD decompressor for PPP compatible with the Stac LZS +scheme as described in rfc1974. The algorithm is apparently covered +by patents held by Hifn in the USA and Europe though it was written +independently with no help from Hifn or anybody associated with them, +and with no reference to the patents. You might want to consider this +'example' code only if that makes you feel better. + +This package patches the included pppd in NetBSD and thus, in order to +compile this, you will need to have the NetBSD source sets installed. |