diff options
author | tron <tron@pkgsrc.org> | 2000-07-11 20:41:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-11 20:41:26 +0000 |
commit | 985b728f32c976da4626fefa5648034d326d5f70 (patch) | |
tree | c71e31d19409deea4d980701013f1763d82d8a98 | |
parent | 4aeac45f89e5a02fffd8d4fe20e8af07012ec4cd (diff) | |
download | pkgsrc-985b728f32c976da4626fefa5648034d326d5f70.tar.gz |
Initial import of "ppp" package:
Point-to-Point Protocol for Internet connections over serial lines
This package is intended as an update for the "ppp" package in older
NetBSD versrion.
-rw-r--r-- | net/ppp/Makefile | 16 | ||||
-rw-r--r-- | net/ppp/files/md5 | 3 | ||||
-rw-r--r-- | net/ppp/files/patch-sum | 6 | ||||
-rw-r--r-- | net/ppp/patches/patch-aa | 15 | ||||
-rw-r--r-- | net/ppp/patches/patch-ab | 21 | ||||
-rw-r--r-- | net/ppp/patches/patch-ac | 9 | ||||
-rw-r--r-- | net/ppp/patches/patch-ad | 15 | ||||
-rw-r--r-- | net/ppp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/ppp/pkg/DESCR | 3 | ||||
-rw-r--r-- | net/ppp/pkg/PLIST | 10 |
10 files changed, 99 insertions, 0 deletions
diff --git a/net/ppp/Makefile b/net/ppp/Makefile new file mode 100644 index 00000000000..bbfec918463 --- /dev/null +++ b/net/ppp/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/11 20:41:26 tron Exp $ + +DISTNAME= ppp-2.3.11 +CATEGORIES= net +MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ + +MAINTAINER= tron@netbsd.org + +HAS_CONFIGURE= yes +MANCOMPRESSED_IF_MANZ= yes + +MAKE_ENV+= BINDIR=${PREFIX}/sbin \ + MANDIR=${PREFIX}/man \ + MANINSTALL="maninstall catinstall" + +.include "../../mk/bsd.pkg.mk" diff --git a/net/ppp/files/md5 b/net/ppp/files/md5 new file mode 100644 index 00000000000..d7b14524510 --- /dev/null +++ b/net/ppp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +MD5 (ppp-2.3.11.tar.gz) = 21be3688b98eeaaf5740d4a73a1220eb diff --git a/net/ppp/files/patch-sum b/net/ppp/files/patch-sum new file mode 100644 index 00000000000..ef1c584ea33 --- /dev/null +++ b/net/ppp/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +MD5 (patch-aa) = d6eced5f2696691f8d732b1cf802f7ba +MD5 (patch-ab) = 298b165cf474a1b43836538d8e4e2f50 +MD5 (patch-ac) = 8d41e88ddad5bfb22e14d51d80c7f2a1 +MD5 (patch-ad) = 71637a1528e7e15f732ac204d5c2b76a diff --git a/net/ppp/patches/patch-aa b/net/ppp/patches/patch-aa new file mode 100644 index 00000000000..1120fe69a36 --- /dev/null +++ b/net/ppp/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +--- chat/Makefile.bsd.orig Tue Oct 8 06:37:59 1996 ++++ chat/Makefile.bsd Tue Jul 11 22:11:23 2000 +@@ -2,8 +2,7 @@ + + PROG= chat + SRCS= chat.c +-MAN8= chat.8 +-MAN= chat.cat8 +-BINDIR= /usr/sbin ++MAN= chat.8 ++#BINDIR= /usr/sbin + + .include <bsd.prog.mk> diff --git a/net/ppp/patches/patch-ab b/net/ppp/patches/patch-ab new file mode 100644 index 00000000000..c21185faa7b --- /dev/null +++ b/net/ppp/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +--- pppd/Makefile.bsd.orig Mon Apr 12 08:23:30 1999 ++++ pppd/Makefile.bsd Tue Jul 11 22:14:54 2000 +@@ -2,5 +2,5 @@ + +-BINDIR?= /usr/sbin ++#BINDIR?= /usr/sbin + # -D_BITYPES is for FreeBSD, which doesn't define anything to + # tell us that u_int32_t gets defined if <sys/types.h> is included. + # Remove for older *BSD systems for which this isn't true. +@@ -9,8 +9,7 @@ + PROG= pppd + SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \ + demand.c auth.c options.c utils.c sys-bsd.c +-MAN= pppd.cat8 +-MAN8= pppd.8 ++MAN= pppd.8 + BINMODE=4555 + BINOWN= root + diff --git a/net/ppp/patches/patch-ac b/net/ppp/patches/patch-ac new file mode 100644 index 00000000000..5cc0b552905 --- /dev/null +++ b/net/ppp/patches/patch-ac @@ -0,0 +1,9 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +--- pppd/sys-bsd.c.orig Tue Aug 24 07:25:54 1999 ++++ pppd/sys-bsd.c Tue Jul 11 22:24:06 2000 +@@ -1,3 +1,4 @@ ++#ifndef lint + /* + * sys-bsd.c - System-dependent procedures for setting up + * PPP interfaces on bsd-4.4-ish systems (including 386BSD, NetBSD, etc.) diff --git a/net/ppp/patches/patch-ad b/net/ppp/patches/patch-ad new file mode 100644 index 00000000000..71974dcac68 --- /dev/null +++ b/net/ppp/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ + +--- pppstats/Makefile.bsd.orig Wed Mar 25 03:21:17 1998 ++++ pppstats/Makefile.bsd Tue Jul 11 22:23:00 2000 +@@ -3,8 +3,7 @@ + PROG= pppstats + SRCS= pppstats.c + CFLAGS+=-I../include -D_BITYPES +-MAN8= pppstats.8 +-MAN= pppstats.cat8 +-BINDIR= /usr/sbin ++MAN= pppstats.8 ++#BINDIR= /usr/sbin + + .include <bsd.prog.mk> diff --git a/net/ppp/pkg/COMMENT b/net/ppp/pkg/COMMENT new file mode 100644 index 00000000000..0c68b7666e5 --- /dev/null +++ b/net/ppp/pkg/COMMENT @@ -0,0 +1 @@ +Point-to-Point Protocol for Internet connections over serial lines diff --git a/net/ppp/pkg/DESCR b/net/ppp/pkg/DESCR new file mode 100644 index 00000000000..eea60a8696b --- /dev/null +++ b/net/ppp/pkg/DESCR @@ -0,0 +1,3 @@ +The Point-to-Point Protocol (PPP) provides a standard way to establish +a network connection over a serial link. At present, this package +supports IP and the protocols layered above IP, such as TCP and UDP. diff --git a/net/ppp/pkg/PLIST b/net/ppp/pkg/PLIST new file mode 100644 index 00000000000..0e0171a9e1f --- /dev/null +++ b/net/ppp/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/11 20:41:27 tron Exp $ +sbin/chat +sbin/pppd +sbin/pppstats +man/cat8/chat.0 +man/cat8/pppd.0 +man/cat8/pppstats.0 +man/man8/chat.8 +man/man8/pppd.8 +man/man8/pppstats.8 |