Port details |
- janet Functional embeddable lisp with C interop, & performant data types
- 1.36.0 lang =2 1.35.2Version of this port present on the latest quarterly branch.
- Maintainer: hsw@bitmark.com
- Port Added: 2019-05-23 19:20:02
- Last Update: 2024-10-03 07:22:34
- Commit Hash: b619ff0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://janet-lang.org/
- Description:
- Janet is a functional and imperative programming language and bytecode
interpreter. It is a modern lisp, but lists are replaced by other data
structures with better utility and performance (arrays, tables, structs,
tuples). The language also supports bridging to native code written in
C, meta-programming with macros, and bytecode assembly.
- ¦ ¦ ¦ ¦
- 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/janet/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/janet
- pkg install janet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: janet
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727763438
SHA256 (janet-lang-janet-v1.36.0_GH0.tar.gz) = 104aa500d4a43c2c147851823fd8b7cd06a90d01efcdff71529ff1fa68953bb4
SIZE (janet-lang-janet-v1.36.0_GH0.tar.gz) = 585199
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:
-
- meson : devel/meson
- ninja : devel/ninja
- This port is required by:
- for Build
-
- lang/jpm
- for Libraries
-
- emulators/tic-80
Configuration Options:
- No options to configure
- Options name:
- lang_janet
- USES:
- meson
- 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.36.0 03 Oct 2024 07:22:34 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
lang/janet: Update to 1.36.0
Differential Revision: https://reviews.freebsd.org/D46861 |
1.35.2 23 Jun 2024 19:52:30 |
Gleb Popov (arrowd) Author: Christopher Hall |
lang/janet: Update to version 1.35.2
Differential Revision: https://reviews.freebsd.org/D45620 |
1.32.0_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.32.0 17 Oct 2023 09:03:42 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
lang/janet: Update to 1.32.0
Differential Revision: https://reviews.freebsd.org/D42250 |
1.31.0 24 Sep 2023 14:19:14 |
Gleb Popov (arrowd) Author: Christopher Hall |
lang/janet: Update to 1.31.0
Differential Revision: https://reviews.freebsd.org/D41934 |
1.30.0 12 Aug 2023 10:03:12 |
Gleb Popov (arrowd) Author: Christopher Hall |
lang/janet: Update to 1.30.0
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D41420 |
1.29.1 22 Jun 2023 04:44:25 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
lang/janet: Update to 1.29.1
Differential Revision: https://reviews.freebsd.org/D40713 |
1.28.0 15 May 2023 07:48:37 |
Gleb Popov (arrowd) Author: Christopher Hall |
lang/janet: update to v1.28.0
Differential Revision: https://reviews.freebsd.org/D40101 |
1.27.0 12 Mar 2023 17:24:08 |
Gleb Popov (arrowd) Author: Christopher Hall |
lang/janet: update to 1.27
Differential Revision: https://reviews.freebsd.org/D38974
Reviewed by: arrowd |
1.26.0 09 Jan 2023 02:30:18 |
Li-Wen Hsu (lwhsu) Author: Christopher Hall |
lang/janet: Update to 1.26.0
Differential Revision: https://reviews.freebsd.org/D37984 |
1.25.1 31 Oct 2022 20:21:49 |
Kurt Jaeger (pi) Author: Christopher Hall |
lang/janet: update 1.21.2 -> 1.25.1, submitter becomes maintainer
Changelog: https://github.com/janet-lang/janet/releases
Review: https://reviews.freebsd.org/D37221 |
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.21.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 ) |
1.21.2 25 Aug 2022 21:16:21 |
Tobias Kortkamp (tobik) |
*: Return unused ports |
1.21.2 08 Apr 2022 10:46:01 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.21.2
https://github.com/janet-lang/janet/releases/tag/v1.21.0
https://github.com/janet-lang/janet/releases/tag/v1.21.1
https://github.com/janet-lang/janet/releases/tag/v1.21.2 |
1.20.0 29 Jan 2022 10:44:19 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.20.0
https://github.com/janet-lang/janet/releases/tag/v1.20.0 |
1.19.2 08 Dec 2021 11:40:35 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.19.2
Changes: https://github.com/janet-lang/janet/releases/tag/v1.19.2 |
1.19.1 06 Dec 2021 10:37:34 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.19.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.19.1 |
1.19.0 29 Nov 2021 16:19:10 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.19.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.19.0 |
1.18.1 19 Oct 2021 08:36:33 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.18.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.18.1 |
1.18.0 12 Oct 2021 15:01:36 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.18.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.18.0 |
1.17.2 19 Sep 2021 09:03:24 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.17.2
Changes: https://github.com/janet-lang/janet/releases/tag/v1.17.2 |
1.17.1 01 Sep 2021 19:01:35 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.17.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.17.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.17.1 |
1.16.1 14 Jun 2021 20:51:03 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.16.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.16.1 |
1.16.0 06 Jun 2021 08:08:59 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.16.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.16.0 |
1.15.5 27 Apr 2021 09:10:12 |
Tobias Kortkamp (tobik) |
lang/janet: Update to v1.15.5
Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.5 |
1.15.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.15.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.15.4 17 Mar 2021 07:33:04 |
tobik |
lang/janet: Update to v1.15.4
Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.4 |
1.15.3 01 Mar 2021 09:11:59 |
tobik |
lang/janet: Update to v1.15.3
Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.3 |
1.15.2 16 Feb 2021 09:04:38 |
tobik |
lang/janet: Update to v1.15.2
Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.2 |
1.15.0 09 Feb 2021 04:17:33 |
tobik |
lang/janet: Update to v1.15.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.0 |
1.14.2 24 Jan 2021 10:02:20 |
tobik |
lang/janet: Update to v1.14.2
Changes: https://github.com/janet-lang/janet/releases/tag/v1.14.2 |
1.14.1 19 Jan 2021 07:54:17 |
tobik |
lang/janet: Update to v1.14.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.14.1 |
1.13.1 18 Jan 2021 14:29:16 |
tobik |
lang/janet: Update to v1.13.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.13.1 |
1.12.2 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
1.12.2 24 Sep 2020 08:51:15 |
tobik |
lang/janet: Update to v1.12.2
Changes: https://github.com/janet-lang/janet/releases/tag/v1.12.2 |
1.12.1 07 Sep 2020 22:14:21 |
tobik |
lang/janet: Update to v1.12.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.12.1 |
1.12.0 07 Sep 2020 21:40:26 |
tobik |
lang/janet: Update to v1.12.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.12.0 |
1.11.3 04 Aug 2020 12:33:05 |
tobik |
lang/janet: Update to v1.11.3
Changes: https://github.com/janet-lang/janet/releases/tag/v1.11.3 |
1.11.1 27 Jul 2020 12:54:36 |
tobik |
lang/janet: Update to v1.11.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.11.1 |
1.11.0 19 Jul 2020 19:14:29 |
tobik |
lang/janet: Update to v1.11.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.11.0 |
1.10.1 19 Jun 2020 12:39:31 |
tobik |
lang/janet: Update to v1.10.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.10.1 |
1.10.0 14 Jun 2020 22:45:53 |
tobik |
lang/janet: Update to v1.10.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.10.0 |
1.9.1 18 May 2020 17:10:34 |
tobik |
lang/janet: Update to v1.9.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.9.1 |
1.9.0 11 May 2020 05:49:46 |
tobik |
lang/janet: Update to v1.9.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.9.0 |
1.8.1 01 Apr 2020 05:31:21 |
tobik |
lang/janet: Update to v1.8.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.8.1 |
1.8.0 30 Mar 2020 12:01:38 |
tobik |
lang/janet: Update to v1.8.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.8.0 |
1.7.0 02 Feb 2020 15:28:03 |
tobik |
lang/janet: Update to v1.7.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.7.0 |
1.6.0 23 Dec 2019 06:38:09 |
tobik |
lang/janet: Update to v1.6.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.6.0 |
1.5.1 17 Nov 2019 05:53:15 |
tobik |
lang/janet: Update to v1.5.1
Changes: https://github.com/janet-lang/janet/releases/tag/v1.5.1 |
1.5.0 11 Nov 2019 08:55:07 |
tobik |
lang/janet: Update to v1.5.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.5.0 |
1.4.0 15 Oct 2019 06:44:15 |
tobik |
lang/janet: Update to v1.4.0
Changes: https://github.com/janet-lang/janet/releases/tag/v1.4.0 |
1.3.1 15 Oct 2019 06:24:33 |
tobik |
lang/janet: Cosmetic changes
- Pet portfmt and portclippy |
1.3.1 27 Sep 2019 09:20:33 |
tobik |
lang/janet: Assign to myself
PR: 240748
Approved by: dch (maintainer) |
1.3.1 27 Sep 2019 08:31:19 |
dch |
lang/janet: update to 1.3.1
PR: 240748
Submitted by: tobik
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH |
1.3.0 14 Sep 2019 14:12:39 |
dch |
lang/janet: update to 1.3.0
PR: 240569
Submitted by: tobik
Approved by: jrm (mentor, implicit) |
1.2.0 26 Aug 2019 06:37:17 |
dch |
lang/janet: update to 1.2.0
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH |
1.1.0 24 Jul 2019 18:41:07 |
dch |
lang/janet: update to 1.1.0
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks GmbH |
0.5.0 23 May 2019 19:19:46 |
dch |
lang/janet: new port - functional embeddable lisp with performant data types
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D20379 |