Version: 3.0.0, Package name: fish-3.0.0 |
Maintained by: Aaron Bieber |
Master sites: |
Description fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required. |
Filesize: 6320.696 KB |
Version History (View Complete History) |
|
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2019-01-22 17:53:06 by Aaron Bieber | Files touched by this commit (16) |
Log message: Bump fish to 3.0.0. All the patches are now upstream. Changes here: https://github.com/fish-shell/fish-shell/releases/tag/3.0.0 OK rsadowski |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-08 16:49:23 by Aaron Bieber | Files touched by this commit (3) |
Log message: Fix for clang-6. This patch is already upstream: https://github.com/fish-shell/fish-shell/pull/4685 ship it! jca@ |
2018-04-08 16:49:23 by Aaron Bieber | Files touched by this commit (3) |
Log message: Fix for clang-6. This patch is already upstream: https://github.com/fish-shell/fish-shell/pull/4685 ship it! jca@ |
2018-04-08 16:49:23 by Aaron Bieber | Files touched by this commit (3) |
Log message: Fix for clang-6. This patch is already upstream: https://github.com/fish-shell/fish-shell/pull/4685 ship it! jca@ |
2018-03-05 06:50:39 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update to the latest. No more crashing when tab-completing fish_*! OK rsadowski@ |
2018-03-05 06:50:39 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update to the latest. No more crashing when tab-completing fish_*! OK rsadowski@ |
2017-12-28 12:57:22 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Needs a C++11 compiler |