aboutsummaryrefslogtreecommitdiff
path: root/lang/basic256/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* lang/basic256: update to 1.1.2.6William Grzybowski2014-06-241-2/+3
| | | | | | | | PR: 191340 (based on) Submitted by: maintainer Notes: svn path=/head/; revision=359097
* Update to version 1.1.0.0Pawel Pekala2014-02-221-5/+4
| | | | | | | | PR: ports/186849 Submitted by: maintainer Notes: svn path=/head/; revision=345627
* - Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PROMax Brazhnikov2013-11-281-3/+2
| | | | | | | - Use NO_WRKSUBDIR while I'm here Notes: svn path=/head/; revision=335118
* - Use QMAKE_PRO instead of do-configureDanilo Egea Gondolfo2013-11-281-4/+1
| | | | | | | | PR: ports/184333 Suggested by: madpilot Notes: svn path=/head/; revision=335115
* - Add the do-configure targetDanilo Egea Gondolfo2013-11-281-0/+4
| | | | | | | | PR: ports/184333 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=335111
* Clean-up after conversion to USES=qmake:Max Brazhnikov2013-11-231-5/+3
| | | | | | | | | | - Adjust USE_QT4 - Remove no longer needed HAS_CONFIGURE and QMAKE_PRO Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334682
* - Update to 1.0.0.0Guido Falsi2013-11-191-7/+6
| | | | | | | | | | | | | - Convert to USES qmake and dos2unix - Convert to staging - Use LOCALBASE instead of hardconding /usr/local. - Fix build on 10 and head with new libc++ PR: ports/183933 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=334360
* 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-251-1/+3
| | | | | | | | | 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-261-1/+1
| | | | | | | | 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-131-1/+1
| | | | | | | | PR: 176076 Submitted by: maintainer Notes: svn path=/head/; revision=312139
* - Update to 0.9.9.38Alex Kozlov2013-01-251-1/+1
| | | | | | | | 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-201-1/+1
| | | | | | | | 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-281-1/+1
| | | | | | | | | 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-051-1/+1
| | | | | | | | | 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-111-24/+19
| | | | | | | | | | | | | | | | | | | | - 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-101-3/+2
| | | | | | | | | | | - 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
* BASIC-256 is an easy to use version of BASIC designed to teach anybodyWen Heping2011-10-111-0/+37
(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