Download and Install gss version 0.0.22 on Mac OS X
Wednesday the 9th of July, 2008

    gss  most recent diff


      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.0.22 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
      Google
      Web Darwinports.com



      # $Id: Portfile 30908 2007-11-10 23:07:44Z simon macports.org $

      PortSystem 1.0
      Name: gss
      Version: 0.0.22
      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.
      Homepage: http://www.gnu.org/software/gss/
      Platform: darwin

      master_sites ftp://alpha.gnu.org/gnu/${name} http://josefsson.org/${name}/releases
      checksums md5 e296992cc7fca764c1f32c3adffa089e sha1 c1c48172efb1b088e388f5bf1d3a2392dbc80490 sha224 02245aa5e9b8a85de10540aa30cd28b42db21e972e364fd919823c95

      depends_lib lib:libiconv:libiconv

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

      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man --docdir=${docdir} --disable-kerberos5 --with-libiconv-prefix=${prefix} --disable-nls

      Variant: nls description {Add NLS support} {
      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.check regex
      livecheck.url http://josefsson.org/gss/releases/?M=D
      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



    image test