Gnokii version 0.6.27 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 0.6.27

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


      The gnokii Portfile 54147 2009-07-21 23:52:48Z brett macports.org $

      PortSystem 1.0

      Name: gnokii
      Version: 0.6.27
      Revision: 1
      Category: comms
      Platform: darwin
      Maintainers: mpal1+bugzilla ieee.org
      Description: Tools to manipulate Nokia and other mobile phones.
      Long Description: gnokii provides tools and a user space driver for use with mobile phones under Linux, various unices and Win32. With gnokii you can do such things as make data calls, update your address book, change calendar entires, send and receive SMS messages and load ring tones depending on the phone you have.

      Homepage: http://www.gnokii.org/

      use_bzip2 yes
      Master Sites: http://gnokii.org/download/gnokii/ http://gnokii.org/download/gnokii/0.6.x/ ftp://ftp.gnokii.org/pub/gnokii/ ftp://ftp.gnokii.org/pub/gnokii/0.6.x/ http://ftp.slackware.pl/pub/gnokii/gnokii/ http://ftp.slackware.pl/pub/gnokii/gnokii/0.6.x/

      Checksums: md5 fd0ae7996a2e2a2c29e9f3c625df8f3d sha1 a7c6f9fa56bfe01e3c8e719bb8585a24469fe1e7

      depends_lib port:gtk2 port:libical port:libusb-compat port:iso-codes port:readline

      Patch Files: fink-fixes.diff
      patch.args -p1
      post-patch {
      reinplace "s|/etc/gnokiirc|${prefix}/etc/gnokiirc|" ${worksrcpath}/common/cfgreader.c
      reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/Docs/sample/gnokiirc
      }

      configure.ldflags-append -lintl -lglib-2.0
      configure.args --enable-security --disable-smsd --with-libiconv-prefix=${prefix} --with-readline=${prefix}

      post-activate {
      if {![file exists ${prefix}/etc/gnokiirc]} {
      copy ${prefix}/share/doc/gnokii/sample/gnokiirc ${prefix}/etc/gnokiirc
      }
      }

      Variant: no_x11 {
      depends_lib-delete port:gtk2
      configure.args-append --without-x
      }

      platform macosx {
      configure.ldflags-append -framework IOBluetooth -framework CoreFoundation
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.