freebsd-ports/shells/Makefile
Lewis Cook 71dc8f40a9 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
2023-06-14 15:33:06 +01:00

69 lines
1.5 KiB
Makefile

COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += anongitssh
SUBDIR += antibody
SUBDIR += ast-ksh
SUBDIR += atuin
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bashc
SUBDIR += bicon
SUBDIR += bosh
SUBDIR += ch
SUBDIR += dash
SUBDIR += elvish
SUBDIR += envy
SUBDIR += es
SUBDIR += etsh
SUBDIR += fd
SUBDIR += fish
SUBDIR += git-prompt.zsh
SUBDIR += heirloom-sh
SUBDIR += ibsh
SUBDIR += ion
SUBDIR += jailkit
SUBDIR += klish
SUBDIR += ksh
SUBDIR += ksh-devel
SUBDIR += ksh93
SUBDIR += mksh
SUBDIR += modernish
SUBDIR += murex
SUBDIR += nologinmsg
SUBDIR += nsh
SUBDIR += nushell
SUBDIR += ohmyzsh
SUBDIR += oksh
SUBDIR += p5-Bash-Completion
SUBDIR += p5-Shell-Perl
SUBDIR += p5-Term-Bash-Completion-Generator
SUBDIR += p5-Term-ShellUI
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
SUBDIR += psh
SUBDIR += rc
SUBDIR += rubygem-shellwords
SUBDIR += rush
SUBDIR += sash
SUBDIR += scponly
SUBDIR += shell-hist
SUBDIR += shellharden
SUBDIR += starship
SUBDIR += switchBashZsh
SUBDIR += tcshrc
SUBDIR += v7sh
SUBDIR += viewglob
SUBDIR += vshnu
SUBDIR += wcd
SUBDIR += xonsh
SUBDIR += yash
SUBDIR += zsh
SUBDIR += zsh-antigen
SUBDIR += zsh-autosuggestions
SUBDIR += zsh-completions
SUBDIR += zsh-navigation-tools
SUBDIR += zsh-syntax-highlighting
.include <bsd.port.subdir.mk>