antinat version 0.90 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    antinat  most recent diff


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



      # $Id: Portfile 32369 2007-12-28 05:55:15Z boeyms macports.org $

      PortSystem 1.0

      Name: antinat
      Version: 0.90
      revision 1
      Category: net
      Platform: darwin
      Description: A powerful, configurable and flexible SOCKS server
      Long Description: Antinat is a flexible SOCKS server and client library for writing proxy-based applications. It supports SOCKS 4, SOCKS 4a, SOCKS 5, authentication, CHAP, XML firewalling, Win32, server chaining, and UDP. It also contains very experimental IPv6 support. SOCKS can be used to overcome some limitations of NAT, including facilities for allowing connectbacks and server-side DNS. Antinat aims to be fully standards compliant, feature rich, and have a solid API for writing standards-compliant client applications.
      Maintainers: boeyms openmaintainer
      Homepage: http://antinat.sourceforge.net/
      master_sites sourceforge
      use_bzip2 yes
      checksums md5 ec8980e86d23eb67bc370510791044d6 sha1 28effac745908e09b1c9458fab2cb4df856d1522 rmd160 5af3120844025acf4ecbb1ed26490e2065701d83
      depends_lib port:expat
      configure.args --infodir=\\\${prefix}/share/info --mandir=\\\${prefix}/share/man
      destroot.destdir prefix=${destroot}${prefix}
      post-destroot {
      set antinat_conf ${prefix}/etc/${name}.xml
      move ${destroot}${antinat_conf} ${destroot}${antinat_conf}.example
      # Try to cover for the fact that, in earlier revisions of this port, the
      # configuration file was installed live instead of an example, in which case an
      # upgrade will clobber any customisations that a user might have made :(
      catch "exec port provides ${antinat_conf}" provides_output
      set antinat_conf_is_registered_to_antinat [regexp "${antinat_conf} is provided by: ${name}" ${provides_output}]
      set antinat_conf_differs [catch {exec cmp ${antinat_conf} ${worksrcpath}/etc/${name}.conf}]
      if { ${antinat_conf_is_registered_to_antinat} && ${antinat_conf_differs} } {
      copy ${antinat_conf} ${antinat_conf}.altered
      ui_msg ""
      ui_msg "###############################################################"
      ui_msg "# It appears that you have altered ${antinat_conf},"
      ui_msg "# and that upgrading or uninstalling your previous installation"
      ui_msg "# of ${name} will clobber your copy. It has been copied to"
      ui_msg "# ${antinat_conf}.altered for preservation when you upgrade or"
      ui_msg "# uninstall ${name}. This problem should not occur with future"
      ui_msg "# upgrades or installations of this port.\n"
      ui_msg "###############################################################"
      ui_msg ""
      }
      }
      startupitem.create yes
      startupitem.name ${name}
      startupitem.executable ${prefix}/bin/${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/antinat
      % sudo port install antinat
      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 antinat
      ---> Verifying checksum for antinat
      ---> Extracting antinat
      ---> Configuring antinat
      ---> Building antinat with target all
      ---> Staging antinat into destroot
      ---> Installing antinat
    - 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 antinat with these commands:
      %  man antinat
      % apropos antinat
      % which antinat
      % locate antinat

     Where to find more information:

    Darwin Ports



    image test