1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Max Brazhnikov
847ccb389f - Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO
- Use NO_WRKSUBDIR while I'm here
2013-11-28 18:16:33 +00:00
Danilo Egea Gondolfo
c3066fd961 - Use QMAKE_PRO instead of do-configure
PR:		ports/184333
Suggested by:	madpilot
2013-11-28 17:52:42 +00:00
Danilo Egea Gondolfo
a01b966ddd - Add the do-configure target
PR:		ports/184333
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-11-28 17:42:53 +00:00
Max Brazhnikov
e396a93563 Clean-up after conversion to USES=qmake:
- Adjust USE_QT4
- Remove no longer needed HAS_CONFIGURE and QMAKE_PRO

Approved by:	portmgr (blanket approval)
2013-11-23 16:52:29 +00:00
Guido Falsi
f153879e96 - Update to 1.0.0.0
- 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)
2013-11-19 22:39:50 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Veniamin Gvozdikov
dbf6979911 - Update to 0.9.9.64
PR:		ports/181094
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	eadler (mentor)
2013-08-25 09:14:39 +00:00
Martin Wilke
e5d313c75b - Update to 0.9.9.58
PR:		177891
Submitted by:	Fernando <fernando.apesteguia@gmail.com> ( maintainer)
2013-04-26 06:31:53 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
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
2013-03-08 11:32:11 +00:00
Martin Wilke
05fe16aeba - Update to 0.9.9.46
PR:		176076
Submitted by:	maintainer
2013-02-13 01:16:39 +00:00
Alex Kozlov
3e84edccd0 - Update to 0.9.9.38
PR:	ports/175548
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-25 09:23:50 +00:00
Guido Falsi
8b4ac366cc - Update to 0.9.9.28
PR:		ports/175115
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-20 23:38:13 +00:00
Bryan Drewery
4029e261dc - Update to 0.9.9.17
PR:		ports/173845
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2012-11-28 02:04:36 +00:00
Raphael Kubo da Costa
07c079837d Update to 0.9.9.13.
PR:		ports/173401
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:   yes
2012-11-05 21:27:06 +00:00
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
Guido Falsi
f3f9d75be8 - Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
2012-08-10 12:28:23 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Wen Heping
90b196ae38 - Fix a typo
Thanks to:	Lars Engels <lars.engels@0x20.net>
2011-10-11 07:49:44 +00:00
Wen Heping
5fc33229f8 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@gmail.com>
2011-10-11 06:50:56 +00:00