PPPoA talks to an Alcatel Speedtouch USB ADSL modem device using ppp(8),

implementing PPP over USB.
This commit is contained in:
Brian Somers 2001-08-30 22:07:36 +00:00
parent 24054596e2
commit 39554ebbf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47183
5 changed files with 57 additions and 0 deletions

33
net/pppoa/Makefile Normal file
View file

@ -0,0 +1,33 @@
# New ports collection makefile for: speedtouch
# Date created: August 30 2001
# Whom: Brian Somers <brian@freebsd-services.com>
#
# $FreeBSD$
#
PORTNAME= pppoa
PORTVERSION= 20010815
CATEGORIES= net
MASTER_SITES= http://www.xsproject.org/speedtouch/files/ \
http://benoit.papillault.free.fr/speedtouch/ \
http://www.alcatel.com/consumer/dsl/
DISTFILES= ${SPEEDTOUCH}.tar.gz speedmgmt.tar.gz
MAINTAINER= brian@Awfulhak.org
HAS_CONFIGURE= yes
SPEEDTOUCH= speedtouch-15082001
NO_CDROM= "http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm"
RESTRICTED_FILES= speedmgmt.tar.gz
WRKSRC= ${WRKDIR}/${SPEEDTOUCH}
post-install:
if [ ! -d ${PREFIX}/libdata ]; then \
${MKDIR} ${PREFIX}/libdata; \
${CHMOD} 775 ${PREFIX}/libdata; \
${CHOWN} root:wheel ${PREFIX}/arpwatch; \
fi
${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${PREFIX}/libdata/.
.include <bsd.port.mk>

2
net/pppoa/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (speedtouch-15082001.tar.gz) = cdcde701d89faf636a6743ee25d580e6
MD5 (speedmgmt.tar.gz) = 102dc7a457c3942ee21dc834db68eac2

1
net/pppoa/pkg-comment Normal file
View file

@ -0,0 +1 @@
Run PPP over Alcatel's USB Speedtouch device

14
net/pppoa/pkg-descr Normal file
View file

@ -0,0 +1,14 @@
Support for the Alcatel Speedtouch USB device. This driver is GPL except
for the file that is downloaded from the Alcatel site. This file is
restricted, specifically in terms of distribution. See
http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm.
Thanks to
Benoit Papillault, who made the linux driver.
Jorgen Lundman and Jon Barlow for their help and their time
porting the driver to *BSD.
And also all the contributors i forget.
WWW: http://www.xsproject.org/speedtouch/

7
net/pppoa/pkg-plist Normal file
View file

@ -0,0 +1,7 @@
libdata/mgmt.o
bin/modem_run
bin/pppoa2
etc/rc.d/adsl.sh.sample
share/speedtouch/ppp.conf.sample
share/speedtouch/INSTALL
@dirrm share/speedtouch