Port details |
- reduce Codemist Standard Lisp REDUCE general-purpose computer system
- 20211019 math
=0 20210413Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2014-02-18 22:16:46
- Last Update: 2022-02-20 20:55:31
- Commit Hash: 6fbabf0
- Also Listed In: lang
- License: BSD2CLAUSE
- Description:
- REDUCE Codemist Standard Lisp (CSL) version
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
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
Open Source was Codemist Ltd.
WWW: http://www.reduce-algebra.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/reduce/ && make install clean
- To add the package, run one of these commands:
- pkg install math/reduce
- pkg install reduce
- PKGNAME: reduce
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645383671
SHA256 (Reduce-svn6110-src.tar.gz) = 046e3eda8ab006bb184b6bbf911bb87b35f110b300b5f52766445e9c8a22ad1a
SIZE (Reduce-svn6110-src.tar.gz) = 240908050
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gnuplot : math/gnuplot
- gmake>=4.3 : devel/gmake
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xft.pc : x11-fonts/libXft
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for reduce-20211019:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_reduce
- USES:
- autoreconf:build libtool gmake ncurses jpeg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Feb 2022 20:55:31 20211019
|
Pedro F. Giffuni (pfg)  |
math/reduce{-psl}: Update to 20211019 snapshot
Back to the pool: I may not be able to maintain this properly in the future.
Approved by: thierry (mentor, implicit) |
16 Jul 2021 09:26:59 20210413
|
Piotr Kubaj (pkubaj)  |
math/reduce: fix build on powerpc64le
configure: error: "libffi has not been ported to
powerpc64le-unknown-freebsd13.0." |
29 May 2021 01:23:31 20210413
|
Pedro F. Giffuni (pfg)  |
math/reduce{-psl}: Update to version 2021-04-13
Approved by: thierry (mentor, implicit) |
06 Apr 2021 14:31:07 20190413
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Feb 2021 04:10:48
20190413
|
pfg  |
math/reduce: Mark broken on i386
It used to build until a compiler update started causing issues on libffi.
Approved by: thierry (mentor, implict) |
30 Aug 2020 21:06:10
20190413
|
kevans  |
math/reduce: fix the build with LLVM 11
reduce started to fail with the default switch to -fno-common in LLVM 11
(and GCC 10). This patch was written then confirmed to be the fix that
upstream also provided in late March.
MFH: 2020Q3 (-fno-common build fix) |
08 Nov 2019 03:44:59
20190413
|
linimon  |
Restore patch removed by mistake in r517026. |
08 Nov 2019 03:35:22
20190413
|
linimon  |
Unmark broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
06 Nov 2019 18:07:22
20190413
|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
01 May 2019 15:49:32
20190413
|
pfg  |
math/reduce* : Update to 20190413 snapshot
Approved by: thierry (mentor) |
13 Mar 2019 15:41:26
20190120
|
jbeich  |
math/reduce: unbreak with clang 8 on i386
PR: 236326
Submitted by: pfg (maintainer)
Obtained from: upstream |
08 Feb 2019 08:47:42
20190120
|
tobik  |
math/reduce: Update to 20190120
- Clean up whitespace in pkg-descr
PR: 235580
Submitted by: pfg (maintainer) |
13 Jan 2019 16:12:54
20181123
|
swills  |
math/reduce: fix stage-qa issues
PR: 234873
Submitted by: pfg (maintainer) |
09 Jan 2019 12:26:22
20181123
|
swills  |
math/reduce: update to 20181123
PR: 234764
Submitted by: pfg (maintainer) |
08 Jan 2019 15:22:52
20180117_2
|
tobik  |
math/reduce{,-psl}: Drop unused variables
WRKSRC is set to the default value, CONFIGURE_ARGS is overwritten
later and is not needed.
PR: 234736
Approved by: pfg (maintainer) |
11 Sep 2018 18:34:28
20180117_2
|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
10 Sep 2018 13:16:17
20180117_1
|
mat  |
Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
10 Sep 2018 13:14:52
20180117_1
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
31 Jul 2018 18:41:30
20180117_1
|
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
22 Jun 2018 01:15:20
20180117
|
linimon  |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
23 Feb 2018 15:21:21
20180117
|
pfg  |
math/reduce: update to latest snapshot and cleanup.
Pet portint: no functional change.
PR: 224234
Approved by: pi (implicit) |
23 Feb 2018 15:11:36
20180117
|
pfg  |
math/reduce: update to latest snapshot and cleanup.
Make clear we are building the Codemist Standard Lisp (CSL) version.
Remove parts of the PSL version that were previously not very well
maintained as they are being moved out into a separate port.
PR: 224234
Approved by: pi |
22 May 2017 16:04:19
20170124
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
01 Mar 2017 06:38:43
20170124
|
wen  |
- Update to version 20170124
PR: 217410
Submitted by: pfg@(maintainer) |
20 Nov 2016 05:52:40
20141130
|
marino  |
math/reduce: Set CPPFLAGS for ports-ncurses
Approved by: ncurses blanket |
20 Nov 2016 05:25:41
20141130
|
marino  |
math/reduce: Fix fetching
The distfile was archived at Sourceforge. It is at least 5 releases
behind. It's unclear how much longer this old distfile will be hosted,
so it would be a good idea to update math/reduce soon. |
19 May 2016 10:44:12
20141130
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
20141130
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
07 Feb 2016 13:21:14
20141130
|
marino  |
math/reduce: document ncurses requirement (USES+=ncurses)
while here:
* simplify TARGET_SDIR so inclusion not required
* add --build configure argument (from dports, no effect on fbsd)
approved by: infrastructure blanket |
22 Jun 2015 18:33:22
20141130
|
antoine  |
Convert to USES=jpeg |
04 May 2015 17:48:09
20141130
|
stephen  |
- Add PDF documentation.
- Add option to build PSL version (amd64 only).
PR: 199910
Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org> |
02 May 2015 15:48:08
20141130
|
marino  |
math/reduce: upgrade version 20110414 => 20141130
This version can be built by system compilers (gcc 4.2 & clang) and
also ports gcc compilers, unlike its predecessor which would segfault
and even lock up during build.
PR: 199832, 199853
Submitted by: pfg (maintainer) |
25 Dec 2014 20:54:43
20110414_2
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
20110414_1
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
14 Nov 2014 09:39:21
20110414_1
|
antoine  |
Cleanup plist |
10 Sep 2014 20:50:37
20110414_1
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
09 Jun 2014 15:25:27
20110414
|
antoine  |
Change maintainer's email address to one that may no bounce
With hat: portmgr |
05 May 2014 11:15:53
20110414
|
bapt  |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr |
24 Apr 2014 18:37:22
20110414
|
tijl  |
- Remove USE_GNOME=lthack ltverhack. Port does not use libtool.
- Replace bsd.port.pre.mk with bsd.port.options.mk. |
28 Mar 2014 20:48:13
20110414
|
jhale  |
- Add missing manpage to pkg-plist and sort
- Remove unused variable from Makefile
Reported by: swills |
28 Mar 2014 00:17:56
20110414
|
jhale  |
- Mark MAKE_JOBS_UNSAFE (build fails with MAKE_JOBS_NUMBER=8)
While here:
- USE_BZIP2 -> USES
- Disambiguate BSD license (BSD2CLAUSE)
PR: ports/187732
Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
Approved by: Pedro Giffuni <giffunip@tutopia.com> (maintainer) |
18 Feb 2014 22:16:33
20110414
|
stephen  |
- New port math/reduce.
This is a powerful Computer-Algebra System written in it's own version of
LISP with quite a long history behind it.
PR: ports/186855
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |