| Port details |
- cond-let Additional and improved binding conditionals in Emacs Lisp
- 0.2.1 devel
=0 0.2.0Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2025-09-09 16:15:07
- Last Update: 2026-01-18 02:57:24
- Commit Hash: 2f5f2a0
- 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 - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- cond-let>0:devel/cond-let
- 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
- Package flavors (<flavor>: <package>)
- full: cond-let
- canna: cond-let-emacs_canna
- nox: cond-let-emacs_nox
- wayland: cond-let-emacs_wayland
- devel_full: cond-let-emacs_devel
- devel_nox: cond-let-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1768704354
SHA256 (tarsius-cond-let-v0.2.1_GH0.tar.gz) = 0a0b12729c59faca045b611fe3625cb64ecd775d7bd9daee72c1e4876d450b7e
SIZE (tarsius-cond-let-v0.2.1_GH0.tar.gz) = 19829
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
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- emacs-30.2 : editors/emacs@full
- This port is required by:
- for Build
-
- databases/closql
- devel/forge
- devel/magit
- devel/transient
- for Run
-
- databases/closql
- devel/forge
- devel/magit
- devel/transient
Configuration Options:
- ===> The following configuration options are available for cond-let-0.2.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cond-let
- USES:
- emacs 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 |
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. |