diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-05-19 15:38:50 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-05-19 15:38:50 +0000 |
commit | c51ffcec8eb55ed36aab205baa5b3ecc3aa8a872 (patch) | |
tree | 46bae45e1cb3b9fe9b630894f95aa35263126026 /lang/tcbasic | |
parent | d43e6b722fb2cffed9e5801db00b2d276099121a (diff) | |
download | ports-c51ffcec8eb55ed36aab205baa5b3ecc3aa8a872.tar.gz ports-c51ffcec8eb55ed36aab205baa5b3ecc3aa8a872.zip |
Notes
Diffstat (limited to 'lang/tcbasic')
-rw-r--r-- | lang/tcbasic/Makefile | 2 | ||||
-rw-r--r-- | lang/tcbasic/distinfo | 4 | ||||
-rw-r--r-- | lang/tcbasic/pkg-descr | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/tcbasic/Makefile b/lang/tcbasic/Makefile index 2650d6eead50..573ae2030f31 100644 --- a/lang/tcbasic/Makefile +++ b/lang/tcbasic/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tcbasic -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= lang MASTER_SITES= https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/lang/tcbasic/distinfo b/lang/tcbasic/distinfo index 4a4bd4d1e92e..654202d1701c 100644 --- a/lang/tcbasic/distinfo +++ b/lang/tcbasic/distinfo @@ -1,2 +1,2 @@ -SHA256 (tcbasic-2.0.0.tar.gz) = 708743d2ac6d3f8e2297e63250ef4d8c0ba7ba76b12cc01676d05a14c8d7c2c3 -SIZE (tcbasic-2.0.0.tar.gz) = 110760 +SHA256 (tcbasic-2.1.0.tar.gz) = 00b1535237cb7fdea30acbed063cca3b82df221ce5d1b69104ae4dbc7d7ea194 +SIZE (tcbasic-2.1.0.tar.gz) = 119570 diff --git a/lang/tcbasic/pkg-descr b/lang/tcbasic/pkg-descr index 85f112b78045..237f1b6558cb 100644 --- a/lang/tcbasic/pkg-descr +++ b/lang/tcbasic/pkg-descr @@ -1,8 +1,9 @@ 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, and RUN. Integer -arithmetic is supported, and strings may be PRINTed. A built-in -RND(n) function provides random numbers. +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. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many |