Port details |
- sly-asdf SLY support for ASDF
- 20210308_4 editors
=0 Version of this port present on the latest quarterly branch. - Maintainer: olce.freebsd.ports@certner.fr
 - Port Added: 2021-03-16 10:40:11
- Last Update: 2022-04-07 22:12:44
- Commit Hash: d9dcd9c
- Also Listed In: elisp
- License: GPLv3
- Description:
- sly-asdf is an external contrib for SLY that enables specific support and
shortcuts for ASDF operations.
WWW: https://github.com/mmgeorge/sly-asdf
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- sly-asdf>0:editors/sly-asdf
- To install the port:
- cd /usr/ports/editors/sly-asdf/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/sly-asdf
- pkg install sly-asdf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sly-asdf
- Package flavors (<flavor>: <package>)
- full: sly-asdf
- canna: sly-asdf-emacs_canna
- nox: sly-asdf-emacs_nox
- devel_full: sly-asdf-emacs_devel
- devel_nox: sly-asdf-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1615760525
SHA256 (mmgeorge-sly-asdf-20210308-bcaeba9b73b582ae1c4fadc23c71ee7e38d9a64e_GH0.tar.gz) = c23141f2c9a0dfff9a6452c7753f2c3d236ef0b36c5b1c967f61b898a3ab4ed7
SIZE (mmgeorge-sly-asdf-20210308-bcaeba9b73b582ae1c4fadc23c71ee7e38d9a64e_GH0.tar.gz) = 42843
- 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:
-
- sly.el : editors/sly@full
- emacs-28.1 : editors/emacs@full
- Runtime dependencies:
-
- sly.el : editors/sly@full
- emacs-28.1 : editors/emacs@full
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for sly-asdf-20210308_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_sly-asdf
- USES:
- emacs
- pkg-message:
- For install:
- To use the sly-asdf contrib, you must:
1. Register sly-asdf into SLY. You just have to add this line to some init
file:
(require 'sly-asdf)
Doing this is not strictly necessary if you want to automatically activate
this contrib using `sly-contribs' (see below), but it never hurts.
This contrib's automatic activation at load was disabled, contrary to what
upstream does.
2. Ensure that ASDF is loaded by your Common Lisp implementation.
If you want sly-asdf to be automatically activated on each new SLY
session, put it in the `sly-contribs' list. E.g., you can add something like
this in some Emacs' init file:
(setq sly-contribs '(sly-fancy sly-asdf))
or customize the variable.
To enable it on demand in already running SLY sessions instead, just use the
`sly-enable-contrib' command, or modify `sly-contribs' and run `sly-setup'.
NOTE: The experimental Flymake code has been elided from this port (it requires
dependencies that are not in ports currently).
- Master Sites:
|