aboutsummaryrefslogtreecommitdiff
path: root/math/sage
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2013-02-22 15:08:27 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2013-02-22 15:08:27 +0000
commitf9c461ec17d5d2617bf36f4a84b0b37faa2b7a5e (patch)
tree646bf4ff19bc069a885b2a5827ca50b6562d09a7 /math/sage
parent4bc03e6ca121cf7c7510fa19db6484e9512a75a4 (diff)
downloadports-f9c461ec17d5d2617bf36f4a84b0b37faa2b7a5e.tar.gz
ports-f9c461ec17d5d2617bf36f4a84b0b37faa2b7a5e.zip
Notes
Diffstat (limited to 'math/sage')
-rw-r--r--math/sage/Makefile2
-rw-r--r--math/sage/distinfo4
-rw-r--r--math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in8
-rw-r--r--math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst2
-rw-r--r--math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure2
-rw-r--r--math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c2
-rw-r--r--math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h2
-rw-r--r--math/sage/files/spkg-patch-python_-_src_setup.py2
-rw-r--r--math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py14
9 files changed, 15 insertions, 23 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 139cab9362da..b9ffc589d2d4 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sage
-PORTVERSION= 5.6
+PORTVERSION= 5.7
CATEGORIES= math
MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \
http://mirrors.xmission.com/sage/src/ \
diff --git a/math/sage/distinfo b/math/sage/distinfo
index ef71180f9241..ff7b2f75dda6 100644
--- a/math/sage/distinfo
+++ b/math/sage/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sage-5.6.tar) = db033b194089fc161cd4d65f9e0a3c496c3ddd076b588b0477e61d0c4a104e39
-SIZE (sage-5.6.tar) = 319508480
+SHA256 (sage-5.7.tar) = 325709fdde8836dea82d4b553a6ce0596403e5ace1e3a598988f081e389cc4d0
+SIZE (sage-5.7.tar) = 322447360
diff --git a/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in b/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in
deleted file mode 100644
index 8e4311b1cf85..000000000000
--- a/math/sage/files/spkg-patch-fflas_ffpack_-_src_fflas-ffpack-config.in
+++ /dev/null
@@ -1,8 +0,0 @@
---- fflas_ffpack-1.6.0/src/fflas-ffpack-config.in-orig 2012-09-14 02:43:35.000000000 +0000
-+++ fflas_ffpack-1.6.0//src/fflas-ffpack-config.in 2012-09-14 02:43:58.000000000 +0000
-@@ -1,4 +1,4 @@
--#! /bin/bash
-+#!/usr/bin/env bash
- # Coypright (c) 2011 FFLAS-FFPACK
- # written by BB <bboyer@imag.fr>
- # adapted from LinBox configuration
diff --git a/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst b/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst
index 2b8f757e927c..5c7f4bd46a5f 100644
--- a/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst
+++ b/math/sage/files/spkg-patch-python_-_src_Doc_library_fcntl.rst
@@ -1,5 +1,5 @@
--- python-2.7.3.p0/src/Doc/library/fcntl.rst.orig 2011-06-11 15:46:23.000000000 +0000
-+++ python-2.7.3.p3/src/Doc/library/fcntl.rst 2012-04-22 00:31:48.000000000 +0000
++++ python-2.7.3.p5/src/Doc/library/fcntl.rst 2012-04-22 00:31:48.000000000 +0000
@@ -50,8 +50,6 @@
operations are typically defined in the library module :mod:`termios` and the
argument handling is even more complicated.
diff --git a/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure b/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure
index 7fe3fec516e6..cca0cfeeae09 100644
--- a/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure
+++ b/math/sage/files/spkg-patch-python_-_src_Modules__ctypes_libffi_configure
@@ -1,5 +1,5 @@
--- python-2.7.3.p0/src/Modules/_ctypes/libffi/configure.orig 2011-06-11 15:46:26.000000000 +0000
-+++ python-2.7.3.p3/src/Modules/_ctypes/libffi/configure 2012-04-22 00:23:14.000000000 +0000
++++ python-2.7.3.p5/src/Modules/_ctypes/libffi/configure 2012-04-22 00:23:14.000000000 +0000
@@ -6289,7 +6289,7 @@
rm -rf conftest*
;;
diff --git a/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c b/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c
index 490055b1a15d..5b1646f3b981 100644
--- a/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c
+++ b/math/sage/files/spkg-patch-python_-_src_Modules_fcntlmodule.c
@@ -1,5 +1,5 @@
--- python-2.7.3.p0/src/Modules/fcntlmodule.c.orig 2011-06-11 15:46:27.000000000 +0000
-+++ python-2.7.3.p3/src/Modules/fcntlmodule.c 2012-04-22 00:23:34.000000000 +0000
++++ python-2.7.3.p5/src/Modules/fcntlmodule.c 2012-04-22 00:23:34.000000000 +0000
@@ -97,20 +97,15 @@
{
#define IOCTL_BUFSZ 1024
diff --git a/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h b/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h
index 876bfceba859..2b30d7a97085 100644
--- a/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h
+++ b/math/sage/files/spkg-patch-python_-_src_Python_thread_pthread.h
@@ -1,5 +1,5 @@
--- python-2.7.3.p0/src/Python/thread_pthread.h.orig 2011-06-11 15:46:28.000000000 +0000
-+++ python-2.7.3.p3/src/Python/thread_pthread.h 2012-04-22 00:23:46.000000000 +0000
++++ python-2.7.3.p5/src/Python/thread_pthread.h 2012-04-22 00:23:46.000000000 +0000
@@ -38,13 +38,18 @@
#endif
#endif
diff --git a/math/sage/files/spkg-patch-python_-_src_setup.py b/math/sage/files/spkg-patch-python_-_src_setup.py
index b3c410720b44..7f1f682d4c4f 100644
--- a/math/sage/files/spkg-patch-python_-_src_setup.py
+++ b/math/sage/files/spkg-patch-python_-_src_setup.py
@@ -1,5 +1,5 @@
--- python-2.7.3.p0/src/setup.py-orig 2012-04-22 00:04:08.000000000 +0000
-+++ python-2.7.3.p3/src/setup.py 2012-04-22 00:10:25.000000000 +0000
++++ python-2.7.3.p5/src/setup.py 2012-04-22 00:10:25.000000000 +0000
@@ -1432,10 +1432,24 @@
macros = dict()
libraries = []
diff --git a/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py b/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py
index bfe855eba413..4d5dd2f9a8bf 100644
--- a/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py
+++ b/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py
@@ -1,5 +1,5 @@
---- sage-5.0.beta13/sage/misc/getusage.py-orig 2012-04-11 00:14:47.000000000 +0000
-+++ sage-5.6/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000
+--- sage-5.7.beta4/sage/misc/getusage.py-old 2013-02-09 23:05:24.000000000 +0000
++++ sage-5.7/sage/misc/getusage.py 2013-02-09 23:09:50.000000000 +0000
@@ -20,6 +20,8 @@
"""
Return the 'top' or 'prstat' line that contains this running Sage
@@ -9,16 +9,16 @@
OUTPUT:
-@@ -53,6 +55,8 @@
- cmd = 'top -l 1 |grep "^ *%s "' % pid
- elif U == 'sunos':
+@@ -55,6 +57,8 @@
cmd = '/usr/bin/prstat -n 100000 1 1 | grep "^ *%s "' % pid
+ elif U[:6] == 'cygwin':
+ cmd = 'top -b -n 1 -p %s' % pid
+ elif U == 'freebsd':
+ cmd = 'ps -axwww -o pid,user,vsz,rss,state,pri,nice,time,cpu,comm | grep "^ *%s "' % pid
else:
raise NotImplementedError("top not implemented on platform %s" % U)
-@@ -83,6 +87,9 @@
+@@ -85,6 +89,9 @@
usage, ``prstat`` will output the data in KB, MB or GB. In each
case, the value returned by this function will always be in MB.
@@ -28,7 +28,7 @@
- ``other`` - not implemented for any other operating systems
EXAMPLES::
-@@ -129,6 +136,9 @@
+@@ -131,6 +138,9 @@
m = float(memory_in_KB_MB_or_GB.strip("M"))
elif memory_in_KB_MB_or_GB.endswith("G"):
m = float(memory_in_KB_MB_or_GB.strip("G")) * 1024