Aiccu version 20070115 - How to Download and Install on Mac OS X
Monday the 15th of March, 2010

    version 20070115

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The aiccu Portfile 48839 2009-03-30 01:23:36Z raimue macports.org $

      PortSystem 1.0

      Name: aiccu
      Version: 20070115
      Revision: 2
      Category: net ipv6
      Platform: darwin
      Maintainers: 23bit.net:cr

      Description: Automatic IPv6 Connectivity Configuration Utility
      Long Description: AICCU makes it very easy for SixXS users to get IPv6 connectivity everywhere they want. It uses the TIC (Tunnel Information & Control) protocol to request the information needed to setup a tunnel through which the connectivity is created. It supports 6in4 static (RFC 2893), 6in4 heartbeat (RFC 2893 + draft-massar-v6ops-heartbeat) and AYIYA (draft-massar-v6ops-ayiya) tunnel protocols.
      Homepage: http://www.sixxs.net/tools/aiccu/

      Master Sites: http://www.sixxs.net/archive/sixxs/aiccu/unix/
      distname aiccu_${version}

      Checksums: md5 c9bcc83644ed788e22a7c3f3d4021350 sha1 7b3c51bfe291c777e74b2688e9339b4fb72e6a39 rmd160 9415899c98c1f7e84b9711017b82a3a0ea2ae9de

      depends_lib port:tuntaposx

      set kext_dir ${prefix}/Library/Extensions
      set pid_file ${prefix}/var/run/${name}.pidfile
      set conf_file ${prefix}/etc/aiccu.conf

      worksrcdir aiccu
      Patch Files: Makefile.patch aiccu_conf.patch

      pre-configure {
      reinplace "s|#pidfile /var/run/aiccu.pid|pidfile ${pid_file}|" ${worksrcpath}/doc/aiccu.conf
      }
      use_configure no

      build.args-append MPPREFIX=${prefix}

      destroot.args DESTDIR=${destroot}${prefix}
      destroot.destdir ${destroot}${prefix}

      startupitem.create yes
      startupitem.pidfile clean ${pid_file}
      startupitem.start "kextstat -lb foo.tun || kextload ${kext_dir}/tun.kext ; ${prefix}/sbin/aiccu start ${conf_file}"
      startupitem.stop "${prefix}/sbin/aiccu stop ${conf_file}"
      startupitem.netchange yes

      Variant: gnutls description {TIC server transport encryption} {
      depends_lib-append port:gnutls
      patchfiles-append gnutls.patch
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.