mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port: p5-LEGO-RCX, a perl module for communicating with the LEGO RCX brick.
PR: 19723 Submitted by: kbyanc@posi.net
This commit is contained in:
parent
101098b330
commit
4f3c2589f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30560
26
misc/p5-LEGO-RCX/Makefile
Normal file
26
misc/p5-LEGO-RCX/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-LEGO-RCX
|
||||
# Date created: July 05 2000
|
||||
# Whom: Kelly Yancey <kbyanc@posi.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= LEGO-RCX
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= LEGO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kbyanc@posi.net
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= LEGO::RCX.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-LEGO-RCX/distinfo
Normal file
1
misc/p5-LEGO-RCX/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (LEGO-RCX-1.00.tar.gz) = b6b374e418229594a5f2026ba13013ed
|
1
misc/p5-LEGO-RCX/pkg-comment
Normal file
1
misc/p5-LEGO-RCX/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for communicating with the Lego RCX brick via the IR tower
|
9
misc/p5-LEGO-RCX/pkg-descr
Normal file
9
misc/p5-LEGO-RCX/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
LEGO::RCX is a perl module for communicating with you LEGO(tm) Mindstorms(tm)
|
||||
RCX computer through the IR dongle. It is an object-oriented module with
|
||||
methods for everything from controlling the motors, reading sensors, modifying
|
||||
program variables, and getting data form the DataLog.
|
||||
|
||||
WWW: http://www.members.home.net/quillan/lego/rcx.pm.html
|
||||
|
||||
-Kelly
|
||||
kbyanc@posi.net
|
5
misc/p5-LEGO-RCX/pkg-plist
Normal file
5
misc/p5-LEGO-RCX/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/LEGO/RCX.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LEGO/RCX/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LEGO/RCX
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LEGO
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LEGO
|
Loading…
Reference in New Issue
Block a user