Port details |
- sly-asdf SLY support for ASDF
- 0.2.0.20221119_5,1 editors =2 0.2.0.20221119_4,1Version 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: 2024-07-04 21:31:24
- Commit Hash: b946d41
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: GPLv3
- WWW:
- https://github.com/mmgeorge/sly-asdf
- Description:
- sly-asdf is an external contrib for SLY that enables specific support and
shortcuts for ASDF operations.
- ¦ ¦ ¦ ¦
- 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:
-
- 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
- wayland: sly-asdf-emacs_wayland
- devel_full: sly-asdf-emacs_devel
- devel_nox: sly-asdf-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1685099209
SHA256 (mmgeorge-sly-asdf-0.2.0-20221119-6f9d751469bb82530db1673c22e7437ca6c95f45_GH0.tar.gz) = 4f21b946892296de9b26022e2d7765f01215f983f89d0f4adf8418c34d1b4d6b
SIZE (mmgeorge-sly-asdf-0.2.0-20221119-6f9d751469bb82530db1673c22e7437ca6c95f45_GH0.tar.gz) = 42754
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-29.4 : editors/emacs@full
- Runtime dependencies:
-
- sly.el : editors/sly@full
- emacs-29.4 : editors/emacs@full
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sly-asdf-0.2.0.20221119_5,1:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0.20221119_5,1 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 |
0.2.0.20221119_4,1 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 |
0.2.0.20221119_3,1 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 |
0.2.0.20221119_2,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 |
0.2.0.20221119_1,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 ) |
0.2.0.20221119,1 29 May 2023 23:24:53 |
Robert Clausecker (fuz) Author: Olivier Certner |
editors/sly-asdf: Update to the latest version (0.2.0 + 1 one commit)
As the port seems to be using explicit versioning, switch to a "version-date"
scheme and bump PORTEPOCH.
Changes: A fix for query-replace across a system, a possible ECL fix, fix
jumping to source for errors.
Changelog: https://github.com/mmgeorge/sly-asdf/compare/bcaeba9b...6f9d7514
PR: 271654 |
20210308_11 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
20210308_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 |
20210308_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) |
20210308_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 ) |
20210308_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 |
20210308_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 |
20210308_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 |
20210308_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210308_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210308_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 |
20210308 19 Mar 2021 03:38:11 |
lwhsu |
editors/sly-*: Fix build for editors/sly with flavors
PR: 254383
Submitted by: Olivier Certner <olivier.freebsd@free.fr> (maintainer) |
20210308 16 Mar 2021 10:39:33 |
lwhsu |
Add editors/sly-asdf: SLY support for ASDF
PR: 254016
Submitted by: Olivier Certner <olivier.freebsd@free.fr> |