freebsd-ports/lang/basic256/pkg-descr
Ruslan Makhmatkhanov 7b27be9500 - update to 0.9.9.1
- add build dependencies on bison and flex

while here:
- trim Makefile header
- remove redundant tabs in Makefile
- use SF shortcut in MASTER_SITES
- remove indefinite article from COMMENT
- remove exclicit dependency on qmake, since it is already defined in USE_QT4
- change BUILD_DEPENDS usage to more common
- remove trailing whitespace in pkg-descr

PR:		172583
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Feature safe:	yes
2012-10-11 17:36:21 +00:00

11 lines
505 B
Text

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://www.basic256.org