[21555] trunk/dports/math/libtommath

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 28 03:31:57 PST 2007


Revision: 21555
          http://trac.macosforge.org/projects/macports/changeset/21555
Author:   mww at macports.org
Date:     2007-01-28 03:31:57 -0800 (Sun, 28 Jan 2007)

Log Message:
-----------
version 0.40, correct homepage url

Modified Paths:
--------------
    trunk/dports/math/libtommath/Portfile
    trunk/dports/math/libtommath/files/patch-makefile

Modified: trunk/dports/math/libtommath/Portfile
===================================================================
--- trunk/dports/math/libtommath/Portfile	2007-01-28 11:08:00 UTC (rev 21554)
+++ trunk/dports/math/libtommath/Portfile	2007-01-28 11:31:57 UTC (rev 21555)
@@ -3,19 +3,21 @@
 PortSystem 1.0
 
 name			libtommath
-version			0.39
+version			0.40
 categories		math
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		Comprehensive, modular and portable mathematical routines
 long_description	LibTomMath provides highly optimized and portable routines \
 			for a vast majority of integer based number theoretic \
 			applications (including public key cryptography).
 
-homepage		http://libtommath.sourceforge.net/
-master_sites	http://math.libtomcrypt.org/files/ freebsd
+homepage		http://math.libtomcrypt.com/
+master_sites	http://libtom.org/files/ \
+				http://www.atarininja.org/~wxs/distfiles/ \
+				freebsd
 distname		ltm-${version}
-checksums		sha1 496224e48c4823db3046cdc9fb98c778f8e95466
+checksums		sha1 439899c06444c363eee527f75447d189ee4f93ba
 use_bzip2		yes
 patchfiles		patch-makefile
 

Modified: trunk/dports/math/libtommath/files/patch-makefile
===================================================================
--- trunk/dports/math/libtommath/files/patch-makefile	2007-01-28 11:08:00 UTC (rev 21554)
+++ trunk/dports/math/libtommath/files/patch-makefile	2007-01-28 11:31:57 UTC (rev 21555)
@@ -1,6 +1,15 @@
---- work/libtommath-0.36/makefile	2005-08-01 19:34:44.000000000 +0200
-+++ makefile	2005-11-05 15:33:34.000000000 +0100
-@@ -80,10 +80,15 @@
+--- makefile	2006-12-24 17:12:36.000000000 +0100
++++ makefile	2007-01-28 12:37:32.000000000 +0100
+@@ -14,7 +14,7 @@
+ ifndef IGNORE_SPEED
+ 
+ #for speed 
+-CFLAGS += -O3 -funroll-loops
++CFLAGS += -O2 -funroll-loops
+ 
+ #for size 
+ #CFLAGS += -Os
+@@ -85,10 +85,15 @@
  bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o \
  bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070128/2563334f/attachment.html


More information about the macports-changes mailing list