NBC is the programming language for Lego Mindstorm NXT robot and lang/nbc port contains a compiler for it. The official home page of this compiler is http://bricxcc.sourceforge.net/nbc/ and I will be the maintainer of its FreeBSD port. Fix: I am attaching the output of shar `find nbc` as described in the Porter's Handbook Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it.
Responsible Changed From-To: alepulver->freebsd-ports-bugs Leave PR (no time).
Responsible Changed From-To: freebsd-ports-bugs->acm Take
I would like to submit a patch for the shar archive above. Please apply it after you unpack the shar file. The patch has been created with diff -ruN command.
acm 2008-05-16 15:05:26 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/nbc Makefile distinfo pkg-descr lang/nbc/files pkg-message.in Log: New port: lang/nbc NBC (Next Byte Codes) is a programming language for the LEGO MINDSTORMS NXT product. NBC's syntax is based on assembler programming langauges, so experienced assembler programmers (or just about any programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NBC is relatively easy to learn. WWW: http://bricxcc.sourceforge.net/nbc/ PR: 116274 Submitted by: Ivan "Rambius" Ivanov <rambiusparkisanius_ at __gmail.com> Revision Changes Path 1.588 +1 -0 ports/lang/Makefile 1.1 +62 -0 ports/lang/nbc/Makefile (new) 1.1 +3 -0 ports/lang/nbc/distinfo (new) 1.1 +6 -0 ports/lang/nbc/files/pkg-message.in (new) 1.1 +7 -0 ports/lang/nbc/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"
State Changed From-To: open->closed - Committed with few modifications, thanks :)