Port details on branch 2024Q2 |
- murex Shell designed for greater commandline productivity and safer shell scripts
- 6.0.1000_3 shells
=0 6.0.1000_3Version of this port present on the latest quarterly branch. - Maintainer: lcook@FreeBSD.org
 - Port Added: 2024-04-15 08:39:30
- Last Update: 2024-06-15 09:57:50
- Commit Hash: aa2919f
- License: GPLv2
- WWW:
- https://murex.rocks
- Description:
- Murex is a shell, like bash / zsh / fish / etc however Murex
supports improved features and an enhanced UX.
A non-exhaustive list features would include:
* Support for additional type information in pipelines, which can
be used for complex data formats like JSON or tables. Meaning
all of your existing UNIX tools to work more intelligently and
without any additional configuration.
* Usability improvements such as in-line spell checking, context
sensitive hint text that details a commands behavior before you
hit return, and auto-parsing man pages for auto-completions on
commands that don't have auto-completions already defined.
* Smarter handling of errors and debugging tools. For example
try/catch blocks, line numbers included in error messages,
STDOUT highlighted in red and script testing and debugging
frameworks baked into the language itself.
¦ ¦ ¦ ¦ 
- 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:
-
- To install the port:
- cd /usr/ports/shells/murex/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/murex
- pkg install murex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: murex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712441714
SHA256 (lmorg-murex-v6.0.1000_GH0.tar.gz) = 82c54d54a75b5a3f29d88d006a7614f61cb6464ffe78784f5f1e97cd6c6937dd
SIZE (lmorg-murex-v6.0.1000_GH0.tar.gz) = 3271152
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:
-
- go121 : lang/go121
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for murex-6.0.1000_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- shells_murex
- USES:
- go:modules
- pkg-message:
- For install:
- For inline spellchecking install the aspell package.
Depending on your language, you may optionally want to
install an accompanying language dictionary, such as
en-aspell.
For further information, visit
https://murex.rocks/docs/user-guide/spellcheck.html
- Master Sites:
|