pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Import ppp-lzs from pkgsrc-wip. Thank you, Iain Hibbert.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea44e0ad34b8
branches:  trunk
changeset: 479945:ea44e0ad34b8
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Aug 27 00:22:01 2004 +0000

description:
Import ppp-lzs from pkgsrc-wip. Thank you, Iain Hibbert.

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.

diffstat:

 doc/CHANGES  |  3 ++-
 net/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 0c19fc1a28fa -r ea44e0ad34b8 doc/CHANGES
--- a/doc/CHANGES       Fri Aug 27 00:16:50 2004 +0000
+++ b/doc/CHANGES       Fri Aug 27 00:22:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7007 2004/08/27 00:06:36 wiz Exp $
+$NetBSD: CHANGES,v 1.7008 2004/08/27 00:22:01 reed Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4058,3 +4058,4 @@
        Updated imlib2 to 1.1.1 [recht 2004-08-26]
        Updated enlightenment to 0.16.7.1 [recht 2004-08-26]
        Added madman-0.93 [wiz 2004-08-27]
+       Added ppp-lzs-1.2 [reed 2004-08-27] 
diff -r 0c19fc1a28fa -r ea44e0ad34b8 net/Makefile
--- a/net/Makefile      Fri Aug 27 00:16:50 2004 +0000
+++ b/net/Makefile      Fri Aug 27 00:22:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.488 2004/08/13 19:34:50 jschauma Exp $
+# $NetBSD: Makefile,v 1.489 2004/08/27 00:22:01 reed Exp $
 #
 
 COMMENT=       Networking tools
@@ -259,6 +259,7 @@
 SUBDIR+=       poink
 SUBDIR+=       polsms
 SUBDIR+=       poptop
+SUBDIR+=       ppp-lzs
 SUBDIR+=       ppp-mppe
 SUBDIR+=       pptp
 SUBDIR+=       proftpd



Home | Main Index | Thread Index | Old Index