| Port details |
- orderless.el Emacs completion style that matches multiple regexps in any order
- 1.7 editors
=0 1.6Version of this port present on the latest quarterly branch. - Maintainer: patmaddox@FreeBSD.org
 - Port Added: 2025-11-17 05:06:11
- Last Update: 2026-07-18 03:30:40
- Commit Hash: 0cc43d1
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/oantolin/orderless
- Description:
- This package provides an orderless completion style that divides the
pattern into space-separated components, and matches candidates that
match all of the components in any order. Each component can match in
any one of several ways: literally, as a regexp, as an initialism, in
the flex style, or as multiple word prefixes. By default, regexp and
literal matches are enabled.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- orderless.el>0:editors/orderless.el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/editors/orderless.el/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/orderless.el
- pkg install orderless.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: orderless.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783677613
SHA256 (oantolin-orderless-1.7_GH0.tar.gz) = 5b6d24c8a863073d1922908e6f2f9a92bad73bee8fb2c2a813ea1fc64d3eb5c7
SIZE (oantolin-orderless-1.7_GH0.tar.gz) = 36722
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- compat.el>=31.0.0.0 : misc/compat.el
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for orderless.el-1.7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_orderless.el
- USES:
- emacs
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.7 18 Jul 2026 03:30:40
    |
Pat Maddox (patmaddox)  |
editors/orderless.el: Update to 1.7
Changelog: https://github.com/oantolin/orderless/releases/tag/1.7
Approved by: dch (mentor)
Closes: https://github.com/freebsd/freebsd-ports/pull/560 |
1.6 27 Apr 2026 00:01:06
    |
Robert Clausecker (fuz)  Author: Pat Maddox |
editors/orderless.el: Update 1.5 => 1.6
Changelog: https://github.com/oantolin/orderless/releases/tag/1.6
PR: 292979
Event: Wiesbaden Hackathon 202604 |
1.5_2 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
1.5_1 17 Nov 2025 04:38:28
    |
Joseph Mingrone (jrm)  |
editors/orderless.el: Install byte-compiled elisp
While here, use DISTVERSION instead of PORTVERSION.
Sponsored by: The FreeBSD Foundation |
1.5 17 Nov 2025 04:38:26
    |
Joseph Mingrone (jrm)  Author: Pat Maddox |
editors/orderless.el: Completion style that matches multiple regexps
This package provides an orderless completion style that divides the
pattern into space-separated components, and matches candidates that
match all of the components in any order. Each component can match in
any one of several ways: literally, as a regexp, as an initialism, in
the flex style, or as multiple word prefixes. By default, regexp and
literal matches are enabled.
WWW: https://github.com/oantolin/orderless
PR: 290541 |