Download and Install fish version 1.23.0 on Mac OS X
Wednesday the 23rd of July, 2008

    fish  most recent diff


      View the most recent changes for the fish port at: fish.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fish.
      The raw portfile for fish 1.23.0 is located here:
      http://fish.darwinports.com/dports/shells/fish/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fish
      Google
      Web Darwinports.com



      # $Id: Portfile 34201 2008-02-17 12:19:45Z eridius macports.org $

      PortSystem 1.0

      Name: fish
      Version: 1.23.0
      Category: shells
      Platform: darwin
      Maintainers: eridius macports.org openmaintainer
      Description: user friendly command line shell for UNIX-like operating systems
      Long Description: fish is a user friendly command line shell for UNIX-like operating systems like Darwin.

      Homepage: http://www.fishshell.org/
      master_sites http://www.fishshell.org/files/${version}/
      checksums md5 aa2f09bb54652b16bf4f7708848a7416 sha1 8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f
      use_bzip2 yes

      livecheck.check regex
      livecheck.regex fish-(.*?).tar.bz2

      depends_build bin:doxygen:doxygen
      depends_lib lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext

      configure.args --mandir=${prefix}/share/man --without-xsel

      platform darwin {
      # there's something wonky about the libiconv headers installed by
      # macports that prevents autoconf from detecting libiconv, so i
      # have to fake it. See
      # <http://permalink.gmane.org/gmane.comp.shells.fish.user/1217>
      # for details.
      pre-configure {
      reinplace "s|AC_SEARCH_LIBS( iconv_open|#AC_SEARCH_LIBS( iconv_open|g" "${worksrcpath}/configure.ac"
      }
      post-configure {
      reinplace "s|LDFLAGS = |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile"
      }
      }

      Variant: xsel description "enable xsel support, only appropriate for use within X11" {
      configure.args-delete --without-xsel
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/fish
      % sudo port install fish
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching fish
      ---> Verifying checksum for fish
      ---> Extracting fish
      ---> Configuring fish
      ---> Building fish with target all
      ---> Staging fish into destroot
      ---> Installing fish
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fish with these commands:
      %  man fish
      % apropos fish
      % which fish
      % locate fish

     Where to find more information:

    Darwin Ports



    image test