Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2017 13:43:09 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449572 - head/lang/tcbasic
Message-ID:  <201709101343.v8ADh9gF032405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Sep 10 13:43:09 2017
New Revision: 449572
URL: https://svnweb.freebsd.org/changeset/ports/449572

Log:
  lang/tcbasic: Update to 2.2.0
  
  Changes:	https://github.com/tcort/tcbasic/releases/tag/v2.2.0
  PR:		222192
  Submitted by:	Thomas Cort <linuxgeek@gmail.com> (maintainer)

Modified:
  head/lang/tcbasic/Makefile
  head/lang/tcbasic/distinfo
  head/lang/tcbasic/pkg-descr

Modified: head/lang/tcbasic/Makefile
==============================================================================
--- head/lang/tcbasic/Makefile	Sun Sep 10 13:19:34 2017	(r449571)
+++ head/lang/tcbasic/Makefile	Sun Sep 10 13:43:09 2017	(r449572)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tcbasic
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
 

Modified: head/lang/tcbasic/distinfo
==============================================================================
--- head/lang/tcbasic/distinfo	Sun Sep 10 13:19:34 2017	(r449571)
+++ head/lang/tcbasic/distinfo	Sun Sep 10 13:43:09 2017	(r449572)
@@ -1,2 +1,3 @@
-SHA256 (tcbasic-2.1.0.tar.gz) = 00b1535237cb7fdea30acbed063cca3b82df221ce5d1b69104ae4dbc7d7ea194
-SIZE (tcbasic-2.1.0.tar.gz) = 119570
+TIMESTAMP = 1505046706
+SHA256 (tcbasic-2.2.0.tar.gz) = 0fd87000f5c192ead1d02a2169e46eb6316660e89113ab3e901426e585a0054b
+SIZE (tcbasic-2.2.0.tar.gz) = 135017

Modified: head/lang/tcbasic/pkg-descr
==============================================================================
--- head/lang/tcbasic/pkg-descr	Sun Sep 10 13:19:34 2017	(r449571)
+++ head/lang/tcbasic/pkg-descr	Sun Sep 10 13:43:09 2017	(r449572)
@@ -1,9 +1,7 @@
-tcbasic implements a small subset of BASIC known as Tiny BASIC.
-It provides the following statements and commands: INPUT, PRINT,
-LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, RUN, and STOP.
-Integer and floating point arithmetic is supported, and strings
-may be PRINTed. The following built-in functions are provided:
-SIN, COS, TAN, COT, ATN, EXP, LOG, ABS, SQR, RND.
+tcbasic implements a small subset of BASIC known as Tiny BASIC
+with added support for floating point numbers and many of the
+built-in mathematical functions in Dartmouth BASIC. It supports
+basic I/O, flow control, subroutines, and debug tracing.
 
 The small size of the language make it easy to learn and master
 while providing all of the building blocks needed to develop many



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101343.v8ADh9gF032405>