summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-08-27 00:22:01 +0000
committerreed <reed@pkgsrc.org>2004-08-27 00:22:01 +0000
commit139b6721e81ef4215624e159bf4a6621e270ecf7 (patch)
treed535c1b55c5b62a0042c39ec9af4c0ccfec457bf
parent823a4b9bca0b18a665549f48bb29da99d0fedad9 (diff)
downloadpkgsrc-139b6721e81ef4215624e159bf4a6621e270ecf7.tar.gz
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.
-rw-r--r--doc/CHANGES3
-rw-r--r--net/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 58d02ad89b7..63ffdee944c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2004:
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 --git a/net/Makefile b/net/Makefile
index 87ff4fcd6cf..6f2878c72ed 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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+= pload
SUBDIR+= poink
SUBDIR+= polsms
SUBDIR+= poptop
+SUBDIR+= ppp-lzs
SUBDIR+= ppp-mppe
SUBDIR+= pptp
SUBDIR+= proftpd