Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 21 Apr 2024 12:06:05
    |
Fernando Apesteguía (fernape)  Author: mew14930xvi |
lang/tcbasic: Update to 2.3.0
ChangeLog: https://github.com/tcort/tcbasic/releases/tag/v2.3.0
* Add FOR/NEXT loops
* Add integer division operator (\) and exponentiation operator (^)
* Add built-in functions: CLS, INT, SHELL, BEEP
* Allow spaces between GO and TO as well as GO and SUB.
* Allow mixed case keywords
* Improved error checking and reporting
* Switch from autotools build system to cmake build system
* Increase randomness of RANDOMIZE
* Documentation updates
PR: 278067
Reported by: mew14930xvi@inbox.lv
Approved by: linuxgeek@gmail.com (maintainer, timeout > 2 weeks) |
2.2.0_1 24 Feb 2024 16:32:22
    |
Muhammad Moinur Rahman (bofh)  |
lang/tcbasic: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 10 Sep 2017 13:43:09
  |
tobik  |
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) |
2.1.0 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.1.0 19 May 2015 15:38:51
  |
robak  |
lang/tcbasic: update 2.0.0 -> 2.1.0
- Update pkg-descr
PR: 200328
Submitted by: Thomas Cort <linuxgeek@gmail.com> (maintainer) |
2.0.0 19 Apr 2015 10:33:26
  |
antoine  |
Unbreak by using a regular (autogen'ed) tarball |
2.0.0 17 Apr 2015 21:01:44
  |
pawel  |
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.
The small size of the language make it easy to learn and master
while providing all of the building blocks needed to develop many
interesting programs. tcbasic runs on a variety of platforms and
aims to be as portable as possible.
WWW: https://github.com/tcort/tcbasic
PR: 197938
Submitted by: Thomas Cort <linuxgeek@gmail.com> |