View | Details | Raw Unified | Return to bug 199409
Collapse All | Expand All

(-)mlan3/Makefile (-3 / +1 lines)
Lines 4-17 Link Here
4
PORTNAME=	mlan3
4
PORTNAME=	mlan3
5
PORTVERSION=	1.00
5
PORTVERSION=	1.00
6
CATEGORIES=	comms
6
CATEGORIES=	comms
7
MASTER_SITES=	ftp://ftp.dalsemi.com/pub/auto_id/public/
7
MASTER_SITES=	files.maximintegrated.com/sia_bu/public/
8
DISTNAME=	owpd300b
8
DISTNAME=	owpd300b
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
11
COMMENT=	Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
12
12
13
BROKEN=		Unfetchable
14
15
LICENSE=	MIT
13
LICENSE=	MIT
16
LICENSE_FILE=	${WRKSRC}/license.txt
14
LICENSE_FILE=	${WRKSRC}/license.txt
17
15
(-)mlan3/pkg-descr (-6 / +5 lines)
Lines 1-7 Link Here
1
A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN
1
A port of Dallas Semiconductors 3.00 beta API for accessing
2
devices.  Only DS2480 serial port adapters are supported by this port.
2
1-wire LAN devices. Only DS2480 serial port adapters are
3
supported by this port. Additional information at:
4
http://www.maximintegrated.com/en/products/comms/ibutton.html
3
5
4
More doc & src at: ftp://ftp.dalsemi.com/pub/auto_id/softdev/softdev.html
6
WWW: http://www.maximintegrated.com/en/products/ibutton/software/1wire/wirekit.cfm
5
and http://www.ibutton.com/
6
7
WWW: http://www.ibutton.com/software/1wire/wirekit.html

Return to bug 199409