Port details |
- sheldon Fast, configurable, shell plugin manager
- 0.8.0_1 shells =2 0.7.4_6Version of this port present on the latest quarterly branch.
- Maintainer: tagattie@FreeBSD.org
- Port Added: 2023-11-11 12:15:06
- Last Update: 2024-09-10 11:00:34
- Commit Hash: 89ab81d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 MIT
- WWW:
- https://sheldon.cli.rs/
- Description:
- Fast, configurable, shell plugin manager
Features
- Plugins from Git repositories.
* Branch / tag / commit support.
* Submodule support.
* First class support for GitHub repositories.
* First class support for Gists.
- Arbitrary remote scripts or binary plugins.
- Local plugins.
- Inline plugins.
- Highly configurable install methods using templates.
- Shell agnostic, with sensible defaults for Zsh.
- Super-fast plugin loading and parallel installation
- Config file using TOML syntax.
- Clean ~/.zshrc or ~/.bashrc (just add 1 line).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/shells/sheldon/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/sheldon
- pkg install sheldon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sheldon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724738362
SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
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:
-
- rust>=1.81.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libssh2.so : security/libssh2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sheldon-0.8.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- shells_sheldon
- USES:
- cargo localbase:ldflags ssl
- 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.8.0_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.8.0 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.8.0 27 Aug 2024 14:35:08 |
Hiroki Tagato (tagattie) |
shells/sheldon: update to 0.8.0
Changelog: https://github.com/rossmacarthur/sheldon/blob/0.8.0/RELEASES.md
Reported by: GitHub (watch releases) |
0.7.4_7 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.7.4_6 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.7.4_5 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.7.4_4 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.7.4_3 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.7.4_2 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.7.4_1 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.7.4 25 Nov 2023 02:54:38 |
Hiroki Tagato (tagattie) |
shells/sheldon: update to 0.7.4
While here, correct license combination.
Changelog: https://github.com/rossmacarthur/sheldon/blob/0.7.4/RELEASES.md
Reported by: GitHub (watch releases) |
0.7.3 11 Nov 2023 12:12:33 |
Hiroki Tagato (tagattie) |
shells/sheldon: add port: Fast, configurable, shell plugin manager
Fast, configurable, shell plugin manager
Features
- Plugins from Git repositories.
* Branch / tag / commit support.
* Submodule support.
* First class support for GitHub repositories.
* First class support for Gists.
- Arbitrary remote scripts or binary plugins.
- Local plugins.
- Inline plugins.
- Highly configurable install methods using templates.
- Shell agnostic, with sensible defaults for Zsh.
- Super-fast plugin loading and parallel installation
- Config file using TOML syntax.
- Clean ~/.zshrc or ~/.bashrc (just add 1 line).
WWW: https://sheldon.cli.rs/ |