Created attachment 156314 [details] Port enhancements Add two frequently requested features to our REDUCE port: - Bring the pdf documentation. It was right there and very useful to get all the power of this package. - Add an option to build the PSL version: this is a native-lisp that required specific porting upstream: it is faster than the default C based version but it will only run on FreeBSD-AMD64 so the default is to build only the CSL version. (we should probably add a slave port at a later time).
I'll take it (assuming Pedro doesn't have the ports commit bit).
A commit references this bug: Author: stephen Date: Mon May 4 17:48:10 UTC 2015 New revision: 385421 URL: https://svnweb.freebsd.org/changeset/ports/385421 Log: - Add PDF documentation. - Add option to build PSL version (amd64 only). PR: 199910 Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org> Changes: head/math/reduce/Makefile head/math/reduce/files/redpsl.1 head/math/reduce/files/runpsl.sh head/math/reduce/pkg-plist
Committed, thank you.