# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup fish-shell fish-shell 2.2.0 name fish license GPL-2 categories shells platforms darwin maintainers nomaintainer description A command line shell for the 90s long_description fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family homepage http://fishshell.com/ github.tarball_from releases distname ${name}-${version} checksums rmd160 1dd2103707fded8a3933de4b06fdd8c78f6a5197 \ sha256 a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a depends_build port:doxygen \ path:bin/dot:graphviz depends_lib port:libiconv \ port:ncurses \ port:gettext patchfiles patch-share_config_fish.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}/bin|g" "${worksrcpath}/share/config.fish" reinplace "s|DEF_VER=2.0.GIT|DEF_VER=${version}|" ${worksrcpath}/build_tools/git_version_gen.sh } notes " To set MacPorts' ${name} as default login shell, run: sudo chpass -s ${prefix}/bin/${name} \${USER} To be able to switch default shells to or from ${name} without superuser\ privileges, add it to /etc/shells: sudo sh -c 'echo ${prefix}/bin/${name} >> /etc/shells' For X clipboard integration, install the xsel port: sudo port install xsel "