| Port details |
- orderless.el Emacs completion style that matches multiple regexps in any order
- 1.5_1 editors
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: pat@patmaddox.com
 - Port Added: 2025-11-17 05:06:11
- Last Update: 2025-11-17 04:38:28
- Commit Hash: 55b9440
- 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 - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- orderless.el>0:editors/orderless.el
- 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
- Package flavors (<flavor>: <package>)
- full: orderless.el
- canna: orderless.el-emacs_canna
- nox: orderless.el-emacs_nox
- wayland: orderless.el-emacs_wayland
- devel_full: orderless.el-emacs_devel
- devel_nox: orderless.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1761351261
SHA256 (oantolin-orderless-1.5_GH0.tar.gz) = ff2f556d4b95f02d4fa71de5c2cf70eef381867238225b396d362ddbf2e414a4
SIZE (oantolin-orderless-1.5_GH0.tar.gz) = 36422
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:
-
- emacs-30.2 : editors/emacs@full
- Runtime dependencies:
-
- compat.el>=30.1.0.0 : misc/compat.el@full
- emacs-30.2 : editors/emacs@full
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for orderless.el-1.5_1:
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:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
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 |
Number of commits found: 2
|