Bug 116036 - New port: devel/legoctl Lego Mindstorms control software
Summary: New port: devel/legoctl Lego Mindstorms control software
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 02:10 UTC by Jason Bacon
Modified: 2007-09-07 01:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.84 KB, text/plain)
2007-09-03 02:10 UTC, Jason Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bacon 2007-09-03 02:10:01 UTC
	Legoctl is a library and program for communicating with Lego
	Mindstorms robotic controllers.  It is used to upload programs,
	check status, run programs, etc.  It is an alternative to linxt,
	but written entirely in C. It is meant to be used in conjunction with 
	NBC/NXC or some other programming language for Lego robotics.
Comment 1 Jason Bacon 2007-09-05 20:43:04 UTC
Minor update:

diff -ruN legoctl/distinfo /home/bacon/Prog/Ports/ports/devel/legoctl/distinfo
--- legoctl/distinfo    Sun Sep  2 19:48:42 2007
+++ /home/bacon/Prog/Ports/ports/devel/legoctl/distinfo Wed Sep  5 14:41:06 
2007
@@ -1,3 +1,3 @@
-MD5 (legoctl-0.2.tar.gz) = fa00e0ed4ba9be735564cc8c46321d36
-SHA256 (legoctl-0.2.tar.gz) = 
a67fc9a6f123386a6d6e0e873fe2bda6124b6aee4b48173b0293843bacd470b6
+MD5 (legoctl-0.2.tar.gz) = dcd405458eec542e0d7770ffe2b89f7d
+SHA256 (legoctl-0.2.tar.gz) = 
5d3a775b3988cbcc1793cdcf22eb94afee7a55865e37bc9d9a086c78f674a5e0
 SIZE (legoctl-0.2.tar.gz) = 15678
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 01:30:57 UTC
miwi        2007-09-07 00:30:46 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/legoctl        Makefile distinfo pkg-descr 
  Log:
  Legoctl is a library and program for communicating with Lego
  Mindstorms robotic controllers. It is used to upload programs,
  check status, run programs, etc. It is an alternative to linxt,
  but written entirely in C. It is meant to be used in conjunction with
  NBC/NXC or some other programming language for Lego robotics.
  
  WWW:    http://personalpages.tds.net/~jwbacon/Ports
  
  PR:             ports/116036
  Submitted by:   Jason Bacon <jwbacon at tds.net>
  
  Revision  Changes    Path
  1.2863    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/legoctl/Makefile (new)
  1.1       +3 -0      ports/devel/legoctl/distinfo (new)
  1.1       +3 -0      ports/devel/legoctl/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-09-07 01:31:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!