Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (614c5318848ae72fede7c6bd87d731e0760d9028)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (614c5318848ae72fede7c6bd87d731e0760d9028)
  • Date: Sun, 21 Sep 2008 05:47:47 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/gmp/DEPENDS | 5 ++++-
libs/gmp/DETAILS | 25 ++++++++++++-------------
libs/gmp/HISTORY | 5 ++++-
3 files changed, 20 insertions(+), 15 deletions(-)

New commits:
commit 614c5318848ae72fede7c6bd87d731e0760d9028
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gmp: => 4.2.4

diff --git a/libs/gmp/DEPENDS b/libs/gmp/DEPENDS
index eca7d74..793aed5 100755
--- a/libs/gmp/DEPENDS
+++ b/libs/gmp/DEPENDS
@@ -1 +1,4 @@
-optional_depends g++ '--enable-cxx' '--disable-cxx' 'Enable C++ support?'
+optional_depends g++ \
+ "--enable-cxx" \
+ "--disable-cxx" \
+ "Enable C++ support?"
diff --git a/libs/gmp/DETAILS b/libs/gmp/DETAILS
index 4541729..a3c3836 100755
--- a/libs/gmp/DETAILS
+++ b/libs/gmp/DETAILS
@@ -1,24 +1,23 @@
SPELL=gmp
- VERSION=4.2.3
+ VERSION=4.2.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
- SOURCE_GPG="swox.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
+ SOURCE_GPG=swox.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=LGPL
WEB_SITE=http://gmplib.org/
ENTERED=20010922
KEYWORDS="libs"
- SHORT='GNU mathematics precision library'
+ SHORT="GNU mathematics precision library"
cat << EOF
-GNUmp is a library operating on signed integers, rational numbers, and
-floating point numbers. All functions have a standardized interface.
-GNUmp is designed to be as fast as possible by using fullwords as the
-basic arithmetic type, by using fast algorithms, by carefully optimizing
-assembly code for the most common inner loops for many CPUs, and by a
-general emphasis on speed (as opposed to simplicity or elegance).
-GNUmp's speed advantage increases with the operand size, since GNUmp in
-many cases has asymptomatically faster algorithms.
+GNUmp is a library operating on signed integers, rational numbers, and
floating
+point numbers. All functions have a standardized interface. GNUmp is
designed to
+be as fast as possible by using fullwords as the basic arithmetic type, by
using
+fast algorithms, by carefully optimizing assembly code for the most common
inner
+loops for many CPUs, and by a general emphasis on speed (as opposed to
+simplicity or elegance). GNUmp's speed advantage increases with the operand
+size, since GNUmp in many cases has asymptomatically faster algorithms.
EOF
diff --git a/libs/gmp/HISTORY b/libs/gmp/HISTORY
index f3555f3..dfe68a3 100644
--- a/libs/gmp/HISTORY
+++ b/libs/gmp/HISTORY
@@ -1,3 +1,7 @@
+2008-09-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.2.4; quoting paths; fixed align, long
desc
+ * DEPENDS: use cool syntax :)
+
2008-08-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 4.2.3 #14671
fixed WEB_SITE
@@ -58,4 +62,3 @@

2002-06-25 Julian v. Bock <julian AT wongr.net>
* DETAILS: set version number to 4.1.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (614c5318848ae72fede7c6bd87d731e0760d9028), Vlad Glagolev, 09/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page