- Update to 0.3.5
PR: 134551 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
This commit is contained in:
parent
512a567ee1
commit
345bcd9c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234140
3 changed files with 9 additions and 7 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= roboctl
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
|
||||
http://jbacon.dyndns.org/~bacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= API for communications with Lego and Vex robot controllers
|
||||
COMMENT= API and tools for communicating with Lego and Vex robots
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
|
||||
|
||||
|
@ -40,6 +40,7 @@ post-patch:
|
|||
post-install:
|
||||
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (roboctl-0.3.2.tar.gz) = e1e1a835f9a838b07ac090525064033f
|
||||
SHA256 (roboctl-0.3.2.tar.gz) = dd5435138ae9853882ee00cd8eeee6a5a327c593938521457a32d58c6b38f051
|
||||
SIZE (roboctl-0.3.2.tar.gz) = 154638
|
||||
MD5 (roboctl-0.3.5.tar.gz) = 60dcbaea81d06a632493ff0ddb2e0cdc
|
||||
SHA256 (roboctl-0.3.5.tar.gz) = 7990d7772085bd0bf107d9f825bc990a02383a0335cbc72f5d0d818adf4bc646
|
||||
SIZE (roboctl-0.3.5.tar.gz) = 137243
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
bin/lego_bluetooth_config
|
||||
bin/legoctl
|
||||
bin/vexctl
|
||||
bin/nxtremote
|
||||
bin/vexctl
|
||||
include/roboctl/rct_machdep.h
|
||||
include/roboctl/rct_nxt.h
|
||||
include/roboctl/rct_nxt_output.h
|
||||
include/roboctl/rct_pic.h
|
||||
include/roboctl/rct_protos.h
|
||||
include/roboctl/rct_rcx.h
|
||||
include/roboctl/roboctl.h
|
||||
include/roboctl/rct_pic.h
|
||||
lib/libroboctl.a
|
||||
@dirrm include/roboctl
|
||||
|
|
Loading…
Reference in a new issue