1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update master site and description.

PR:		ports/31100
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
This commit is contained in:
John Polstra 2001-10-07 18:04:12 +00:00
parent f4124161ff
commit afb01c9c7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48531
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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>