Fbopenssl version 0.0.4 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    fbopenssl  most recent diff


    version 0.0.4

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


      The fbopenssl Portfile 30224 2007-10-22 22:49:14Z jmpp macports.org $

      PortSystem 1.0
      Name: fbopenssl
      Version: 0.0.4
      Category: devel
      Maintainers: nomaintainer
      Description: SPNEGO library
      Long Description: fbopenssl is a library of extensions to OpenSSL to support SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism).
      Homepage: http://modgssapache.sourceforge.net/
      Platform: darwin
      Master Sites: sourceforge:modgssapache
      Checksums: sha1 3fd9a08670ded86f60106d0d583655bca15aea9a

      depends_lib port:openssl

      worksrcdir ${name}

      Patch Files:

      post-patch {
      reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile
      }

      use_configure no

      build.args CFG=release OPENSSLDIR=${prefix}

      destroot {
      xinstall ${worksrcpath}/[exec uname]-release/libfbopenssl.a ${destroot}${prefix}/lib
      xinstall ${worksrcpath}/[exec uname]-release/libfbopenssl.dylib ${destroot}${prefix}/lib
      }

      platform darwin {
      patchfiles-append patch-Makefile
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.