| Port details |
- trealla-prolog Compact, efficient Prolog interpreter written in plain-old C
- 2.90.9 lang
=0 2.68.20Version of this port present on the latest quarterly branch. - Maintainer: siva@FreeBSD.org
 - Port Added: 2025-04-22 07:06:05
- Last Update: 2026-02-12 21:14:31
- Commit Hash: 5eafbe4
- License: MIT
- WWW:
- https://github.com/trealla-prolog/trealla/
- Description:
- A compact, efficient Prolog interpreter with ISO Prolog aspirations.
MIT licensed
Integers & Rationals are unbounded
Atoms are UTF-8 of unlimited length
The default double-quoted representation is *chars* list
Strings & slices are super-efficient (especially with mmap'd files)
REPL with history
Runs on Linux, Android, FreeBSD, macOS, and WebAssembly (WASI) & Go
API for calling from C (or by using WASM from Go & JS)
Foreign function interface (FFI) for calling out to user code
Access SQLITE databases using builtin module (uses FFI)
Concurrency via tasks / linda / futures / engines (generators)
Pre-emptive multi-threading
Blackboarding primitives
...
FFIs for GNU Scientific Library (GSL), SQLite, Raylib
Delimited continuations ##EXPERIMENTAL##
Rational trees ##EXPERIMENTAL##
CLP(Z) ##EXPERIMENTAL##
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- trealla-prolog>0:lang/trealla-prolog
- To install the port:
- cd /usr/ports/lang/trealla-prolog/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/trealla-prolog
- pkg install trealla-prolog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: trealla-prolog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1770761904
SHA256 (trealla-prolog-trealla-v2.90.9_GH0.tar.gz) = aa3290bbfd3e2b06af5e88a6fe8003d753d637f13d9830131e04762d97a1a58b
SIZE (trealla-prolog-trealla-v2.90.9_GH0.tar.gz) = 622056
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:
-
- xxd : sysutils/xxd
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libffi.so : devel/libffi
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for trealla-prolog-2.90.9:
FFI=on: FFI support
READLINE=on: GNU readline support
SSL=on: SSL support
THREADS=on: Preemptive multithreading support
===> Use 'make config' to modify these settings
- Options name:
- lang_trealla-prolog
- USES:
- gmake readline 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 |
2.90.9 12 Feb 2026 21:14:31
    |
Siva Mahadevan (siva)  |
lang/trealla-prolog: update to 2.90.9
Approved by: lwhsu (mentor, implicitly)
Sponsored by: The FreeBSD Foundation |
2.68.20 24 Jan 2026 20:53:08
    |
Siva Mahadevan (siva)  |
*/*: update my maintainer email address
Approved by: lwhsu (mentor)
Signed-off-by: Siva Mahadevan <siva@FreeBSD.org>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54860 |
2.68.20 22 Apr 2025 06:38:49
    |
Wen Heping (wen)  Author: Siva Mahadevan |
lang/trealla-prolog: New port
A compact, efficient Prolog interpreter with ISO Prolog aspirations.
MIT licensed
Integers & Rationals are unbounded
Atoms are UTF-8 of unlimited length
The default double-quoted representation is *chars* list
Strings & slices are super-efficient (especially with mmap'd files)
REPL with history
Runs on Linux, Android, FreeBSD, macOS, and WebAssembly (WASI) & Go
API for calling from C (or by using WASM from Go & JS)
Foreign function interface (FFI) for calling out to user code
Access SQLITE databases using builtin module (uses FFI)
Concurrency via tasks / linda / futures / engines (generators)
Pre-emptive multi-threading
Blackboarding primitives
...
FFIs for GNU Scientific Library (GSL), SQLite, Raylib
Delimited continuations ##EXPERIMENTAL##
Rational trees ##EXPERIMENTAL##
CLP(Z) ##EXPERIMENTAL##
PR: 286272
Reported by: Siva Mahadevan <me@svmhdvn.name> |