miwi        2007-01-05 07:58:52 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/msieve          Makefile distinfo pkg-descr 
    math/msieve/files    patch-Makefile patch-include-util.h 
  Log:
  Msieve is a library and utility for factoring large integers using the most
  powerful modern algorithms.  It features a stable and very fast implementation
  of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a
  highly experimental and unfinished number field sieve (NFS) implementation.
  Primary design goals are speed, portability and ease of use.  Msieve claims to
  be the fastest implementation for factoring general inputs between 40 and 100
  decimal digits.
  
  Author: Jason Papadopoulos <[EMAIL PROTECTED]>
  WWW: http://www.boo.net/~jasonp/qs.html
  
  PR:             ports/107477
  Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
  
  Revision  Changes    Path
  1.440     +1 -0      ports/math/Makefile
  1.1       +55 -0     ports/math/msieve/Makefile (new)
  1.1       +3 -0      ports/math/msieve/distinfo (new)
  1.1       +46 -0     ports/math/msieve/files/patch-Makefile (new)
  1.1       +14 -0     ports/math/msieve/files/patch-include-util.h (new)
  1.1       +10 -0     ports/math/msieve/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to