notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
fennel Lisp that compiles to Lua
1.4.2 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.1Version of this port present on the latest quarterly branch.
Maintainer: jrm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-02-03 02:52:06
Last Update: 2024-03-28 22:29:22
Commit Hash: e202fa6
License: MIT
WWW:
https://fennel-lang.org/
Description:
Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system. - Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa. - Zero overhead: Compiled code should be just as or more efficient than hand-written Lua. - Compile-time macros: Ship compiled code with no runtime dependency on Fennel. - Embeddable: Fennel is a one-file library as well as an executable. Embed it in other programs to support runtime extensibility and interactive development. Anywhere you can run Lua code, you can run Fennel code.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/fennel-1.4.2/catalog.mk
  2. /usr/local/share/licenses/fennel-1.4.2/LICENSE
  3. /usr/local/share/licenses/fennel-1.4.2/MIT
  4. bin/fennel
  5. share/man/man1/fennel.1.gz
  6. share/man/man3/fennel-api.3.gz
  7. share/man/man5/fennel-reference.5.gz
  8. share/man/man7/fennel-tutorial.7.gz
  9. share/doc/fennel/CODE-OF-CONDUCT.md
  10. share/doc/fennel/CONTRIBUTING.md
  11. share/doc/fennel/README.md
  12. share/doc/fennel/api.md
  13. share/doc/fennel/changelog.md
  14. share/doc/fennel/from-clojure.md
  15. share/doc/fennel/lua-primer.md
  16. share/doc/fennel/macros.md
  17. share/doc/fennel/rationale.md
  18. share/doc/fennel/reference.md
  19. share/doc/fennel/release-checklist.md
  20. share/doc/fennel/security.md
  21. share/doc/fennel/setup.md
  22. share/doc/fennel/style.md
  23. share/doc/fennel/tutorial.md
  24. share/doc/fennel/values.md
  25. share/lua/5.4/fennel.lua
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • fennel>0:lang/fennel
To install the port:
cd /usr/ports/lang/fennel/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/fennel
  • pkg install fennel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fennel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1711634594 SHA256 (fennel-1.4.2.tar.gz) = d507e6a99d856c73ddef117ec8dddcb614d42a424b0dbb8f84a4487b63ecac4c SIZE (fennel-1.4.2.tar.gz) = 301195

Packages (timestamps in pop-ups are UTC):
fennel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.21.4.2-1.4.21.4.2---
FreeBSD:13:quarterly1.3.11.3.11.3.01.3.11.4.21.3.11.3.11.3.1
FreeBSD:14:latest1.4.01.4.21.2.11.4.01.4.21.3.0-1.3.0
FreeBSD:14:quarterly1.3.11.4.2-1.3.11.4.21.3.11.3.11.3.1
FreeBSD:15:latest1.4.01.4.2n/a1.3.1n/a1.3.11.3.11.4.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. lua54 : lang/lua54
Runtime dependencies:
  1. lua54 : lang/lua54
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fennel-1.4.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
lang_fennel
USES:
gmake lua:51+,build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.sr.ht/~technomancy/fennel/archive/1.4.2.tar.gz?dummy=/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.2
28 Mar 2024 22:29:22
commit hash: e202fa611899daabf0d2c694e7ad2590babcc415commit hash: e202fa611899daabf0d2c694e7ad2590babcc415commit hash: e202fa611899daabf0d2c694e7ad2590babcc415commit hash: e202fa611899daabf0d2c694e7ad2590babcc415 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.4.2 and fix test

Fix one test that was failing because it could only find lua executables
with a version in the filename if it was in the form luax.y (e.g.,
lua5.4), but not luaxy (e.g., lua54) as we have.

Changelog:	https://git.sr.ht/~technomancy/fennel/tree/1.4.2/item/changelog.md
Sponsored by:	The FreeBSD Foundation
1.4.0
18 Feb 2024 20:25:01
commit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efdcommit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efdcommit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efdcommit hash: 93f1f81a62aa347b15966e89e85d73692c4c7efd files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.4.0

