Download and Install tinyca2 version 0.7.5 on Mac OS X
Tuesday the 8th of July, 2008

    tinyca2  most recent diff


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



      # $Id: Portfile 35355 2008-03-25 18:52:42Z landonf macports.org $
      PortSystem 1.0

      Name: tinyca2
      Version: 0.7.5
      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 d3b547305e89785fbe8262be244a2321 sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4
      depends_lib port:openssl port:zip port:gettext port:p5-gtk2 port:p5-locale-gettext

      patchfiles patch-tinyca2

      use_configure no

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

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

      pre-build {
      # Ensure that the .mo files are generated
      system "touch ${worksrcpath}/po/*.po"
      }

      destroot {
      set sharedir ${destroot}${prefix}/share/tinyca2
      file mkdir ${sharedir}
      file copy -force ${worksrcpath}/tinyca2 ${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/tinyca2
      % sudo port install tinyca2
      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 tinyca2
      ---> Verifying checksum for tinyca2
      ---> Extracting tinyca2
      ---> Configuring tinyca2
      ---> Building tinyca2 with target all
      ---> Staging tinyca2 into destroot
      ---> Installing tinyca2
    - 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 tinyca2 with these commands:
      %  man tinyca2
      % apropos tinyca2
      % which tinyca2
      % locate tinyca2

     Where to find more information:

    Darwin Ports



    image test