Genius version 1.0.6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.0.6

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


      # -*- 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 genius Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: genius
      Version: 1.0.6
      Revision: 2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Genius is a calculator program.
      Long Description: Genius is a calculator program similiar in some aspects to BC, Matlab or Maple. GEL is the name of its extention language (stands for \"Genius Extension Language\", clever huh?), in fact, a large part of the standard genius functions are written in GEL itself.
      Maintainers: nomaintainer
      Category: gnome math
      Platform: darwin
      Homepage: http://www.jirka.org/genius.html
      Master Sites: gnome:sources/${name}/${branch} http://ftp.5z.com/pub/genius/

      Checksums: md5 5bfc6364bf3c6ad68a02c6476d7829df sha1 37d6af0931e4eda0cc18f90ae6f3dc6671c39d77 rmd160 04739e1756186acc58fa8b269066d5b718bb334e

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:rarian

      depends_lib port:gnome-vfs port:gtksourceview2 port:vte

      configure.args --enable-gnome --enable-gtksourceview --disable-update-mimedb --disable-scrollkeeper

      Variant: without_gnome description {Compile without the GNOME frontend (no GUI, no plotting} {
      depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2
      configure.args-delete --enable-gnome --enable-gtksourceview
      configure.args-append --disable-gnome --disable-gtksourceview
      }

      post-activate {
      system "scrollkeeper-update"
      system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
      }

      livecheck.type regex
      livecheck.url http://ftp.5z.com/pub/genius/
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.