View | Details | Raw Unified | Return to bug 200328
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	tcbasic
3
PORTNAME=	tcbasic
4
PORTVERSION=	2.0.0
4
PORTVERSION=	2.1.0
5
CATEGORIES=	lang
5
CATEGORIES=	lang
6
MASTER_SITES=	https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
7
7
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tcbasic-2.0.0.tar.gz) = 708743d2ac6d3f8e2297e63250ef4d8c0ba7ba76b12cc01676d05a14c8d7c2c3
1
SHA256 (tcbasic-2.1.0.tar.gz) = 00b1535237cb7fdea30acbed063cca3b82df221ce5d1b69104ae4dbc7d7ea194
2
SIZE (tcbasic-2.0.0.tar.gz) = 110760
2
SIZE (tcbasic-2.1.0.tar.gz) = 119570
(-)pkg-descr (-3 / +4 lines)
Lines 1-8 Link Here
1
tcbasic implements a small subset of BASIC known as Tiny BASIC.
1
tcbasic implements a small subset of BASIC known as Tiny BASIC.
2
It provides the following statements and commands: INPUT, PRINT,
2
It provides the following statements and commands: INPUT, PRINT,
3
LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, and RUN. Integer
3
LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, RUN, and STOP. 
4
arithmetic is supported, and strings may be PRINTed. A built-in
4
Integer and floating point arithmetic is supported, and strings
5
RND(n) function provides random numbers.
5
may be PRINTed. The following built-in functions are provided:
6
SIN, COS, TAN, COT, ATN, EXP, LOG, ABS, SQR, RND.
6
7
7
The small size of the language make it easy to learn and master
8
The small size of the language make it easy to learn and master
8
while providing all of the building blocks needed to develop many
9
while providing all of the building blocks needed to develop many

Return to bug 200328