Port details on branch 2025Q1 |
- lua-mode Minor mode for LUA
- 20210802_10 devel
=0 20210802_10Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2025-02-25 02:30:21
- Last Update: 2025-02-25 02:25:41
- Commit Hash: 7381060
- Also Listed In: elisp
- License: GPLv2+
- WWW:
- https://github.com/immerrr/lua-mode
- Description:
- lua-mode is an Emacs major mode for editing Lua files.
Main features:
- syntactic indentation & highlighting (incl. multiline literals/comments)
- evaluation of lines/regions/functions/files in Lua subprocess or direct
interaction with its REPL
- documentation lookup (using online/offline reference manual, e.g.
string.find
- imenu integration
- HideShow integration
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- lua-mode>0:devel/lua-mode
- To install the port:
- cd /usr/ports/devel/lua-mode/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-mode
- pkg install lua-mode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua-mode
- Package flavors (<flavor>: <package>)
- full: lua-mode
- canna: lua-mode-emacs_canna
- nox: lua-mode-emacs_nox
- wayland: lua-mode-emacs_wayland
- devel_full: lua-mode-emacs_devel
- devel_nox: lua-mode-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1653067134
SHA256 (immerrr-lua-mode-v20210802_GH0.tar.gz) = c00bca8a99427ea7696838837b45cf0093066e0c463c0c4048f3e413b2b7e0d9
SIZE (immerrr-lua-mode-v20210802_GH0.tar.gz) = 53708
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- emacs-30.1 : editors/emacs@full
- Runtime dependencies:
-
- emacs-30.1 : editors/emacs@full
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_lua-mode
- USES:
- emacs
- pkg-message:
- For install:
- You should add the following line to your ~/.emacs:
(autoload 'lua-mode "lua-mode" "Lua editing mode." t)
(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
(add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20210802_10 25 Feb 2025 02:25:41
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
Sponsored by: The FreeBSD Foundation |
Number of commits found: 1
|