A user-friendly X interface to pppd/chat
PR: 13217 Submitted by: Takeshi Morishima <morishim@cig.mot.com>
This commit is contained in:
parent
ffddd543f4
commit
368e397e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21939
27
net/xisp/Makefile
Normal file
27
net/xisp/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xisp
|
||||
# Version required: 2.6
|
||||
# Date created: June 24, 1999
|
||||
# Whom: morishim@cig.mot.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
DISTNAME= xisp-2.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.ml-search.com/xisp/distfiles/
|
||||
DISTFILES= xisp-2.6-noufc.tar.gz \
|
||||
xisp-2.6-freebsd-patch.tar.gz
|
||||
|
||||
MAINTAINER= morishim@cig.mot.com
|
||||
|
||||
LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms
|
||||
|
||||
WRKSRC= ${WRKDIR}/xisp-2.6
|
||||
MAN1= xisp.1
|
||||
HAS_CONFIGURE= yes
|
||||
.if defined(USE_DES)
|
||||
CONFIGURE_ENV= USE_DESLIB="yes"
|
||||
.else
|
||||
CONFIGURE_ENV= USE_DESLIB="no"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/xisp/distinfo
Normal file
2
net/xisp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xisp-2.6-noufc.tar.gz) = bb06960ab5eacb669c9bc788c18b8103
|
||||
MD5 (xisp-2.6-freebsd-patch.tar.gz) = b65096edb77490372472ffbd71fcf197
|
1
net/xisp/pkg-comment
Normal file
1
net/xisp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A user-friendly X interface to pppd/chat
|
9
net/xisp/pkg-descr
Normal file
9
net/xisp/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The xisp package implements a user-friendly X interface to pppd/chat
|
||||
and provides maximum feedback from the dial-in and login phases on a
|
||||
browser screen, as well as a manual login terminal window. It also
|
||||
provides greater versatility in interrupting a call in progress and in
|
||||
general enhances the user's feeling of "what's going on", especially
|
||||
if he/she is not all that well acquainted with the intricacies of
|
||||
system log files. Xisp also has means to track your phonecosts.
|
||||
|
||||
WWW: http://users.hol.gr/~dbouras/
|
19
net/xisp/pkg-plist
Normal file
19
net/xisp/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@cwd /etc/ppp
|
||||
ip-down
|
||||
ip-up
|
||||
@exec mkdir -p %D/peers
|
||||
peers/xisp_cuaa0
|
||||
peers/xisp_cuaa1
|
||||
peers/xisp_cuaa2
|
||||
peers/xisp_cuaa3
|
||||
peers/xisp_dialer
|
||||
|
||||
@cwd /usr/X11R6
|
||||
bin/xisp
|
||||
bin/xispid
|
||||
bin/xisprccv
|
||||
|
||||
@cwd /usr/local
|
||||
@exec mkdir -p %D/libexec
|
||||
libexec/xispdial
|
||||
libexec/xispterm
|
Loading…
Reference in New Issue
Block a user