aboutsummaryrefslogtreecommitdiffstats
path: root/math/msieve
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-1/+1
|
* Stagify.vanilla2014-06-191-7/+6
| | | | Approved by: portmgr@
* - Convert gmake,bzip2 to USESmiwi2014-05-261-1/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | math)
* update to 1.51; switch to new options formatbf2013-03-032-33/+42
|
* update to 1.50bf2012-02-062-4/+4
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* update to 1.49bf2011-06-244-49/+23
|
* Update to 1.48bf2011-02-073-9/+12
| | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes
* Fix buildbf2010-08-291-7/+4
| | | | | Reported by: QAT Approved by: makc (co-mentor)
* Fix build by updating to 1.46bf2010-08-283-37/+35
| | | | Approved by: makc (co-mentor)
* - Mark BROKEN: does not buildpav2010-08-211-0/+2
| | | | Reported by: pointyhat
* Take up maintainershipbf2010-08-101-1/+1
| | | | Approved by: makc (co-mentor)
* Drop Maintainershiparved2010-08-091-1/+1
| | | | | PR: 149436 Submitted by: old maintainer
* Switch to use newer GMP version.ale2010-04-191-1/+1
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* - Fix build in the following situations:amdmi32009-01-132-0/+22
| | | | | | | | - On i386 with unset CPUTYPE - On i386 without MMX support PR: 130396 Submitted by: Daniel Roethlisberger <daniel at roe dot ch>
* - Update to 1.38pav2008-11-104-12/+8
| | | | | PR: ports/128728 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Update to 1.34miwi2008-03-304-107/+50
| | | | | PR: 122196 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* Mark as broken on sparc64-7: fails to compile.linimon2008-02-011-0/+6
|
* chase math/gsl lib versionijliao2007-06-291-1/+2
|
* - Update to 1.23miwi2007-06-104-39/+71
| | | | | PR: 113173 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* - Update to 1.14miwi2007-01-104-15/+16
| | | | | PR: ports/107585 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* Msieve is a library and utility for factoring large integers using the mostmiwi2007-01-055-0/+128
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 <jasonp@boo.net> WWW: http://www.boo.net/~jasonp/qs.html PR: ports/107477 Submitted by: Daniel Roethlisberger <daniel at roe.ch>