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

(-)roboctl/Makefile (-2 / +5 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	roboctl
8
PORTNAME=	roboctl
9
PORTVERSION=	0.3.2
9
PORTVERSION=	0.3.5
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
11
MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
12
		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
12
		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
13
13
14
MAINTAINER=	jwbacon@tds.net
14
MAINTAINER=	jwbacon@tds.net
15
COMMENT=	API for communications with Lego and Vex robot controllers
15
COMMENT=	API and tools for communicating with Lego and Vex robots
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
18
18
19
OPTIONS=	CUTECOM "Install cutecom for Vex debugging" On
19
OPTIONS=	CUTECOM "Install cutecom for Vex debugging" On
20
20
21
CONFLICTS=	legoctl-[0-9]* roboctl-0.3.[12346789] roboctl-0.[456789]*
22
21
MAN1=		legoctl.1 vexctl.1 nxtremote.1
23
MAN1=		legoctl.1 vexctl.1 nxtremote.1
22
MAN3=		roboctl.3
24
MAN3=		roboctl.3
23
25
Lines 40-45 Link Here
40
post-install:
42
post-install:
41
	(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
43
	(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
42
	${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
44
	${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
45
	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${PREFIX}/bin
43
	${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
46
	${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
44
47
45
.include <bsd.port.post.mk>
48
.include <bsd.port.post.mk>
(-)roboctl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (roboctl-0.3.2.tar.gz) = e1e1a835f9a838b07ac090525064033f
1
MD5 (roboctl-0.3.5.tar.gz) = 60dcbaea81d06a632493ff0ddb2e0cdc
2
SHA256 (roboctl-0.3.2.tar.gz) = dd5435138ae9853882ee00cd8eeee6a5a327c593938521457a32d58c6b38f051
2
SHA256 (roboctl-0.3.5.tar.gz) = 7990d7772085bd0bf107d9f825bc990a02383a0335cbc72f5d0d818adf4bc646
3
SIZE (roboctl-0.3.2.tar.gz) = 154638
3
SIZE (roboctl-0.3.5.tar.gz) = 137243
(-)roboctl/pkg-plist (-2 / +3 lines)
Lines 1-12 Link Here
1
bin/lego_bluetooth_config
1
bin/legoctl
2
bin/legoctl
2
bin/vexctl
3
bin/nxtremote
3
bin/nxtremote
4
bin/vexctl
4
include/roboctl/rct_machdep.h
5
include/roboctl/rct_machdep.h
5
include/roboctl/rct_nxt.h
6
include/roboctl/rct_nxt.h
6
include/roboctl/rct_nxt_output.h
7
include/roboctl/rct_nxt_output.h
8
include/roboctl/rct_pic.h
7
include/roboctl/rct_protos.h
9
include/roboctl/rct_protos.h
8
include/roboctl/rct_rcx.h
10
include/roboctl/rct_rcx.h
9
include/roboctl/roboctl.h
11
include/roboctl/roboctl.h
10
include/roboctl/rct_pic.h
11
lib/libroboctl.a
12
lib/libroboctl.a
12
@dirrm include/roboctl
13
@dirrm include/roboctl

Return to bug 134551