summaryrefslogtreecommitdiff
path: root/math/gp-factint/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25This does not need buildlink2.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-05SunOS/System V package names for the GAP packages.cjep1-1/+2
2002-12-23Use new built in pkgsrc zoo extract method.cjep1-4/+1
2002-12-23Initial import of the GAP package FactInt 1.3 into the NetBSD packagescjep1-0/+27
collection as math/gp-factint. This package for GAP 4 provides routines for integer factorization, in particular: * Pollard's p-1 * Williams' p+1 * The Elliptic Curves Method (ECM) * The Continued Fraction Algorithm (CFRAC) * The Multiple Polynomial Quadratic Sieve (MPQS)