summaryrefslogtreecommitdiff
path: root/lang/basic256 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 0.9.9.64Veniamin Gvozdikov2013-08-253-3/+19
| | | | | | | | | PR: ports/181094 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=325334
* - Update to 0.9.9.58Martin Wilke2013-04-263-28/+43
| | | | | | | | PR: 177891 Submitted by: Fernando <fernando.apesteguia@gmail.com> ( maintainer) Notes: svn path=/head/; revision=316570
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Update to 0.9.9.46Martin Wilke2013-02-134-56/+59
| | | | | | | | PR: 176076 Submitted by: maintainer Notes: svn path=/head/; revision=312139
* - Update to 0.9.9.38Alex Kozlov2013-01-253-1550/+1583
| | | | | | | | PR: ports/175548 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=310970
* - Update to 0.9.9.28Guido Falsi2013-01-204-127/+1447
| | | | | | | | PR: ports/175115 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=310723
* - Update to 0.9.9.17Bryan Drewery2012-11-284-7/+31
| | | | | | | | | PR: ports/173845 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307873
* Update to 0.9.9.13.Raphael Kubo da Costa2012-11-054-15/+9
| | | | | | | | | PR: ports/173401 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307033
* - update to 0.9.9.1Ruslan Makhmatkhanov2012-10-115-36/+45
| | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=305734
* - Update to to 0.6.69Guido Falsi2012-08-103-73/+78
| | | | | | | | | | | - Whitespace fix PR: ports/170504 Submitted by: Fernando <fernando.apesteguia@gmail.com> Approved by: crees (mentor) Notes: svn path=/head/; revision=302386
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix a typoWen Heping2011-10-111-1/+1
| | | | | | | Thanks to: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=283363
* BASIC-256 is an easy to use version of BASIC designed to teach anybodyWen Heping2011-10-116-0/+298
(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@gmail.com> Notes: svn path=/head/; revision=283355