Port details |
- sly Sylvester the Cat's Common Lisp IDE for Emacs
- 1.0.43.20240809 editors =3 1.0.43.20230624_4Version of this port present on the latest quarterly branch.
- Maintainer: olce.freebsd.ports@certner.fr
- Port Added: 2021-03-16 10:35:48
- Last Update: 2025-01-10 13:20:24
- Commit Hash: 97083d4
- People watching this port, also watch:: tauthon, libzim, kiwix-tools, sly-asdf, libkiwix
- Also Listed In: elisp
- License: PD
- WWW:
- https://github.com/joaotavora/sly
- Description:
- SLY is a fork of SLIME. We track its bugfixes, particularly to the
implementation backends. All SLIME's familiar features (debugger, inspector,
xref, etc...) are still available, with improved overall UX.
SLY's highlights are:
- A full-featured REPL based on Emacs's comint.el. Everything can be copied to
the REPL.
- Stickers, or live code annotations that record values as code traverses them.
- Flex-style completion out-of-the-box, using Emacs's completion API. Company,
Helm, and other supported natively, no plugin required.
- An interactive Trace Dialog.
- Cleanly ASDF-loaded by default, including contribs, enabled out-of-the-box.
- Multiple inspectors and multiple REPLs.
- "Presentations" replaced by interactive backreferences which highlight the
object and remain stable throughout the REPL session.
- Support for NAMED-READTABLES, macrostep.el and quicklisp.
- A portable, annotation-based stepper in early but functional prototype stage.
- ¦ ¦ ¦ ¦
- 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:
-
- To install the port:
- cd /usr/ports/editors/sly/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/sly
- pkg install sly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sly
- Package flavors (<flavor>: <package>)
- full: sly
- canna: sly-emacs_canna
- nox: sly-emacs_nox
- wayland: sly-emacs_wayland
- devel_full: sly-emacs_devel
- devel_nox: sly-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1736445917
SHA256 (joaotavora-sly-1.0.43-20240809-742355f7554ab6c46e5c1c9bdb89068f55359eaa_GH0.tar.gz) = ffa627a3f4740372e88990113a2af8178f7bce0771f36b35896f8018b34b6e5f
SIZE (joaotavora-sly-1.0.43-20240809-742355f7554ab6c46e5c1c9bdb89068f55359eaa_GH0.tar.gz) = 1841274
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:
-
- texinfo>=5.2 : print/texinfo
- emacs-29.4 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- tex.fmt : print/tex-formats
- dvips : print/tex-dvipsk
- Runtime dependencies:
-
- emacs-29.4 : editors/emacs@full
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- editors/sly-asdf
- editors/sly-named-readtables
- editors/sly-quicklisp
- for Run
-
- editors/sly-asdf
- editors/sly-named-readtables
- editors/sly-quicklisp
Configuration Options:
- ===> The following configuration options are available for sly-1.0.43.20240809:
DOCS=on: Build and/or install documentation
DOCS_PDF=on: Build PDF documentation (requires DOCS)
===> Use 'make config' to modify these settings
- Options name:
- editors_sly
- USES:
- emacs gmake tex
- pkg-message:
- For install:
- To enable autoloading of SLY, add this to some Emacs init file:
(require 'sly-autoloads)
You should specify some Lisp implementation. This works for both SLY and SLIME:
(setq inferior-lisp-program "path_to_your_lisp_binary")
SLY however has convenient specific variables for more complex
configurations. E.g.:
(setq sly-default-lisp 'sbcl
sly-lisp-implementations '((sbcl ("sbcl"))))
Please see their documentation.
Contribs in `sly-contribs' list are automatically loaded and enabled (and those
not in it are disabled) each time a new session is launched, or `sly-setup' is
called. If you define `sly-contribs' in some initialization file, be sure to
include sly-fancy in it (instead, you can add to the list using `add-to-list',
after the `require' above).
If you just want to immediately enable a contrib, you can instead use
`sly-enable-contrib', but be aware that the effect will be temporary. It will
last up to the next connection established or `sly-setup' call, unless you add
the contrib to `sly-contribs' in the meantime.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.43.20240809 10 Jan 2025 13:20:24 |
Olivier Certner (olce) |
editors/sly: Update to latest commit (dated 2024/08/09)
Updates:
- Prevent ‘C-h m’ from breaking in Sly debugger buffers.
- Unbreak odd non-SLY uses of slynk/indentation system.
- mrepl: Fix a bug on SBCL.
- Emit :company-kind in Sly's flex CAPF (allows completion frameworks to
show type icons).
- Make sly-simple-completions behave more like vanilla.
- Add option to control if we replace SLIME on load.
The SLY contribs in the ports tree have not been bumped as this new
version does not change the interface to them, so they don't need
recompilation.
This is a maintainer update (olce.freebsd.ports@certner.fr).
Sponsored by: The FreeBSD Foundation |
1.0.43.20230624_4 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
1.0.43.20230624_3 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
1.0.43.20230624_2 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
1.0.43.20230624_1 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
1.0.43.20230624 10 Sep 2023 16:13:05 |
Robert Clausecker (fuz) Author: Olivier Certner |
editors/sly: Update to latest commit (dated 2023/06/24)
Single tiny change, forward compatibility: Replace some for-long-obsolete
function call with a modern one.
PR: 273642 |
1.0.43.20230523_1 20 Aug 2023 00:53:11 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above ) |
1.0.43.20230523 29 May 2023 23:24:17 |
Robert Clausecker (fuz) Author: Olivier Certner |
editors/sly: Update to the latest commit (20230523)
Since no official version has been released since 1.0.43, update to the latest
commit (after some tests). Tweak the version number to avoid bumping PORTEPOCH.
Lots of small changes, including fixes and customization enhancements to the
REPL, adaptations for future Emacs version, a bunch of fixes for ABCL and clasp.
Changelog: https://github.com/joaotavora/sly/compare/eb67be96...e6bc13d9
PR: 271652 |
1.0.43_8 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.43_6 20 Dec 2022 15:59:26 |
Muhammad Moinur Rahman (bofh) |
*/*tex*: Fix USES=tex in some ports
During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.
Reported by: zirias |
1.0.43_6 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
1.0.43_5 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.0.43_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.43_4 07 Apr 2022 22:12:44 |
Joseph Mingrone (jrm) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
1.0.43_3 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
1.0.43_2 01 Oct 2021 22:55:27 |
Joseph Mingrone (jrm) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
1.0.43_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.43_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.43_1 26 Mar 2021 00:40:45 |
jrm |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
1.0.43 18 Mar 2021 16:12:45 |
lwhsu |
editors/sly: pet portscout
PR: 254383
Submitted by: Olivier Certner <olivier.freebsd@free.fr> (maintainer) |
1.0.43 16 Mar 2021 10:35:09 |
lwhsu |
Add editors/sly, Common Lisp IDE for Emacs
PR: 253991
Submitted by: Olivier Certner <olivier.freebsd@free.fr> |