Port details |
- tlci Tiny Lambda Calculus interpreter
- 0.1.0.2_1 misc =2 0.1.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: nsonack@outlook.com
- Port Added: 2020-09-15 19:59:02
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://gitlab.com/herrhotzenplotz/tlci
- Description:
- The tiny lambda calculus interpreter is a portable interpreter
for an untyped lambda calculus in C99.
- ¦ ¦ ¦ ¦
- 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/misc/tlci/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/tlci
- pkg install tlci
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tlci
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617891575
SHA256 (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = a22c075eff73cec57a0be753b9d51cc3e5dc5fc174cc890520eb20b4697761ab
SIZE (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = 18418
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_tlci
- 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 |
0.1.0.2_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.1.0.2_1 15 Mar 2024 19:32:11 |
Christian Weisgerber (naddy) |
misc/tlci: Move man pages to share/man
Approved by: portmgr (blanket) |
0.1.0.2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.1.0.2 11 Jun 2023 19:16:23 |
Muhammad Moinur Rahman (bofh) |
misc/tlci: Fix build with llvm15
Approved by: portmgr (blanket) |
0.1.0.2 15 Oct 2022 09:42:01 |
Daniel Engberg (diizzy) |
misc/tlci: Remove MASTER_SITES definition
MASTER_SITES is not used when USE_GITLAB is defined
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) |
0.1.0.2 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 ) |
0.1.0.2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.1.0.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.0.2 15 Sep 2020 19:58:54 |
lwhsu |
Add misc/tlci: Tiny lambda calculus interpreter in C99
PR: 249344
Submitted by: Nico Sonack <nsonack@outlook.com> |