diff options
author | agc <agc> | 2010-11-24 01:09:48 +0000 |
---|---|---|
committer | agc <agc> | 2010-11-24 01:09:48 +0000 |
commit | b3756a59560334248e7e51102183e5dc84d0cf78 (patch) | |
tree | 6c2625ed9bc5a51b6030bbb4fdc10c5dada68807 /math/ltm/Makefile | |
parent | 7cbd11112a07e0afe3b183658cfc6e8cecb9b182 (diff) | |
download | pkgsrc-b3756a59560334248e7e51102183e5dc84d0cf78.tar.gz |
Update Libtommath to version 0.42.0
pkgsrc changes:
+ Add license
+ Update master site
Changes since last pkgsrc version (0.39):
July 23rd, 2010
v0.42.0
-- Fix for mp_prime_next_prime() bug when checking generated prime
-- allow mp_shrink to shrink initialized, but empty MPI's
-- Added project and solution files for Visual Studio 2005 and Visual Studio 2008.
March 10th, 2007
v0.41 -- Wolfgang Ehrhardt suggested a quick fix to mp_div_d() which makes the detection of powers of two quicker.
-- [CRI] Added libtommath.dsp for Visual C++ users.
December 24th, 2006
v0.40 -- Updated makefile to properly support LIBNAME
-- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind!
Diffstat (limited to 'math/ltm/Makefile')
-rw-r--r-- | math/ltm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 96ad4dd946c..946e74e0d72 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.12 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2010/11/24 01:09:48 agc Exp $ # -DISTNAME= ltm-0.39 +DISTNAME= ltm-0.42.0 CATEGORIES= math -MASTER_SITES= http://math.libtomcrypt.com/files/ +MASTER_SITES= http://libtom.org/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://math.libtomcrypt.com/ COMMENT= Number theoretic multiple-precision integer library +LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/libtommath-0.39 +WRKSRC= ${WRKDIR}/libtommath-0.42.0 MAKE_FILE= makefile BUILD_TARGET= default USE_TOOLS+= gmake |