Path to this page:
./
shells/fish,
User friendly command line shell for UNIX-like operating systems
Branch: pkgsrc-2017Q3,
Version: 2.6.0nb1,
Package name: fish-2.6.0nb1,
Maintainer: pkgsrc-usersfish is a user friendly command line shell for UNIX-like operating
systems, written mainly with interactive use in mind. It differs
from other shells in that it only provides as few commands as
built-ins as possible and has a daemon which allows it to have
shared variables and command-line history between shell instances.
It also features feature-rich tab-completion and has command-line
syntax highlighting.
Required to run:[
devel/gettext-tools] [
devel/ncurses] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 16f6612747f8013cd04b3639fe504d4750f363ca
RMD160: f12093fef235487b7c02c245cbbd600750fff874
Filesize: 3491.549 KB
Version history: (Expand)
- (2017-10-28) Updated to version: fish-2.6.0nb1
- (2017-09-29) Package added to pkgsrc.se, version fish-2.6.0 (created)
CVS history: (Expand)
2017-10-28 20:56:04 by S.P.Zeidler | Files touched by this commit (8) | |
Log message:
Pullup ticket #5588 - requested by maya
shells/fish: build fix
Revisions pulled up:
- shells/fish/Makefile 1.12
- shells/fish/distinfo 1.9
- shells/fish/patches/patch-configure.ac 1.1
- shells/fish/patches/patch-src_fallback.cpp 1.1
- shells/fish/patches/patch-src_fallback.h 1.1
- shells/fish/patches/patch-src_output.cpp 1.1
- shells/fish/patches/patch-src_output.h 1.1
- shells/fish/patches/patch-src_screen.cpp 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: maya
Date: Tue Oct 24 03:51:41 UTC 2017
Modified Files:
pkgsrc/shells/fish: Makefile distinfo
Added Files:
pkgsrc/shells/fish/patches: patch-configure.ac patch-src_fallback.cpp
patch-src_fallback.h patch-src_output.cpp patch-src_output.h
patch-src_screen.cpp
Log message:
fish: add patches from pkgsrc-wip reported to fix build with clang
force ncurses because auto-completion is broken with netbsd curses.
bump pkgrevision
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/fish/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/shells/fish/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/fish/patches/patch-configure.ac \
pkgsrc/shells/fish/patches/patch-src_fallback.cpp \
pkgsrc/shells/fish/patches/patch-src_fallback.h \
pkgsrc/shells/fish/patches/patch-src_output.cpp \
pkgsrc/shells/fish/patches/patch-src_output.h \
pkgsrc/shells/fish/patches/patch-src_screen.cpp
|