Bug 116274

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 Flags
file.shar
none
nbc.diff none

Description Ivan "Rambius" Ivanov 2007-09-11 03:50:01 UTC
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:
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-01 18:37:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2007-10-21 18:57:14 UTC
Responsible Changed
From-To: alepulver->freebsd-ports-bugs

Leave PR (no time).
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2007-12-18 17:00:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Take
Comment 4 iivanov 2008-01-23 06:47:07 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-05-16 16:05:35 UTC
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"
Comment 6 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2008-05-16 16:07:50 UTC
State Changed
From-To: open->closed

- Committed with few modifications, thanks :)