diff options
author | John Polstra <jdp@FreeBSD.org> | 2001-10-07 18:04:12 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2001-10-07 18:04:12 +0000 |
commit | afb01c9c7ef1e94c7dde2a24ff457deeedf49a0f (patch) | |
tree | 92a72540f5399c110da86c29f466a71033431d7b /net/pptpclient | |
parent | f4124161ffe410056a2fdc5546e2f857d683bc07 (diff) | |
download | ports-afb01c9c7ef1e94c7dde2a24ff457deeedf49a0f.tar.gz ports-afb01c9c7ef1e94c7dde2a24ff457deeedf49a0f.zip |
Notes
Diffstat (limited to 'net/pptpclient')
-rw-r--r-- | net/pptpclient/Makefile | 2 | ||||
-rw-r--r-- | net/pptpclient/pkg-descr | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index d494f5a8557a..9d63c4c10222 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -8,7 +8,7 @@ PORTNAME= pptpclient PORTVERSION= 1.0.3 CATEGORIES= net -MASTER_SITES= http://www.linuxalpha.compaq.com/pptpclient/files/ +MASTER_SITES= http://prdownloads.sourceforge.net/pptpclient/ DISTNAME= pptp-linux-1.0.3 DISTFILES= pptp-linux-1.0.3-1.tar.gz diff --git a/net/pptpclient/pkg-descr b/net/pptpclient/pkg-descr index 415b809c0a81..a46cd6facbd8 100644 --- a/net/pptpclient/pkg-descr +++ b/net/pptpclient/pkg-descr @@ -3,15 +3,16 @@ PPP connection with an NT server, tunneled through a PPTP link over the Internet. In effect, it makes the client machine behave as if it were on the same LAN as the server. -I have fixed one serious bug in the program, and have patched it to +John Polstra has created the port, including bug fixes that were +subsequently integrated in the upstream release, and a patch to use FreeBSD's userland "ppp" package rather than "pppd" which it -was originally designed to use. I found that "ppp" supplied more -versatility and was easier to set up. +was originally designed to use. There is no manpage for this package, but you will find some quickstart instructions and example configuration files in "${PREFIX}/share/examples/pptpclient". -WWW: http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/ +WWW: http://pptpclient.sourceforge.net/ -John Polstra <jdp@freebsd.org> +Port currently maintained by: +Thomas Quinot <thomas@cuivre.fr.eu.org> |