Port details |
- fth Forth interpreter and extension library
- 1.4.2_1 lang =2 1.4.2_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-01-26 22:50:04
- Last Update: 2024-03-09 20:01:28
- Commit Hash: 2534dd6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/fth/
- Description:
- Fth is a Forth language interpreter. It includes the interpreter itself, fth,
and the extension library libfth. You can write Forth scripts and interpret them
with the interpreter fth, or you can link libfth into an application to use it
as extension language.
- ¦ ¦ ¦ ¦
- 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/fth/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/fth
- pkg install fth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fth
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1664765414
SHA256 (fth-1.4.2.tar.bz2) = ce685f7878df3b6b4f4ac974966d06f1b01e6fb63b3ce8368949b6468680fefd
SIZE (fth-1.4.2.tar.bz2) = 703231
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libtecla.so : devel/libtecla
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fth-1.4.2_1:
TECLA=on: Use tecla command-line editing
===> Use 'make config' to modify these settings
- Options name:
- lang_fth
- USES:
- gmake tar:bz2 ssl
- 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 |
1.4.2_1 09 Mar 2024 20:01:28 |
Nuno Teixeira (eduardo) |
lang/fth: Move man pages to share/man
Approved by: portmgr (blanket) |
1.4.2 03 Oct 2022 04:23:16 |
Yuri Victorovich (yuri) |
lang/fth: Update 1.4.1 -> 1.4.2
Reported by: portscout |
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) |
1.4.1 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 ) |
1.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 26 Jan 2020 06:41:18 |
yuri |
lang/fth: Update 1.3.9 -> 1.4.1
The undefined type BIGNUM problem seems to be resolved.
Reported by: portscout |
1.3.9 10 Nov 2019 07:45:17 |
yuri |
lang/fth: Update 1.3.8 -> 1.3.9
Reported by: portscout |
1.3.8 04 Apr 2019 05:41:16 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.3.8 26 Jan 2018 22:49:51 |
yuri |
New port: lang/fth: Forth interpreter and extension library
fth will be used as a dependency of audio/snd. audio/snd uses
forth as one of its extension languages, along with ruby and
scheme's S7 implementation.
Approved by: tcberner (mentor)
Differential Revision: D13887 |