Gss version 0.1.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.1.1

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


      The gss Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      Name: gss
      Version: 0.1.1
      Category: security
      Maintainers: nomaintainer
      Description: GNU Generic Security Service Library
      Long Description: GSS is an implementation of the Generic Security Service Application Program Interface (GSS-API). GSS-API is used by network servers to provide security services, e.g., to authenticate SMTP/IMAP clients against SMTP/IMAP servers.

      Platform: darwin

      Homepage: http://www.gnu.org/software/gss/
      Master Sites: ftp://alpha.gnu.org/gnu/gss/ http://alpha.gnu.org/gnu/gss/
      Checksums: md5 31182f19c24d2020c199964013179833 sha1 34b69fe76de5c39ca0e0c2072030b67e83dbedc6 rmd160 4e49270fe2efefd33b6b1806afb68a4befc1887b

      depends_build port:pkgconfig

      depends_lib port:libiconv

      set docdir ${prefix}/share/doc/${name}-${version}

      configure.args --docdir=${docdir} --disable-kerberos5 --with-libiconv-prefix=${prefix} --disable-nls

      Variant: nls {
      depends_lib-append lib:libintl:gettext
      configure.args-delete --disable-nls
      configure.args-append --with-libintl-prefix=${prefix}
      }

      post-destroot {
      xinstall -m 0755 -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath}/doc gss.html gss.pdf gss.ps ${destroot}${docdir}
      }

      livecheck.type regex
      livecheck.url http://alpha.gnu.org/gnu/gss/
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${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/gss
      % sudo port install gss
      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 gss
      ---> Verifying checksum for gss
      ---> Extracting gss
      ---> Configuring gss
      ---> Building gss with target all
      ---> Staging gss into destroot
      ---> Installing gss
    - 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 gss with these commands:
      %  man gss
      % apropos gss
      % which gss
      % locate gss

     Where to find more information:

    Darwin Ports



    Lightbox this page.