summaryrefslogtreecommitdiff
path: root/lang/basic256
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Add forgotten patch.joerg1-0/+13
2015-06-10Explicitly use local array type. Fix deletes on arrays. Bump revision.joerg3-6/+43
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2015-04-06Revbump after updating textproc/icuadam1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-05-04Avoid overlap with std::mutex with C++11 STL.joerg3-1/+32
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-10Update to 0.9.6.71ryoon2-7/+6
Changelog: 2011-08-08 j.m.reneau <renejm@users.sourceforge.net> 0.9.6.68 * added TEXTWIDTH statement to return width of a string i the current font before output to the graphics area 2011-08-07 j.m.reneau <renejm@users.sourceforge.net> 0.9.6.67 * added -r option to command line to switch UI to run only mode
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-04-13fix typo in SUBST_MESSAGEsdholland1-3/+3
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2012-01-04Missing openssl dep, should fix linux builddholland1-1/+3
2011-11-23Set COMMENT.ryoon1-2/+2
Thank you, marino@.
2011-11-23Import basic256-0.9.6.66 as lang/basic256ryoon4-0/+197
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.