Port details |
- tcbasic Small BASIC Interpreter written in C
- 2.3.0 lang
=3 2.3.0Version of this port present on the latest quarterly branch. - Maintainer: linuxgeek@gmail.com
 - Port Added: 2015-04-17 21:01:51
- Last Update: 2024-04-21 12:06:05
- Commit Hash: 5717dae
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv3
- WWW:
- https://github.com/tcort/tcbasic
- Description:
- 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
interesting programs. tcbasic runs on a variety of platforms and
aims to be as portable as possible.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/tcbasic/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/tcbasic
- pkg install tcbasic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcbasic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711889808
SHA256 (tcbasic-2.3.0.tar.gz) = db95f8bcc7c11c1597e3ccaf695ab85221400f18c9f20fcc5a7d949a4d23b657
SIZE (tcbasic-2.3.0.tar.gz) = 46450
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tcbasic-2.3.0:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_tcbasic
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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> |