./lang/basic256, BASIC language with traditional control structures

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 0.9.6.71nb22, Package name: basic256-0.9.6.71nb22, Maintainer: pkgsrc-users

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.


Required to run:
[x11/qt4-libs] [audio/espeak] [audio/SDL_mixer]

Required to build:
[x11/xf86driproto] [x11/xextproto] [x11/xf86vidmodeproto] [x11/inputproto] [x11/fixesproto4] [x11/xproto] [x11/damageproto] [x11/qt4-tools] [x11/renderproto] [x11/dri2proto] [x11/randrproto] [x11/glproto] [pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

SHA1: 3a8ee26230d5b14b5f325c3b6e0db511534d785f
RMD160: 1edd4a2eb153eb9712f8b33e1ff2a64ebf1ba883
Filesize: 7738.439 KB

Version history: (Expand)


CVS history: (Expand)


   2017-06-21 20:55:38 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5485 - requested by sevan
lang/basic256: bugfix

Revisions pulled up:
- lang/basic256/distinfo                                        1.7
- lang/basic256/patches/patch-Interpreter.cpp                   1.3

---
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Sat Jun 17 19:42:58 UTC 2017

   Modified Files:
           pkgsrc/lang/basic256: distinfo
           pkgsrc/lang/basic256/patches: patch-Interpreter.cpp

   Log message:
   Fix portability.