From owner-cvs-ports@FreeBSD.ORG Tue Oct 11 07:46:10 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 85ACA106567F; Tue, 11 Oct 2011 07:46:10 +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 7691E8FC13; Tue, 11 Oct 2011 07:46:10 +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 p9B7kAL7054073; Tue, 11 Oct 2011 07:46:10 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9B7kAJG054072; Tue, 11 Oct 2011 07:46:10 GMT (envelope-from wen) Message-Id: <201110110746.p9B7kAJG054072@repoman.freebsd.org> From: Wen Heping Date: Tue, 11 Oct 2011 07:46:10 +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/basic256 Makefile distinfo pkg-descr pkg-plist 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 07:46:10 -0000 wen 2011-10-11 07:46:10 UTC FreeBSD ports repository Modified files: lang/basic256 Makefile distinfo pkg-descr pkg-plist 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://www.basic256.org PR: ports/160367 Submitted by: Fernando Revision Changes Path 1.2 +0 -0 ports/lang/basic256/Makefile 1.2 +0 -0 ports/lang/basic256/distinfo 1.2 +0 -0 ports/lang/basic256/pkg-descr 1.2 +0 -0 ports/lang/basic256/pkg-plist