| Port details |
- cond-let Additional and improved binding conditionals in Emacs Lisp
- 1.0.0 devel
=0 0.2.2Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2025-09-09 16:15:07
- Last Update: 2026-05-15 13:36:13
- Commit Hash: 91db926
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/tarsius/cond-let
- Description:
- Emacs provides the binding conditionals if-let, if-let*, when-let,
when-let*, and-let* and while-let.
This package implements the missing and-let and while-let*, and the
original cond-let, cond-let*, and$ and and>.
This package additionally provides more consistent and improved
implementations of the binding conditionals already provided by
Emacs. Merely loading this library does not shawow the built-in
implementations; this can optionally be done in the context of an
individual library, as described below.
cond-let and cond-let* are provided exactly under these names. The
names of all other macros implemented by this package begin with
cond-let--, the package's prefix for private symbol.
Users of this package are not expected to use these unwieldy
names. Instead one should use Emacs's shorthand feature to use all or
some of these macros by their conceptual names.
¦ ¦ ¦ ¦ 
- 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:
-
- cond-let>0:devel/cond-let
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/cond-let/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cond-let
- pkg install cond-let
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cond-let
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778363078
SHA256 (tarsius-cond-let-v1.0.0_GH0.tar.gz) = 2b876b84c6e2501da72c706bdd612cac423ca5c330f62310efff865fd41c31f5
SIZE (tarsius-cond-let-v1.0.0_GH0.tar.gz) = 19918
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@nox
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Build
-
- devel/magit
- devel/transient
- for Run
-
- databases/closql
- devel/forge
- devel/ghub
- devel/magit
- devel/transient
Configuration Options:
- ===> The following configuration options are available for cond-let-1.0.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cond-let
- USES:
- emacs:build gmake
- 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.0.0 15 May 2026 13:36:13
    |
Joseph Mingrone (jrm)  |
devel/cond-let: Update to 1.0.0
Sponsored by: The FreeBSD Foundation |
0.2.2_1 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 ) |
0.2.2 01 Apr 2026 05:26:56
    |
Joseph Mingrone (jrm)  |
devel/cond-let: Take maintainership
Sponsored by: The FreeBSD Foundation |
0.2.2 20 Feb 2026 15:22:14
    |
Vanilla I. Shu (vanilla)  |
devel/cond-let: update to 0.2.2. |
0.2.1 18 Jan 2026 02:57:24
    |
Vanilla I. Shu (vanilla)  |
devel/cond-let: update to 0.2.1. |
0.2.0 30 Nov 2025 23:56:55
    |
Yasuhiro Kimura (yasu)  |
*/*: Return to pool
I'll be away from keyboard soon and am not sure if I will return. So
return all ports that I currently maintain to pool hoping new
volunteers take care of them. |
0.2.0 02 Nov 2025 05:18:19
    |
Yasuhiro Kimura (yasu)  |
devel/cond-let: Update to 0.2.0
CommitLog: https://github.com/tarsius/cond-let/compare/v0.1.1...v0.2.0 |
0.1.1 09 Sep 2025 16:12:40
    |
Yasuhiro Kimura (yasu)  |
devel/cond-let: Add new port
Add cond-let, additional and improved binding conditionals in Emacs
Lisp. |