Download and Install yaz version 3.0.36 on Mac OS X
Saturday the 22nd of November, 2008

    version 3.0.36

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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 40305 2008-09-29 01:29:44Z jmr macports.org $

      PortSystem 1.0

      Name: yaz
      Version: 3.0.36
      Category: net databases devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: toolkit for Z39.50/SRW/SRU clients and servers
      Long Description: YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively.

      Homepage: http://www.indexdata.dk/yaz/

      master_sites http://ftp.indexdata.dk/pub/yaz/
      checksums md5 e6aa0901bbd7eaa0a38e3d3650215c41 sha1 7166a9ec46411ed0ca1c71fd0fddbea2a32329fc rmd160 c0083c6eeab5def24a004609537d4267744ab802

      depends_build port:pkgconfig
      depends_lib port:gnutls port:icu port:libiconv port:libxml2 port:libxslt port:ncurses port:readline port:zlib

      configure.args --with-gnutls=${prefix} --with-iconv=${prefix} --with-icu=${prefix} --with-xml2=${prefix} --with-xslt=${prefix}
      use_parallel_build yes

      livecheck.check regex
      livecheck.url ${master_sites}?M=D
      livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"

    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/yaz
      % sudo port install yaz
      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 yaz
      ---> Verifying checksum for yaz
      ---> Extracting yaz
      ---> Configuring yaz
      ---> Building yaz with target all
      ---> Staging yaz into destroot
      ---> Installing yaz
    - 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 yaz with these commands:
      %  man yaz
      % apropos yaz
      % which yaz
      % locate yaz

     Where to find more information:

    Darwin Ports



    Lightbox this page.