View | Details | Raw Unified | Return to bug 53761 | Differences between
and this patch

Collapse All | Expand All

(-)pppoa/Makefile (-17 / +14 lines)
Lines 6-46 Link Here
6
#
6
#
7
7
8
PORTNAME=		pppoa
8
PORTNAME=		pppoa
9
PORTVERSION=		1.1b
9
PORTVERSION=		1.2b2
10
PORTEPOCH=		1
10
PORTEPOCH=		1
11
CATEGORIES=		net
11
CATEGORIES=		net
12
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=		http://download.ethomson.com/download/ \
13
			http://www.xsproject.org/speedtouch/files/ \
13
			${MASTER_SITE_SOURCEFORGE}
14
			http://www.alcatel.com/consumer/dsl/ \
15
    			http://benoit.papillault.free.fr/speedtouch/
16
MASTER_SITE_SUBDIR=	speedtouch
14
MASTER_SITE_SUBDIR=	speedtouch
17
DISTFILES=		${SPEEDTOUCH}.tar.gz ${ALCATELDRIVER}
15
DISTFILES=		${SPEEDTOUCH}.tar.bz2 ${ALCATELDRIVER}
16
EXTRACT_ONLY=		${SPEEDTOUCH}.tar.bz2
18
17
19
MAINTAINER=		brian@FreeBSD.org
18
MAINTAINER=		brian@FreeBSD.org
20
COMMENT=	Run PPP over Alcatel's USB Speedtouch device
19
COMMENT=	Run PPP over Alcatel's USB Speedtouch device
21
20
22
HAS_CONFIGURE=		yes
21
HAS_CONFIGURE=		yes
23
SPEEDTOUCH=		speedtouch-1.1b
22
SPEEDTOUCH=		speedtouch-1.2-beta2
24
ALCATELDRIVER=		speedmgmt.tar.gz
23
ALCATELDRIVER=		speedmgmt.tar.gz
25
NO_CDROM=		"http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm"
24
NO_CDROM=		"http://www.speedtouchdsl.com/disclaimer_lx.htm"
26
NO_PACKAGE=		"http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm"
25
NO_PACKAGE=		"http://www.speedtouchdsl.com/disclaimer_lx.htm"
27
RESTRICTED_FILES=	${ALCATELDRIVER}
26
RESTRICTED_FILES=	${ALCATELDRIVER}
28
27
29
WRKSRC=			${WRKDIR}/${SPEEDTOUCH}
28
WRKSRC=			${WRKDIR}/${SPEEDTOUCH}
30
29
31
MAN1=			modem_run.1 pppoa2.1 pppoa3.1
30
MAN1=			modem_run.1 pppoa2.1 pppoa3.1
31
USE_BZIP2=		yes
32
33
post-extract:
34
	${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC}
32
35
33
post-install:
36
post-install:
34
	${INSTALL} -m 0755 -o root -g wheel -d ${LOCALBASE}/libdata
37
	${INSTALL} -m 0755 -o root -g wheel -d ${LOCALBASE}/libdata
35
	${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${LOCALBASE}/libdata
38
	${INSTALL_DATA} ${WRKSRC}/mgmt/mgmt.o ${LOCALBASE}/libdata
36
	${INSTALL_DATA} ${FILESDIR}/quick-install \
39
	${INSTALL_DATA} ${FILESDIR}/quick-install \
37
	    ${LOCALBASE}/share/doc/speedtouch/.
40
	    ${LOCALBASE}/share/doc/speedtouch/.
38
	@${CAT} ${LOCALBASE}/share/doc/speedtouch/quick-install
41
	@${CAT} ${LOCALBASE}/share/doc/speedtouch/quick-install
39
42
40
.include <bsd.port.pre.mk>
43
.include <bsd.port.mk>
41
42
.if !exists(${DISTDIR}/${ALCATELDRIVER})
43
IGNORE=	You must manually fetch the Alcatel driver distribution (${DISTDIR}/${ALCATELDRIVER}) via http://www.speedtouchdsl.com/dvrreg_lx.htm (select binary release 1.3.3), place it in ${DISTDIR} and then run make again
44
.endif
45
46
.include <bsd.port.post.mk>
(-)pppoa/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (speedtouch-1.1b.tar.gz) = 6335423ffec64478cb01ad33f2cc9c82
1
MD5 (speedtouch-1.2-beta2.tar.bz2) = 450005ae68dc6b0323c54d4117460031
2
MD5 (speedmgmt.tar.gz) = 102dc7a457c3942ee21dc834db68eac2
2
MD5 (speedmgmt.tar.gz) = 102dc7a457c3942ee21dc834db68eac2
(-)pppoa/files/quick-install (-3 / +2 lines)
Lines 1-9 Link Here
1
1
2
			** IMPORTANT **
2
			** IMPORTANT **
3
3
4
    Please ensure that you have read the Alcatel license agreement at
4
    Please ensure that you have read the license agreement at
5
    http://www.alcatel.com/consumer/dsl/dvrreg_lx.htm before running
5
    http://www.speedtouchdsl.com/dvrreg_lx.htm before running this software.
6
    this software.
7
6
8
    To activate this port, create a new profile in /etc/ppp/ppp.conf
7
    To activate this port, create a new profile in /etc/ppp/ppp.conf
9
    called ``adsl'' using /usr/local/share/doc/speedtouch/ppp.conf.sample
8
    called ``adsl'' using /usr/local/share/doc/speedtouch/ppp.conf.sample
(-)pppoa/pkg-descr (-13 / +3 lines)
Lines 1-15 Link Here
1
Support for the Alcatel Speedtouch USB device. This driver is GPL except
1
Unofficial support for Alcatel's Speedtouch USB devices.  This driver is
2
for the file that is downloaded from the Alcatel site.  This file is
2
licensed under the GPL except for one restricted file:
3
restricted, specifically in terms of distribution.  See
3
http://www.speedtouchdsl.com/disclaimer_lx.htm
4
http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm.
5
4
6
7
Thanks to
8
9
  Benoit Papillault, who made the linux driver.
10
  Francois Rogler and Richard Tobin who ported the driver to *BSD
11
  Jorgen Lundman and Jon Barlow for their help and their time
12
  porting the driver to NetBSD.
13
14
WWW:	http://www.xsproject.org/speedtouch/
15
WWW:	http://speedtouch.sourceforge.net/
5
WWW:	http://speedtouch.sourceforge.net/
(-)pppoa/pkg-plist (+1 lines)
Lines 9-14 Link Here
9
share/doc/speedtouch/INSTALL-de
9
share/doc/speedtouch/INSTALL-de
10
share/doc/speedtouch/INSTALL-fr
10
share/doc/speedtouch/INSTALL-fr
11
share/doc/speedtouch/INSTALL-it
11
share/doc/speedtouch/INSTALL-it
12
share/doc/speedtouch/INSTALL-nl
12
share/doc/speedtouch/ppp.conf.sample
13
share/doc/speedtouch/ppp.conf.sample
13
share/doc/speedtouch/quick-install
14
share/doc/speedtouch/quick-install
14
@exec cat %D/share/doc/speedtouch/quick-install
15
@exec cat %D/share/doc/speedtouch/quick-install

Return to bug 53761