Port details |
- murex Shell designed for greater commandline productivity and safer shell scripts
- 5.1.2210 shells
=0 5.0.9310Version of this port present on the latest quarterly branch. - Maintainer: lcook@FreeBSD.org
 - Port Added: 2023-06-14 14:36:04
- Last Update: 2023-11-15 20:48:16
- Commit Hash: 7d96b15
- 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 - 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 = 1700078316
SHA256 (lmorg-murex-v5.1.2210_GH0.tar.gz) = df32c34138b4fc03ca03339ac3061488e87507cf96fe1aad625f876d27091284
SIZE (lmorg-murex-v5.1.2210_GH0.tar.gz) = 1935116
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:
-
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for murex-5.1.2210:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.2210 15 Nov 2023 20:48:16
    |
Lewis Cook (lcook)  |
shells/murex: Update to 5.1.2210
Changes: https://github.com/lmorg/murex/releases/tag/v5.1.2210 |
5.0.9310 17 Sep 2023 13:40:54
    |
Lewis Cook (lcook)  |
shells/murex: Update to 5.0.9310
Changes: https://github.com/lmorg/murex/releases/tag/v5.0.9310 |
4.4.9500_1 08 Sep 2023 14:34:56
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go* update |
4.4.9500 19 Aug 2023 18:51:32
    |
Lewis Cook (lcook)  |
shells/murex: Update to 4.4.9500
Changes: https://github.com/lmorg/murex/releases/tag/v4.4.9500 |
4.2.5110_1 04 Aug 2023 14:24:50
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
4.2.5110 28 Jun 2023 17:19:17
    |
Lewis Cook (lcook)  |
shells/murex: Update to 4.2.5110
Changes: https://github.com/lmorg/murex/releases/tag/v4.2.5110 |
4.1.7300 14 Jun 2023 14:33:06
    |
Lewis Cook (lcook)  |
shells/murex: Add new port
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.
WWW: https://murex.rocks |