| Port details |
- llama.el Compact syntax for short lambda in Emacs Lisp
- 1.0.2 devel
=0 1.0.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2025-02-01 07:21:57
- Last Update: 2025-11-30 23:56:55
- Commit Hash: f12c037
- 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 - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- llama.el>0:devel/llama.el
- 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
- Package flavors (<flavor>: <package>)
- full: llama.el
- canna: llama.el-emacs_canna
- nox: llama.el-emacs_nox
- wayland: llama.el-emacs_wayland
- devel_full: llama.el-emacs_devel
- devel_nox: llama.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1762058826
SHA256 (tarsius-llama-v1.0.2_GH0.tar.gz) = 2d983a629ee4e175ec0eb10bb671d7f0e38fd5ffce2b681c84e61ae71cd66fbf
SIZE (tarsius-llama-v1.0.2_GH0.tar.gz) = 22433
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:
-
- compat.el>=30.1.0.0 : misc/compat.el@full
- emacs-30.2 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- compat.el>=30.1.0.0 : misc/compat.el@full
- emacs-30.2 : editors/emacs@full
- This port is required by:
- for Build
-
- devel/forge
- devel/ghub
- devel/magit
-
Deleted ports which required this port:
- for Run
-
- devel/forge
- devel/ghub
- devel/magit
-
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.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_llama.el
- USES:
- emacs gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|