Sign version 1.0.7 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 1.0.7

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


      The sign Portfile 30252 2007-10-23 02:19:43Z jmpp macports.org $

      PortSystem 1.0

      Name: sign
      Version: 1.0.7
      Category: security
      Platform: darwin
      Maintainers: nomaintainer
      Description: sign is a file signing and signature verification utility
      Long Description: ${description}

      Homepage: http://swapped.cc/sign/
      Master Sites: ${homepage}/files/
      Checksums: md5 f01c3f5dffc80d3ccd096d039e0c94f1

      depends_lib lib:libssl:openssl

      use_configure no

      destroot {
      xinstall -m 755 -s ${worksrcpath}/sign ${destroot}${prefix}/bin
      system "cd ${destroot}${prefix}/bin && ln -sf sign unsign"
      xinstall -m 644 ${worksrcpath}/man/sign.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.