summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2000-07-13 08:07:39 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2000-07-13 08:07:39 +0000
commit4f3c2589f729cd2bfcf1471756235720f5b72fa1 (patch)
tree2fe61f453448b2179fc8940f4eb7a9365414257c /misc
parentRemove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES. (diff)
New port: p5-LEGO-RCX, a perl module for communicating with the LEGO RCX brick.
PR: 19723 Submitted by: kbyanc@posi.net
Notes
Notes: svn path=/head/; revision=30560
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-LEGO-RCX/Makefile26
-rw-r--r--misc/p5-LEGO-RCX/distinfo1
-rw-r--r--misc/p5-LEGO-RCX/pkg-comment1
-rw-r--r--misc/p5-LEGO-RCX/pkg-descr9
-rw-r--r--misc/p5-LEGO-RCX/pkg-plist5
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile
new file mode 100644
index 000000000000..9a08e203b88e
--- /dev/null
+++ b/misc/p5-LEGO-RCX/Makefile
@@ -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>
diff --git a/misc/p5-LEGO-RCX/distinfo b/misc/p5-LEGO-RCX/distinfo
new file mode 100644
index 000000000000..713365f47659
--- /dev/null
+++ b/misc/p5-LEGO-RCX/distinfo
@@ -0,0 +1 @@
+MD5 (LEGO-RCX-1.00.tar.gz) = b6b374e418229594a5f2026ba13013ed
diff --git a/misc/p5-LEGO-RCX/pkg-comment b/misc/p5-LEGO-RCX/pkg-comment
new file mode 100644
index 000000000000..8c5759944f40
--- /dev/null
+++ b/misc/p5-LEGO-RCX/pkg-comment
@@ -0,0 +1 @@
+Perl module for communicating with the Lego RCX brick via the IR tower
diff --git a/misc/p5-LEGO-RCX/pkg-descr b/misc/p5-LEGO-RCX/pkg-descr
new file mode 100644
index 000000000000..55bece184503
--- /dev/null
+++ b/misc/p5-LEGO-RCX/pkg-descr
@@ -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
diff --git a/misc/p5-LEGO-RCX/pkg-plist b/misc/p5-LEGO-RCX/pkg-plist
new file mode 100644
index 000000000000..106911122d78
--- /dev/null
+++ b/misc/p5-LEGO-RCX/pkg-plist
@@ -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