From owner-cvs-ports@FreeBSD.ORG Tue Oct 11 06:50:56 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E56B31065670; Tue, 11 Oct 2011 06:50:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB3B58FC18; Tue, 11 Oct 2011 06:50:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9B6ouH4047819; Tue, 11 Oct 2011 06:50:56 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9B6ouYF047818; Tue, 11 Oct 2011 06:50:56 GMT (envelope-from wen) Message-Id: <201110110650.p9B6ouYF047818@repoman.freebsd.org> From: Wen Heping Date: Tue, 11 Oct 2011 06:50:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 06:50:57 -0000 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 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)