From owner-freebsd-ports Sat May 8 5:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CB711559C for ; Sat, 8 May 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00272; Sat, 8 May 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 25186154BF; Sat, 8 May 1999 05:42:29 -0700 (PDT) Message-Id: <19990508124229.25186154BF@hub.freebsd.org> Date: Sat, 8 May 1999 05:42:29 -0700 (PDT) From: nosuzuki@e-mail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11578: update port: net/ppxp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11578 >Category: ports >Synopsis: update port: net/ppxp >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Norio Suzuki >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: update for ppxp-0.99030108. In this version, all FreeBSD patches are comitted to original source codes, and added some new modem supports. PPxP is yet another PPP program. This works in user side like iij-ppp does. But PPxP is much more user friendly and easy to setup and use. There are some PPP process controler are included in this package. Thank you. >How-To-Repeat: >Fix: Please apply this patch to net/ppxp. diff -urN ppxp.old/Makefile ppxp/Makefile --- ppxp.old/Makefile Mon Jan 11 08:53:01 1999 +++ ppxp/Makefile Sat May 8 21:19:35 1999 @@ -1,19 +1,21 @@ # New ports collection makefile for: ppxp -# Version required: 0.98112523 -# Date created: 16 June 1998 +# Version required: 0.99030108 +# Date created: 8 May 1999 # Whom: Norio Suzuki # KUNISHIMA Takeo +# Taguchi Takeshi # # $Id: Makefile,v 1.4 1999/01/10 15:56:35 sada Exp $ # -DISTNAME= ppxp-0.98112523 +DISTNAME= ppxp-0.99030108 CATEGORIES= net tk80 .if defined(USE_TCLJP) CATEGORIES+= japanese .endif -MASTER_SITES= http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ \ - http://www.dsl.gr.jp/~manabe/PPxP/packages/ +MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \ + http://www.linet.gr.jp/~manabe/PPxP/packages/ \ + http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ MAINTAINER= nosuzuki@e-mail.ne.jp diff -urN ppxp.old/files/md5 ppxp/files/md5 --- ppxp.old/files/md5 Fri Jan 1 02:20:18 1999 +++ ppxp/files/md5 Sat May 8 01:44:40 1999 @@ -1 +1 @@ -MD5 (ppxp-0.98112523.tar.gz) = c06c40b5352e2c35ef6aac7f64eee11b +MD5 (ppxp-0.99030108.tar.gz) = 366a33bd17265eb58d94c58993a431f2 diff -urN ppxp.old/patches/patch-aa ppxp/patches/patch-aa --- ppxp.old/patches/patch-aa Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-aa Sat May 8 03:23:20 1999 @@ -1,28 +1,11 @@ -*** 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" +--- console/xppxp/icon.c.orig Sat May 8 02:57:54 1999 ++++ console/xppxp/icon.c Sat May 8 02:58:16 1999 +@@ -6,7 +6,7 @@ + #include + #include + #include +-#include ++#include + #include + #include "xppxp.h" + #include "Panel.h" diff -urN ppxp.old/patches/patch-ab ppxp/patches/patch-ab --- ppxp.old/patches/patch-ab Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- 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 -urN ppxp.old/patches/patch-ac ppxp/patches/patch-ac --- ppxp.old/patches/patch-ac Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ ---- 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 -+#include - #include - - #include "fppxp.h" diff -urN ppxp.old/patches/patch-ad ppxp/patches/patch-ad --- ppxp.old/patches/patch-ad Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.in.orig Wed Nov 25 15:09:45 1998 -+++ configure.in Sat Jan 2 14:20:05 1999 -@@ -268,7 +268,7 @@ - - if test -n "$WISH" - then -- eval `$WISH console/tcltk/config.tcl $args` -+ eval `$TCLSH console/tcltk/config.tcl $args` - TCL_SCRIPTS="tkppxp" - elif test -n "$TCLSH" - then diff -urN ppxp.old/patches/patch-ae ppxp/patches/patch-ae --- ppxp.old/patches/patch-ae Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 25 15:10:51 1998 -+++ configure Sat Jan 2 14:07:13 1999 -@@ -2566,7 +2566,7 @@ - - if test -n "$WISH" - then -- eval `$WISH console/tcltk/config.tcl $args` -+ eval `$TCLSH console/tcltk/config.tcl $args` - TCL_SCRIPTS="tkppxp" - elif test -n "$TCLSH" - then diff -urN ppxp.old/patches/patch-af ppxp/patches/patch-af --- ppxp.old/patches/patch-af Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- console/tcltk/Makefile.in.orig Wed Aug 12 16:18:36 1998 -+++ console/tcltk/Makefile.in Sat Jan 2 14:19:09 1999 -@@ -72,7 +72,7 @@ - $(TCL_LIB_SPEC) $(TCL_LIBS) $(LIBS) - - pkgIndex.tcl: $(PPXPSO) -- echo 'pkg_mkIndex . $<;exit' | $(WISH) -+ echo 'pkg_mkIndex . $<;exit' | $(TCLSH) - - ###################################################################### - subdirs: diff -urN ppxp.old/pkg/DESCR ppxp/pkg/DESCR --- ppxp.old/pkg/DESCR Mon May 3 19:40:09 1999 +++ ppxp/pkg/DESCR Sat May 8 21:22:05 1999 @@ -7,7 +7,7 @@ There are more documentation under /usr/local/share/doc/ppxp. -WWW: http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/ +WWW: http://www.dsl.gr.jp/~manabe/PPxP/ -- Norio Suzuki nosuzuki@e-mail.ne.jp diff -urN ppxp.old/pkg/PLIST ppxp/pkg/PLIST --- ppxp.old/pkg/PLIST Fri Jan 1 02:20:18 1999 +++ ppxp/pkg/PLIST Sat May 8 03:26:02 1999 @@ -26,8 +26,6 @@ etc/ppxp/ip/hrouteup etc/ppxp/keybind etc/ppxp/modem/3c563 -etc/ppxp/modem/MC-6500@isdn -etc/ppxp/modem/MC-6500@modem etc/ppxp/modem/aterm etc/ppxp/modem/default etc/ppxp/modem/dn1280 @@ -43,6 +41,7 @@ etc/ppxp/modem/sta128 etc/ppxp/modem/standard etc/ppxp/modem/ta777 +etc/ppxp/modem/td503a etc/ppxp/modem/tmad1280@128 etc/ppxp/modem/tmad1280@64 etc/ppxp/modem/v34es2 @@ -72,6 +71,7 @@ lib/ppxp/tkppxp/resources/default lib/ppxp/tkppxp/resources/qdial_message lib/ppxp/tkppxp/resources/qdial_message.ja +lib/ppxp/tkppxp/scripts/command.tcl lib/ppxp/tkppxp/scripts/conf.tcl lib/ppxp/tkppxp/scripts/icon.tcl lib/ppxp/tkppxp/scripts/indicator.tcl @@ -150,6 +150,7 @@ @dirrm share/doc/ppxp/ja @dirrm share/doc/ppxp/C @dirrm share/doc/ppxp +@dirrm etc/ppxp/rc @dirrm lib/ppxp/tkppxp/widgets @dirrm lib/ppxp/tkppxp/scripts @dirrm lib/ppxp/tkppxp/resources @@ -157,7 +158,6 @@ @dirrm lib/ppxp/tkppxp @dirrm lib/ppxp/tcl @dirrm lib/ppxp -@dirrm etc/ppxp/rc @dirrm etc/ppxp/modem @dirrm etc/ppxp/ip @dirrm etc/ppxp/conf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message