aboutsummaryrefslogtreecommitdiff
path: root/lang/basic256/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Remove Ego-Lines from fernape's portsFernando Apesteguía2018-03-131-1/+0
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464438
* Update MAINTAINER to new FreeBSD.org accountFernando Apesteguía2018-03-121-1/+1
| | | | | | | | | | | Update MAINTAINER email address for Fernando Apesteguia from fernando.apesteguia@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464275
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update to version 1.1.4.0Pawel Pekala2014-11-071-3/+2
| | | | | | | | PR: 194844 Submitted by: maintainer Notes: svn path=/head/; revision=372303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to upstream version 1.1.3.0Thomas Zander2014-08-241-2/+3
| | | | | | | | | | | - Add LICENSE PR: 192745 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=365967
* - 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