Download and Install tinyca version 0.6.7 on Mac OS X
Thursday the 3rd of July, 2008

    tinyca  most recent diff


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



      # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping macports.org $
      PortSystem 1.0

      Name: tinyca
      Version: 0.6.7
      Category: security net
      Maintainers: landonf macports.org
      Description: GUI Certificate Authority tool.
      Long Description: TinyCA is a simple graphical user interface for managing a small CA (Certification Authority). TinyCA works as a frontend for openssl
      Platform: darwin
      Homepage: http://tinyca.sm-zone.net/
      master_sites ${homepage}
      checksums md5 4fdf13c00ea8d83b0ecf4e8256292a4d
      depends_lib bin:XXX:openssl bin:XXX:zip port:gettext port:p5-gtk-perl port:p5-gnome port:p5-locale-gettext

      patchfiles patch-tinyca

      use_configure no

      build.dir ${worksrcpath}/po
      build.target ""

      post-patch {
      reinplace s| SHARE |${prefix}/share|g ${worksrcpath}/tinyca
      reinplace s| OPENSSL |${prefix}/bin/openssl|g ${worksrcpath}/tinyca
      reinplace s| ZIP |${prefix}/bin/zip|g ${worksrcpath}/tinyca
      reinplace s|/usr/bin/perl|${prefix}/bin/perl|g ${worksrcpath}/tinyca
      }

      destroot {
      set sharedir ${destroot}${prefix}/share/tinyca
      file mkdir ${sharedir}
      file copy -force ${worksrcpath}/tinyca ${destroot}${prefix}/bin/
      file copy -force ${worksrcpath}/lib ${sharedir}
      file copy -force ${worksrcpath}/templates ${sharedir}
      file copy -force ${worksrcpath}/locale/ ${destroot}${prefix}/share/locale
      foreach file [exec find ${destroot}${prefix} -name CVS -type d] {
      file delete -force ${file}
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test