Port details |
- murex Shell designed for greater commandline productivity and safer shell scripts
- 6.0.1000_5 shells =2 6.0.1000_3Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2023-06-14 14:36:04
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 = 1712441714
SHA256 (lmorg-murex-v6.0.1000_GH0.tar.gz) = 82c54d54a75b5a3f29d88d006a7614f61cb6464ffe78784f5f1e97cd6c6937dd
SIZE (lmorg-murex-v6.0.1000_GH0.tar.gz) = 3271152
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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_5:
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 |
6.0.1000_5 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
6.0.1000_4 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
6.0.1000_3 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.0.1000_2 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.0.1000_1 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
6.0.1000 06 Apr 2024 22:29:37 |
Lewis Cook (lcook) |
shells/murex: Update to 6.0.1000
Changes: https://github.com/lmorg/murex/releases/tag/v6.0.1000 |
5.1.2210_3 24 Mar 2024 14:29:00 |
Muhammad Moinur Rahman (bofh) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
5.1.2210_2 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
5.1.2210_1 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
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 |