Changelog:	https://git.sr.ht/~technomancy/fennel/tree/1.4.0/item/changelog.md#140--2023-12-01
Sponsored by:	The FreeBSD Foundation
1.3.1
08 Nov 2023 16:37:03
commit hash: d460504e18ec298646752eb13240079fcb8871eacommit hash: d460504e18ec298646752eb13240079fcb8871eacommit hash: d460504e18ec298646752eb13240079fcb8871eacommit hash: d460504e18ec298646752eb13240079fcb8871ea files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.3.1

Changes:	https://git.sr.ht/~technomancy/fennel/tree/1.3.1/item/changelog.md
Sponsored by:	The FreeBSD Foundation
1.3.0
18 May 2023 20:28:58
commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2commit hash: 0d13cc6dabb442a5fa209bd2c733dbf57457a6a2 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.3.0

Changes:	https://git.sr.ht/~technomancy/fennel/tree/1.3.0/item/changelog.md#130--2023-02-13
Sponsored by:	The FreeBSD Foundation
1.2.1
12 Dec 2022 19:58:44
commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8commit hash: 40b230a1d70f1339ed68444c0ecc7e883e34e1f8 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.2.1

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#121--2022-10-15

Sponsored by:	The FreeBSD Foundation
1.2.0
06 Oct 2022 21:39:18
commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103commit hash: 0e08ea9b05d2661fcf7b9921ad4e272de261a103 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.2.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#120--2022-08-27

Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.1.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.1.0
25 May 2022 16:10:15
commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422commit hash: c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.1.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#110--2022-04-09

Sponsored by:	The FreeBSD Foundation
1.0.0
21 Dec 2021 15:36:02
commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154commit hash: ae37f26f9e4294e96ee0ef62870d333251be1154 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 1.0.0

Port changes:
Respect upstream's default behavior and install the fennel script rather
than fennel-bin, the native binary.

Upstream changes:
https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#100--2021-11-14

Sponsored by:	The FreeBSD Foundation
0.10.0_1
20 Aug 2021 16:00:13
commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244commit hash: d27c45ee2fcacb59569c4011f91c4c045fb64244 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Also install fennel library
0.10.0
20 Aug 2021 14:46:36
commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616commit hash: 7c39f3c37bf21dd53f17e3e40174572358954616 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.10.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#0100--2021-08-07
0.9.2
04 Jun 2021 15:22:15
commit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347acommit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347acommit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347acommit hash: 2a868c0a0c0557af76e0bd7cc544023ffb76347a files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.9.2

https://git.sr.ht/~technomancy/fennel/tree/main/changelog.md#092--2021-05-02
https://git.sr.ht/~technomancy/fennel/tree/main/changelog.md#091--2021-04-10
0.9.0
09 Apr 2021 15:48:10
commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72commit hash: 63e5aeeb11f262e64f0a8a9396ffb629423dfe72 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
lang/fennel: Update to 0.9.0

https://lists.sr.ht/~technomancy/fennel/%3C87im4wv3li.fsf%40whirlwind%3E
0.8.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.8.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.8.1
09 Mar 2021 14:13:41
Revision:567933Original commit files touched by this commit
mat search for other commits by this committer
Remove occurrences of %%LUA_LIBDIR%%.

Differential Revision:	https://reviews.freebsd.org/D29138
0.8.1
17 Feb 2021 23:39:05
Revision:565827Original commit files touched by this commit
jbeich search for other commits by this committer
Unbreak fetch from git.sr.ht

GZIP compression ratio and Git footer have changed e.g.,

 method  crc     date  time    compressed uncompressed  ratio uncompressed_name
-defla 944caee6 Dec  7 21:15        12482        71680  82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20        12510        71680  82.5% scdoc-1.11.1.tar

 ---
-2.26.2
+2.30.0
0.8.1
03 Feb 2021 15:31:01
Revision:563894Original commit files touched by this commit
jrm search for other commits by this committer
lang/fennel: Update to version 0.8.1

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#081--2021-02-02
0.8.0
03 Feb 2021 02:25:32
Revision:563861Original commit files touched by this commit
jrm search for other commits by this committer
New port, lang/fennel: Lisp that compiles to Lua

WWW: https://fennel-lang.org/

Number of commits found: 20