aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-07 07:40:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-07 07:40:52 +0000
commitd50f79295c90fd9257db6efbb391e8dbea443cc3 (patch)
treecfa50628da1874e868c06d6bfc03f7a9eb869267 /devel
parent4440bb00a691b49306776ca0e459205d727e70d3 (diff)
downloadports-d50f79295c90fd9257db6efbb391e8dbea443cc3.tar.gz
ports-d50f79295c90fd9257db6efbb391e8dbea443cc3.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/linxt/Makefile33
-rw-r--r--devel/linxt/distinfo3
-rw-r--r--devel/linxt/pkg-descr5
-rw-r--r--devel/linxt/pkg-message5
5 files changed, 0 insertions, 47 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 36345bb629b0..673fa737af2c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -778,7 +778,6 @@
SUBDIR += linux-sdl12
SUBDIR += linux_kdump
SUBDIR += linuxthreads
- SUBDIR += linxt
SUBDIR += lion
SUBDIR += llvm
SUBDIR += llvm-devel
diff --git a/devel/linxt/Makefile b/devel/linxt/Makefile
deleted file mode 100644
index ebe302e3f918..000000000000
--- a/devel/linxt/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: linxt
-# Date created: 2007-05-05
-# Whom: Jason Bacon <bacon@smithers.neuro.mcw.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linxt
-PORTVERSION= 0.1
-CATEGORIES= devel comms
-MASTER_SITES= SF \
- http://personalpages.tds.net/~jwbacon/Ports/distfiles/
-
-MAINTAINER= jwbacon@tds.net
-COMMENT= Perl script for controlling Lego NXT brick
-
-RUN_DEPENDS= ${SITE_PERL}/mach/Device/USB.pm:${PORTSDIR}/devel/p5-usb
-
-NO_BUILD= yes
-USE_PERL5= yes
-
-DEPRECATED= Use devel/roboctl instead.
-EXPIRATION_DATE= 2009-07-05
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/linxt ${PREFIX}/bin
- @${ECHO_CMD}
- @${CAT} pkg-message
- @${ECHO_CMD}
-
-PLIST_FILES= bin/linxt
-
-.include <bsd.port.mk>
diff --git a/devel/linxt/distinfo b/devel/linxt/distinfo
deleted file mode 100644
index 0b76bd460bab..000000000000
--- a/devel/linxt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (linxt-0.1.tar.gz) = 8c3567f1f385a91036c91fb23cd11114
-SHA256 (linxt-0.1.tar.gz) = 81a0e4db4f0dad65fb51ff36be8ee3933fd7af034eadca0b995f01a828182655
-SIZE (linxt-0.1.tar.gz) = 3225
diff --git a/devel/linxt/pkg-descr b/devel/linxt/pkg-descr
deleted file mode 100644
index 67013e362654..000000000000
--- a/devel/linxt/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The linxt Perl script is a Unix command line tool for communicating
-with the Lego Mindstorms Robotics NXT brick. It can be used to
-query the brick for information like firmware version, battery
-level, etc. and also to upload robotics programs compiled with
-NBC/NXC.
diff --git a/devel/linxt/pkg-message b/devel/linxt/pkg-message
deleted file mode 100644
index 57404054ae3b..000000000000
--- a/devel/linxt/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-Users of linxt must have write permissions on the USB devices associated
-with the NXT brick (e.g. dev/usb0* and dev/ugen0*). Using chmod will
-only affect these devices until they are detached. See etc/devfs.rules
-and etc/usbd.conf (also "man devfs.rules" and "man usbd.conf") for
-controlling USB device permissions when they are attached.