| Port details |
- llama.el Compact syntax for short lambda in Emacs Lisp
- 1.0.5 devel
=0 1.0.5Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2025-02-01 07:21:57
- Last Update: 2026-06-24 18:56:12
- Commit Hash: 0643430
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/tarsius/llama
- Description:
- This package implements a macro named ##, which provides a compact way
to write short lambda expressions.
The signature of the macro is (## FN &rest BODY) and it expands to a
lambda expression, which calls the function FN with the arguments BODY
and returns the value of that. The arguments of the lambda expression
are derived from symbols found in BODY.
Each symbol from %1 through %9, which appears in an unquoted part of
BODY, specifies a mandatory argument. Each symbol from &1 through &9,
which appears in an unquoted part of BODY, specifies an optional
argument. The symbol &* specifies extra (&rest) arguments.
The shorter symbol % can be used instead of %1, but using both in the
same expression is not allowed. Likewise & can be used instead of
&1. These shorthands are not recognized in function position.
To support binding forms that use a vector as VARLIST (such as -let
from the dash package), argument symbols are also detected inside of
vectors.
¦ ¦ ¦ ¦ 
- 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:
-
- llama.el>0:devel/llama.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/llama.el/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/llama.el
- pkg install llama.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: llama.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782237621
SHA256 (tarsius-llama-v1.0.5_GH0.tar.gz) = 7194b803d05cc1b260fcae932b1884a06c61dc327a92d4986a1f91f35b08abdb
SIZE (tarsius-llama-v1.0.5_GH0.tar.gz) = 22517
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:
-
- emacs-30.2 : editors/emacs@nox
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- compat.el>=31.0 : misc/compat.el
- This port is required by:
- for Build
-
- devel/magit
- devel/transient
-
Deleted ports which required this port:
- for Run
-
- databases/closql
- devel/forge
- devel/ghub
- devel/magit
- devel/transient
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for llama.el-1.0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_llama.el
- USES:
- emacs:build gmake
- 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.0.5 24 Jun 2026 18:56:12
    |
Joseph Mingrone (jrm)  |
devel/llama.el: Update to 1.0.5
Also install elisp to a port-specific subdirectory of
${EMACS_SITE_LISPDIR}.
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation |
1.0.4 20 Apr 2026 03:11:02
    |
Joseph Mingrone (jrm)  |
devel/llama.el: Update to 1.0.4
Also, do not byte-compile Elisp since .elc files are no longer packaged.
This means we can remove BUILD_DEPENDS and MAKE_JOBS_UNSAFE.
Sponsored by: The FreeBSD Foundation |
1.0.3_1 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
1.0.3 01 Apr 2026 05:26:57
    |
Joseph Mingrone (jrm)  |
devel/llama.el: Take maintainership
Sponsored by: The FreeBSD Foundation |
1.0.3 20 Feb 2026 15:22:15
    |
Vanilla I. Shu (vanilla)  |
devel/llama.el: update to 1.0.3. |
1.0.2 30 Nov 2025 23:56:55
    |
Yasuhiro Kimura (yasu)  |
*/*: Return to pool
I'll be away from keyboard soon and am not sure if I will return. So
return all ports that I currently maintain to pool hoping new
volunteers take care of them. |
1.0.2 02 Nov 2025 05:18:31
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Update to 1.0.2
CommitLog: https://github.com/tarsius/llama/compare/v1.0.1...v1.0.2 |
1.0.1 02 Sep 2025 10:49:35
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Update to 1.0.1
CommitLog: https://github.com/tarsius/llama/compare/v1.0.0...v1.0.1 |
1.0.0_1 16 Aug 2025 00:42:54
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 30.2
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.
ChangLog: https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D51906 |
1.0.0 08 Jul 2025 02:22:31
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Update to 1.0.0
Changes: https://github.com/tarsius/llama/compare/v0.6.2...v1.0.0 |
0.6.2 19 Apr 2025 22:18:08
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Update to 0.6.2
Changes: https://github.com/tarsius/llama/compare/v0.6.0...v0.6.2 |
0.6.0_1 24 Feb 2025 21:44:48
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
Sponsored by: The FreeBSD Foundation |
0.6.0 06 Feb 2025 05:09:19
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Change value of MAKE_JOBS_UNSAFE to error message it fixes
Reported by: danfe
Fixes: 00c9d9985b24 devel/llama.el: Mark MAKE_JOBS_UNSAFE |
0.6.0 04 Feb 2025 09:55:38
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Mark MAKE_JOBS_UNSAFE
It seems parallel build may fail.
Reported by: pkg-fallout |
0.6.0 02 Feb 2025 03:35:41
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Update to 0.6.0
Changes: https://github.com/tarsius/llama/compare/v0.5.0...v0.6.0 |
0.5.0 01 Feb 2025 07:15:57
    |
Yasuhiro Kimura (yasu)  |
devel/llama.el: Add new port
Add devel/llama.el, compact syntax for short lambda in Emacs Lisp. |