Date: Tue, 11 Oct 2011 06:50:56 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/basic256 Makefile distinfo pkg-descr pkg-plist ports/lang/basic256/files patch-BASIC256.pro patch-RunController.cpp Message-ID: <201110110650.p9B6ouYF047818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2011-10-11 06:50:56 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/basic256 Makefile distinfo pkg-descr pkg-plist lang/basic256/files patch-BASIC256.pro patch-RunController.cpp Log: 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> Revision Changes Path 1.746 +1 -0 ports/lang/Makefile 1.1 +37 -0 ports/lang/basic256/Makefile (new) 1.1 +2 -0 ports/lang/basic256/distinfo (new) 1.1 +89 -0 ports/lang/basic256/files/patch-BASIC256.pro (new) 1.1 +11 -0 ports/lang/basic256/files/patch-RunController.cpp (new) 1.1 +11 -0 ports/lang/basic256/pkg-descr (new) 1.1 +148 -0 ports/lang/basic256/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110110650.p9B6ouYF047818>