summaryrefslogtreecommitdiffstats
path: root/net/ppxp/files
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1998-12-31 17:20:18 +0000
committersada <sada@FreeBSD.org>1998-12-31 17:20:18 +0000
commit8c5f10543c5f87470e865fd6b4ec4ea2de0a3794 (patch)
treee646fe9184d82112bd0208c2ddb05e58a6331656 /net/ppxp/files
parentdd152bc1e382b736eee558b17a81a53c2b84f46a (diff)
downloadFreeBSD-ports-8c5f10543c5f87470e865fd6b4ec4ea2de0a3794.zip
FreeBSD-ports-8c5f10543c5f87470e865fd6b4ec4ea2de0a3794.tar.gz
This is a new user process PPP software pakgae. It is easy to setup
and has nice GUI to control connection. This PPP software make a connection on demand and can traslate IP address and port numbers as called as NAT. This spackage have many console programs, ppxp is standard terminal oriented console, xppxp is X client console, tkppxp is Tcl/Tk based console, and much more. Submitted by: Norio Suzuki <nosuzuki@e-mail.ne.jp>, KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Diffstat (limited to 'net/ppxp/files')
-rw-r--r--net/ppxp/files/patch-aa28
-rw-r--r--net/ppxp/files/patch-ab11
-rw-r--r--net/ppxp/files/patch-ac8
3 files changed, 47 insertions, 0 deletions
diff --git a/net/ppxp/files/patch-aa b/net/ppxp/files/patch-aa
new file mode 100644
index 0000000..f0a1021
--- /dev/null
+++ b/net/ppxp/files/patch-aa
@@ -0,0 +1,28 @@
+*** etc/modem/MC-6500@isdn Thu Jan 1 09:00:00 1970
+--- etc/modem/MC-6500@isdn Mon Jun 15 22:41:37 1998
+***************
+*** 0 ****
+--- 1,9 ----
++ include standard
++
++ Name "PHS alpha DATA MC-6500 @ ISDN"
++ MaxDTESpeed 115200
++ Initialize "ATE1Q0@O2"
++ PulseDial "ATD\p"
++ ToneDial "ATD\p"
++ Dial "ATD\p"
++ IsdnDial "ATD\p"
+*** etc/modem/MC-6500@modem Thu Jan 1 09:00:00 1970
+--- etc/modem/MC-6500@modem Mon Jun 15 22:42:20 1998
+***************
+*** 0 ****
+--- 1,9 ----
++ include standard
++
++ Name "PHS alpha DATA MC-6500 @ modem"
++ MaxDTESpeed 115200
++ Initialize "ATE1Q0@O1"
++ PulseDial "ATD\p"
++ ToneDial "ATD\p"
++ Dial "ATD\p"
++ IsdnDial "ATD\p"
diff --git a/net/ppxp/files/patch-ab b/net/ppxp/files/patch-ab
new file mode 100644
index 0000000..852b96d
--- /dev/null
+++ b/net/ppxp/files/patch-ab
@@ -0,0 +1,11 @@
+--- console/xppxp/Makefile.in.orig Thu Dec 24 04:51:34 1998
++++ console/xppxp/Makefile.in Thu Dec 24 04:51:43 1998
+@@ -16,7 +16,7 @@
+ #SIGVOID = -DHasVoidSignalReturn
+ #
+ CC = @CC@
+-XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lX11 -lXpm
++XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lXext -lX11 @X_PRE_LIBS@ -lXpm
+ CFLAGS = @CFLAGS@ -I$(PPXPINC) -DXPPXPDIR=\"$(XPPXPDIR)\" @X_CFLAGS@
+ LDFLAGS = @LDFLAGS@ $(PPXPLIB) $(XLIB)
+ #
diff --git a/net/ppxp/files/patch-ac b/net/ppxp/files/patch-ac
new file mode 100644
index 0000000..f056666
--- /dev/null
+++ b/net/ppxp/files/patch-ac
@@ -0,0 +1,8 @@
+--- console/forms/fip.c.orig Sat Dec 26 00:48:38 1998
++++ console/forms/fip.c Sat Dec 26 00:48:41 1998
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+
+ #include "fppxp.h"
OpenPOWER on IntegriCloud