aboutsummaryrefslogtreecommitdiff
path: root/math/reduce
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-08 08:47:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-08 08:47:42 +0000
commitf2a504405f33d8c96210f3bfab8bdeb23cfca2b9 (patch)
tree4499461ec1d9c17632e71c011e176c9d5a90c408 /math/reduce
parent59cc87a096d74cc6924472aa124577f183d69988 (diff)
downloadports-f2a504405f33d8c96210f3bfab8bdeb23cfca2b9.tar.gz
ports-f2a504405f33d8c96210f3bfab8bdeb23cfca2b9.zip
Notes
Diffstat (limited to 'math/reduce')
-rw-r--r--math/reduce/Makefile6
-rw-r--r--math/reduce/distinfo6
-rw-r--r--math/reduce/pkg-descr22
3 files changed, 17 insertions, 17 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index 99e1ced3b137..2e7abb11b595 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= reduce
-PORTVERSION= 20181123
+PORTVERSION= 20190120
CATEGORIES= math lang
MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/
-DISTNAME= Reduce-svn4829-src
+DISTNAME= Reduce-svn4868-src
MAINTAINER= pfg@FreeBSD.org
COMMENT= REDUCE Codemist Standard Lisp general-purpose computer system
@@ -26,7 +26,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= autoreconf:build libtool gmake ncurses jpeg
USE_XORG= x11 xcursor xext xorgproto xft xrandr xrender
-SFSUBDIR= snapshot_2018-11-23
+SFSUBDIR= snapshot_2019-01-20
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CPPFLAGS+= -I${NCURSESINC}
diff --git a/math/reduce/distinfo b/math/reduce/distinfo
index d367f8c37fb9..39a86ac76abf 100644
--- a/math/reduce/distinfo
+++ b/math/reduce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543274757
-SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8
-SIZE (Reduce-svn4829-src.tar.gz) = 261842669
+TIMESTAMP = 1549385721
+SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
+SIZE (Reduce-svn4868-src.tar.gz) = 261906123
diff --git a/math/reduce/pkg-descr b/math/reduce/pkg-descr
index 465383658ab3..72ea32089b7a 100644
--- a/math/reduce/pkg-descr
+++ b/math/reduce/pkg-descr
@@ -3,18 +3,18 @@
REDUCE is an interactive system for general algebraic computations of
interest to mathematicians, scientists and engineers.
-CSL is a newer Lisp system that continues to evolve and is now written
-completely in C++, which makes it very easy to port to a new machine.
-Like PSL, it is a faithful implementation of Standard Lisp and has been
-optimized for running REDUCE. It requires a very small memory partition
-for its Lisp support. Furthermore, most of the REDUCE facilities are
-supported as machine independent pseudocode, which is quite compact. In
-the worst case, the performance of this system is about a factor of two
-slower than PSL, though in many cases it matches PSL performance.
-However, the memory use is smaller. All CSL versions are distributed with
+CSL is a newer Lisp system that continues to evolve and is now written
+completely in C++, which makes it very easy to port to a new machine.
+Like PSL, it is a faithful implementation of Standard Lisp and has been
+optimized for running REDUCE. It requires a very small memory partition
+for its Lisp support. Furthermore, most of the REDUCE facilities are
+supported as machine independent pseudocode, which is quite compact. In
+the worst case, the performance of this system is about a factor of two
+slower than PSL, though in many cases it matches PSL performance.
+However, the memory use is smaller. All CSL versions are distributed with
sufficient CSL support to run on the given computing system. This is also
-an ideal system for those wishing to embed algebraic calculations in a C
-or C++ programming environment. The developer of CSL before it became
+an ideal system for those wishing to embed algebraic calculations in a C
+or C++ programming environment. The developer of CSL before it became
Open Source was Codemist Ltd.
WWW: http://www.reduce-algebra.com/