cvs commit: ports/lang Makefile ports/lang/basic256 Makefile distinfo pkg-descr pkg-plist ports/lang/basic256/files patch-BASIC256.pro patch-RunController.cpp

Wen Heping wen at FreeBSD.org
Tue Oct 11 06:50:57 UTC 2011


wen         2011-10-11 06:50:56 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/basic256        Makefile distinfo pkg-descr pkg-plist 
    lang/basic256/files  patch-BASIC256.pro 
                         patch-RunController.cpp 
  Log:
  BASIC-256 is an easy to use version of BASIC designed to teach anybody
  (especially middle and high-school students) the basics of computer
  programming.
  
  It uses traditional control structures like gosub, for/next, and goto,
  which helps kids easily see how program flow-control works. It has a
  built-in graphics mode which lets them draw pictures on screen in
  minutes, and a set of detailed, easy-to-follow tutorials that
  introduce programming concepts through fun exercises.
  
  WWW: http://http://www.basic256.org
  
  PR:             ports/160367
  Submitted by:   Fernando <fernando.apesteguia at gmail.com>
  
  Revision  Changes    Path
  1.746     +1 -0      ports/lang/Makefile
  1.1       +37 -0     ports/lang/basic256/Makefile (new)
  1.1       +2 -0      ports/lang/basic256/distinfo (new)
  1.1       +89 -0     ports/lang/basic256/files/patch-BASIC256.pro (new)
  1.1       +11 -0     ports/lang/basic256/files/patch-RunController.cpp (new)
  1.1       +11 -0     ports/lang/basic256/pkg-descr (new)
  1.1       +148 -0    ports/lang/basic256/pkg-plist (new)


More information about the cvs-ports mailing list