diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-25 05:59:02 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-25 05:59:02 +0000 |
commit | 368e397e6b9a3433b12e0ea5cd47d32abb910678 (patch) | |
tree | db4ae39d54d2f0730fb5091c733f48770548d960 /net/xisp | |
parent | ffddd543f4fa2a16bbec8f1edad4d94d11c13ac9 (diff) | |
download | ports-368e397e6b9a3433b12e0ea5cd47d32abb910678.tar.gz ports-368e397e6b9a3433b12e0ea5cd47d32abb910678.zip |
Notes
Diffstat (limited to 'net/xisp')
-rw-r--r-- | net/xisp/Makefile | 27 | ||||
-rw-r--r-- | net/xisp/distinfo | 2 | ||||
-rw-r--r-- | net/xisp/pkg-comment | 1 | ||||
-rw-r--r-- | net/xisp/pkg-descr | 9 | ||||
-rw-r--r-- | net/xisp/pkg-plist | 19 |
5 files changed, 58 insertions, 0 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile new file mode 100644 index 000000000000..33b06a30f829 --- /dev/null +++ b/net/xisp/Makefile @@ -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> diff --git a/net/xisp/distinfo b/net/xisp/distinfo new file mode 100644 index 000000000000..8807875e0c6c --- /dev/null +++ b/net/xisp/distinfo @@ -0,0 +1,2 @@ +MD5 (xisp-2.6-noufc.tar.gz) = bb06960ab5eacb669c9bc788c18b8103 +MD5 (xisp-2.6-freebsd-patch.tar.gz) = b65096edb77490372472ffbd71fcf197 diff --git a/net/xisp/pkg-comment b/net/xisp/pkg-comment new file mode 100644 index 000000000000..eeb922574b07 --- /dev/null +++ b/net/xisp/pkg-comment @@ -0,0 +1 @@ +A user-friendly X interface to pppd/chat diff --git a/net/xisp/pkg-descr b/net/xisp/pkg-descr new file mode 100644 index 000000000000..774e68ff3ba5 --- /dev/null +++ b/net/xisp/pkg-descr @@ -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/ diff --git a/net/xisp/pkg-plist b/net/xisp/pkg-plist new file mode 100644 index 000000000000..2273b5a3de45 --- /dev/null +++ b/net/xisp/pkg-plist @@ -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 |