mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/reduce: Update to 20190120
- Clean up whitespace in pkg-descr PR: 235580 Submitted by: pfg (maintainer)
This commit is contained in:
parent
59cc87a096
commit
f2a504405f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492413
3 changed files with 17 additions and 17 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue