gmp-ecm version 6.1.3 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    gmp-ecm  most recent diff


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



      # $Id: Portfile 32146 2007-12-18 01:23:47Z vinc17 macports.org $

      PortSystem 1.0

      Name: gmp-ecm
      Version: 6.1.3
      Category: math
      Platform: darwin
      Maintainers: vincent-opdarw vinc17.org
      Description: Factor integers using the Elliptic Curve Method
      Long Description: Free implementation of the Elliptic Curve Method (ECM) for integer factorization.
      Homepage: http://gforge.inria.fr/projects/ecm/
      master_sites http://gforge.inria.fr/frs/download.php/2752/
      distname ecm-${version}
      depends_lib port:gmp
      checksums md5 67ca52f18a0d217dceff70fffcea1017 sha1 9988db86873864614f52f72cc02fc7ec4ad37bba rmd160 1785ed953906158d9debf32438828defa5be93b4

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}
      file mkdir ${docdir}
      xinstall -m 644 -v -W ${worksrcpath} AUTHORS COPYING COPYING.LIB NEWS README README.lib TODO ${docdir}
      set mandir ${destroot}${prefix}/share/man/man1
      file mkdir ${mandir}
      xinstall -m 644 -v -W ${worksrcpath} ecm.1 ${mandir}
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex GMP-ECM (\[0-9.\]+)

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

     Where to find more information:

    Darwin Ports



    image test