Summary: | New port: lang/nbc NBC is a programming language for the LEGO MINDSTORMS NXT product | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan "Rambius" Ivanov <rambiusparkisanius> | ||||||
Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Ivan "Rambius" Ivanov
2007-09-11 03:50:01 UTC
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 :) |